Commit graph

14 commits

Author SHA1 Message Date
LouisLam 3265c3cbc3 improve multiselect 2021-08-08 21:03:10 +08:00
LouisLam a79e6aa338 dark theme for multiselect 2021-08-08 15:02:33 +08:00
Philipp Dormann 123fca43a1
FEAT: darkmode (#155)
* darkmode fixes

* fix: darkmode: empty beats in active/ hovered state

* fix: color for empty beats

* fix: navbar background color

* Update src/assets/vars.scss

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>

* Update src/assets/app.scss

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>

* wip, split dark theme style by .dark and store light theme to normal

* add back missing css

* working switch theme button and tuning dark theme

* finish dark theme

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: LouisLam <louislam@users.noreply.github.com>
2021-08-08 13:47:29 +08:00
Sam a8b102ad4a add retries for pinging function
backend:
- new field for monitor: maxretries
- new pending status while service is retrying: 2
- pending status event is not marked important
- pending pings however register as downtime in the calculation

frontend:
- added pending status while service is retrying
- added color for new pending status
- added field to configure amount of retries

database:
- IMPORTANT: THIS REQUIRES MIGRATION!!!!
- added field: maxretries with default value 0
2021-07-19 18:23:06 +02:00
Louis Lam fef41b44a8
Revert "basic darkmode" 2021-07-13 12:16:11 +08:00
Philipp Dormann d9e2c230bf
Merge branch 'master' of philippdormann/uptime-kuma into philippdormann/uptime-kuma->feature/darkmode
darkmode based on css variables. ref https://github.com/louislam/uptime-kuma/issues/21
2021-07-12 22:21:19 +02:00
Philipp Dormann e4f38d833d
🌑 darkmode support for nav link hover 2021-07-12 00:41:28 +02:00
Philipp Dormann 8b83266b00
🌑 add darkmode support for focused input elements 2021-07-12 00:37:08 +02:00
Philipp Dormann 6fb1b344f6
🌑 darkmode support on form elements 2021-07-12 00:33:52 +02:00
Philipp Dormann 673d3c124c
🚧 WIP on darkmode 🌑 2021-07-12 00:26:33 +02:00
Louis 9fa84a0a2b many update 2021-06-29 16:06:20 +08:00
LouisLam d02401b1c2 many update 2021-06-27 16:10:55 +08:00
LouisLam 497d63ef7d implementing heartbeat bar 2021-06-26 03:03:06 +08:00
LouisLam 0a4fb45a8c init 2021-06-25 21:55:49 +08:00