Nelson Chan
7c49f7e5a6
Feat: Full server-side pagination for important events ( #3515 )
...
* Feat: Serverside pagination for importantBeats
* Chore: Remove unused state
* Apply suggestions from code review
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Fix: Add watch for monitor
* Fix: Fix compatibility with dynamic page length
* Chore: Fix lint
* Merge conflict
---------
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-09-23 19:03:45 +08:00
GitStart
f4967615c0
UPTM-14 - Dashboard Display on vertical 4K screen ( #3451 )
...
* Update src/pages/DashboardHome.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* resolve comment
Co-authored-by: AqidaHaidari <aghida55@gmail.com>
Co-authored-by: Pascal Ojinnaka <56399504+passy4ucj@users.noreply.github.com>
Co-authored-by: Aqida <42426077+AqidaHaidari@users.noreply.github.com>
---------
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: AqidaHaidari <aghida55@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Pascal Ojinnaka <56399504+passy4ucj@users.noreply.github.com>
Co-authored-by: Aqida <42426077+AqidaHaidari@users.noreply.github.com>
2023-08-03 21:07:01 +08:00
Louis Lam
80698a58b8
Tidy up
2022-09-17 22:09:09 +08:00
Karel Krýda
7532acc95d
Resolve conflicts
2022-04-30 14:33:54 +02:00
Karel Krýda
ed84e56a85
Merge remote-tracking branch 'origin_kuma/master'
...
# Conflicts:
# package-lock.json
# server/database.js
# server/model/monitor.js
# server/routers/api-router.js
# server/server.js
# src/components/MonitorList.vue
# src/components/PingChart.vue
# src/icon.js
# src/pages/DashboardHome.vue
# src/pages/StatusPage.vue
# src/router.js
# src/util.js
2022-04-30 13:40:34 +02:00
Louis Lam
649f3106e1
Enforce semicolon, fix format globally
2022-04-14 01:20:54 +08:00
Louis Lam
b9dfcd1291
[Favicon] Code refactoring
2022-03-12 15:10:45 +08:00
Karel Krýda
0d3414c6d6
A complete maintenance planning system has been created
2022-01-23 15:22:00 +01:00
Adam Stachowicz
f2a27a2cf1
Use hideCount
option for pagination
2021-10-29 13:37:38 +02:00
Adam Stachowicz
2e7ad1b7b2
Don't display "count" text for pagination
2021-10-26 18:03:49 +02:00
Soroosh
f41e95921f
Enable localization for pagination
2021-09-26 18:50:12 +03:30
Nelson Chan
9e10f7d35f
Fix: Fix events table width on mobile
2021-09-11 18:56:27 +08:00
LouisLam
5a0fcebd6e
update link style
2021-09-08 18:59:30 +08:00
Adam Stachowicz
f6a168282e
Route to monitor on DashboardHome
2021-09-08 09:55:08 +02:00
LouisLam
3ad736692f
improve monitor list
2021-08-30 02:22:49 +08:00
Ponkhy
2b8c5e2e65
Added German Language
2021-08-26 02:43:26 +02:00
LouisLam
302d2665d2
run stylelint for the project
2021-08-24 23:38:25 +08:00
LouisLam
d8d428907e
Merge branch 'master' into clean-mobile-table
2021-08-24 21:55:16 +08:00
LouisLam
28a51d806b
translate to Traditional Chinese (Hong Kong)
2021-08-24 18:26:44 +08:00
LouisLam
36ace3e56c
naming convention and wrap all styles inside .table-shadow-box to avoid unexpected style in the future
2021-08-24 02:02:38 +08:00
Ponkhy
ce79f8bfc7
CSS optimizations
2021-08-23 01:22:55 +02:00
Ponkhy
ca38cc91e9
Use bootstrap integraded class instead of new ones
2021-08-22 03:15:25 +02:00
Ponkhy
dbd3f48f68
Added clean monitor table for smaller screens
2021-08-21 21:12:44 +02:00
LouisLam
f21937b197
add animation for page change
2021-08-20 02:37:59 +08:00
LouisLam
4f70a70dda
splite the left monitor list into a component
2021-08-19 18:05:14 +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
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
86e18ac11d
Merge branch 'master' into Spiritreader_master
...
# Conflicts:
# src/pages/EditMonitor.vue
2021-07-22 17:34:41 +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
Adam Stachowicz
a173700cd4
Add pagination
2021-07-18 03:04:40 +02:00
LouisLam
ef028794ac
sort dashboard home event list
2021-07-01 17:05:02 +08:00
LouisLam
a6b5986dd6
add ping and fix uptime
2021-07-01 17:00:23 +08: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
0a4fb45a8c
init
2021-06-25 21:55:49 +08:00