gatus/web/app
Xetera e0bdda5225
feat(ui): Allow configuring default dark-mode value (#1015)
* fix: theme flickering

* chore(ui): added dark mode tests

* feat(ui): Expose new ui.dark-mode parameter to set default theme

* refactor(ui): Rename theme variable to themeFromCookie for clarity

---------

Co-authored-by: TwiN <twin@linux.com>
Co-authored-by: TwiN <chris@twin.sh>
2025-03-07 20:32:05 -05:00
..
public feat(ui): Allow configuring default dark-mode value (#1015) 2025-03-07 20:32:05 -05:00
src feat(ui): Allow configuring default dark-mode value (#1015) 2025-03-07 20:32:05 -05:00
.gitignore
babel.config.js
package-lock.json chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /web/app (#365) 2022-11-12 14:51:39 -05:00
package.json ui: Replace and reposition old icons by SVG icons (#349) 2022-10-19 17:38:32 -04:00
postcss.config.js Update tailwind and fix configuration 2021-04-06 23:39:53 -04:00
README.md
tailwind.config.js fix(ui): disable hover effects when not supported (#514) 2023-07-16 21:14:43 -04:00
vue.config.js Remove web.context-root 2021-01-31 05:49:01 -05:00

app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.