authelia/internal/configuration
Alex Gustafsson 150116a172
feat(web): implement automatic theme switch for light/dark (#2046)
* Implement an automatic theme

The "auto" theme will automatically switch between "dark" and "light"
depending on user preference. This allows for automatic dark mode.

* fix(configuration): allow the "auto" theme when validating

The new theme "auto" was not allowed to be used in a configuration file.

* docs: clarify what critera controls the automatic theme

How the "auto" theme functioned was unclear.

* docs: typeset themes as code

* fix(web): apply useEffector to media query watch

* docs: add technical details

* fix(configuration): resolve merge conflicts
2021-06-17 16:42:03 +10:00
..
schema refactor(configuration): use key log instead of logging (#2072) 2021-06-08 23:15:43 +10:00
test_resources refactor(configuration): use key log instead of logging (#2072) 2021-06-08 23:15:43 +10:00
validator feat(web): implement automatic theme switch for light/dark (#2046) 2021-06-17 16:42:03 +10:00
config.template.yml feat(web): implement automatic theme switch for light/dark (#2046) 2021-06-17 16:42:03 +10:00
const.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader_test.go refactor(configuration): use key log instead of logging (#2072) 2021-06-08 23:15:43 +10:00