aboutsummaryrefslogtreecommitdiff
path: root/ext/js/app/theme-controller.js
Commit message (Collapse)AuthorAge
* Theme updates (#2105)toasted-nutbread2022-04-03
* Change siteColor to siteTheme * Fix potential null exception * Simplify * Update display theme assignment * Add a data-browser-theme attribute * Add "browser" option for theme * Create ThemeController * Add theme-controller.js to relevant pages * Use ThemeController * Simplify * Fix 'light' being used instead of 'default' * Update the settings values to more accurately reflect their usage * Change default site theme in display.js * Remove async * Restore async for consistency