LouisLam
64498163e1
add /list for mobile
2021-08-19 18:12:52 +08:00
LouisLam
4f70a70dda
splite the left monitor list into a component
2021-08-19 18:05:14 +08:00
Nelson Chan
cf5168a4e6
Fix: Resize chart on screen breakpoints
2021-08-18 17:03:25 +08:00
Nelson Chan
f72cdcc663
Feat: Add time to beat tooltip, misc. fixes
2021-08-18 11:40:20 +08:00
Louis Lam
29a89df524
Merge pull request #227 from Ponkhy/line-messenger
...
Added Line Messenger Notification Service
2021-08-17 20:25:01 +08:00
Louis Lam
e257fa7b2d
Merge pull request #221 from chakflying/patch-1
...
Fix: Improve Chart axis, use 24Hr format
2021-08-17 20:05:48 +08:00
Ponkhy
64501bf065
Added Line Messenger Notification Service
2021-08-17 13:41:36 +02:00
LouisLam
5e52f230b1
create datetime mixin
2021-08-17 16:41:12 +08:00
Nelson Chan
0b30bfff87
Fix: Improve Chart axis, use 24Hr format
2021-08-16 23:58:02 +08:00
Louis Lam
80eadcb236
Merge pull request #214 from ChrisTheBaron/pushbullet
...
Add Pushbullet notification service
2021-08-16 01:06:27 +08:00
LouisLam
7e5a8c896b
Merge remote-tracking branch 'chakflying/ping-graph'
2021-08-16 01:00:18 +08:00
Chris Taylor
efe75bde75
Add Pushbullet notification service
2021-08-13 21:18:43 +01:00
Alexandre Gagner
ed93aae1c2
add octopush notification service
2021-08-12 00:15:53 +02:00
Nelson Chan
6ed1d8cb2f
Feat: Use selective import, improve tooltip UI
2021-08-12 00:31:21 +08:00
Nelson Chan
71bec74081
Feat: Add down-ed bars, improve UI
2021-08-11 23:40:56 +08:00
Nelson Chan
48c6d8f19f
Feat: Display recent ping chart
2021-08-11 23:40:51 +08:00
LouisLam
116d803592
minor
2021-08-09 21:03:22 +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
LouisLam
d5b40dfebf
better code reuse and "Username" to "Bot Display Name"
2021-08-08 11:03:22 +08:00
Niyas
4469b3a19b
Added discord username field
2021-08-07 11:13:25 +05:30
Niyas
91fce75a93
Removed UptimeKuma url field
2021-08-06 17:38:16 +05:30
Niyas
908176c910
Discord enhancements
2021-08-05 21:42:45 +05:30
Philipp Dormann
e34a8e2e4a
FEAT: PUSHY Notifier ( #154 )
...
FEAT: PUSHY Notifier (#154 )
2021-08-03 23:14:27 +08:00
LouisLam
4d71e03039
improve #39
2021-08-03 15:14:26 +08:00
Nelson Chan
5b9d3357aa
Fix: Increase width of status pill
2021-08-03 10:57:56 +08:00
LouisLam
642a711bcd
Confirm Dialog: allow changing the button text
2021-07-31 18:58:12 +08:00
LouisLam
b7fbc2c0e6
add LinaSea option in select box
2021-07-31 13:37:42 +08:00
LouisLam
2ebd79d037
run eslint for lunasea change
2021-07-31 13:35:18 +08:00
Niyas
67a4e949a2
LunaSea Support
2021-07-31 10:31:41 +05:30
LouisLam
081abcb6a1
add util.ts for sharing common functions between frontend and backend
2021-07-30 11:23:04 +08:00
LouisLam
133c7230bc
fix resize problem
2021-07-28 23:03:37 +08:00
Adam Stachowicz
be1fc0c2b6
Missing this part 2
2021-07-27 20:03:53 +02:00
Adam Stachowicz
4c8fdd07d9
Manual fixes
2021-07-27 19:53:59 +02:00
Adam Stachowicz
9648d700d7
Autofix on save
2021-07-27 19:47:13 +02:00
LouisLam
bf3e9dccd2
improve the ui of cert info
2021-07-26 22:53:07 +08:00
Louis Lam
0dbecca10f
Merge pull request #102 from NiNiyas/pushover-enhancements
...
Pushover enhancements
2021-07-23 12:32:36 +08:00
Niyas
77fbfc23be
Pushover enhancements
2021-07-22 19:28:25 +05:30
LouisLam
86e18ac11d
Merge branch 'master' into Spiritreader_master
...
# Conflicts:
# src/pages/EditMonitor.vue
2021-07-22 17:34:41 +08:00
LouisLam
916b9da0dc
Merge branch 'master' into something
...
# Conflicts:
# server/notification.js
# src/components/NotificationDialog.vue
2021-07-22 11:12:52 +08:00
LouisLam
02b4dfc100
prevent the telegram getUpdates URL go out of box
2021-07-20 20:18:56 +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
d6b9403f60
Merge pull request #76 from Saibamen/fix_remember_me
...
Fix multiple labels for `Remember me`
2021-07-18 19:28:48 +08:00
Adam Stachowicz
f9274557f3
Fix center
2021-07-18 13:22:39 +02:00
Adam Stachowicz
44b66cbd2e
Fix Remember me
label
2021-07-18 13:00:59 +02:00
LouisLam
66037e236c
add apprise support
2021-07-18 18:51:58 +08:00
Adam Stachowicz
268c8e50f5
Merge branch 'master' into something
2021-07-18 09:42:08 +00:00
Louis Lam
6f3ea21864
Merge pull request #61 from NiNiyas/slack-enhancements
...
Slack Enhancements and aligns footer to center
2021-07-18 13:47:04 +08:00
Adam Stachowicz
d94894b7e0
Fix require-v-for-key
, remove unused declarations and double spaces
2021-07-18 03:10:15 +02:00
Niyas
7808aef58f
Pushover support
2021-07-17 18:42:54 +05:30
Niyas
20cad50593
Pushover support
2021-07-17 17:49:56 +05:30