Commit Graph

10 Commits

Author SHA1 Message Date
Harvey Tindall 43c0631f9b
add non interactive modes to build scripts 2020-08-17 11:45:42 +01:00
Harvey Tindall 8d265879cc
actually fixed windows scss build 2020-08-04 18:12:18 +01:00
Harvey Tindall a38045cefb
potential fixes for windows
hopefully fixes scss and email generation on windows by fixing runcmd()
and (optionally) reading npm bin location from the 'npm bin' command.
also, config path is cast to string before being passed to configparser.
2020-08-04 01:29:29 +01:00
Harvey Tindall 94e69ad090 Small CSS tweaks, add days input 2020-07-07 15:30:16 +01:00
Harvey Tindall 781306f1ef Automation of CSS compilation, fixed .gitignore build issue
The grabbing of dependencies and compilation of SCSS can now simply be
done with a:

poetry run task compile-css

before a:

poetry build

When building from source. The issue where the .gitignore had to be
removed before building has been fixed, too.
2020-07-06 15:04:28 +01:00
Harvey Tindall b33922059c remove extra css 2020-07-05 16:39:48 +01:00
Harvey Tindall 4be88c4670 modify and add new images to readme 2020-07-05 16:25:55 +01:00
Harvey Tindall adef32ef89 BS4 by default, BS5 optional
Bootstrap 4 w/ jQuery is used by default unless bs5 is enabled in
settings/ui. bs4 also now has a jellyfin-style look.
2020-07-05 14:38:07 +01:00
Harvey Tindall ade935da4e jellyfin-lookin theme, changes from master, bump to 0.3.0
Now uses a customized bootstrap that looks something like Jellyfin. Some
small ui changes were needed. This be overridden by downloading bs5's css and using the custom_css
option if you don't like it. sass file is included for your own modification. Changes made to master have been added also.
2020-07-04 22:17:49 +01:00
Harvey Tindall 81bb2520ad Starting work on jellyfin-esque css 2020-07-04 14:00:17 +01:00