Ponkhy
14b9afb400
Added translation to Setup.vue
2021-08-29 23:07:58 +02:00
Ponkhy
dd877cfc70
Added translation to pause monitor confirmation
2021-08-29 04:03:55 +02:00
Ponkhy
93edb8817d
More uniform look
2021-08-29 03:57:26 +02:00
Ponkhy
303adbf9b1
Show latest dns result in Details.vue
2021-08-28 21:20:25 +02:00
LouisLam
59e9315647
show dns type and hostname in Details.vue
2021-08-28 11:48:34 +08:00
LouisLam
91e82bd12c
set default value for dns resolve type and code refactor
2021-08-28 11:46:26 +08:00
LouisLam
d4dd650bfe
translate for zh-hk
2021-08-28 11:20:02 +08:00
Ponkhy
6464207f4b
Added German language for DNS Monitor
2021-08-27 18:41:58 +02:00
Louis Lam
7652b4849a
Merge pull request #238 from Ponkhy/dns-monitor
...
Added DNS Monitor Type
2021-08-28 00:21:10 +08:00
Ponkhy
2b8c5e2e65
Added German Language
2021-08-26 02:43:26 +02:00
LouisLam
8318c2e8ff
add a simple dns server for testing, and disable ipRegex for dev only (need to input port)
2021-08-26 01:50:27 +08:00
LouisLam
46ac753c46
Merge branch 'master' into dns-monitor
2021-08-26 01:05:46 +08: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
dd4c00eed3
add vue i18n
2021-08-24 16:44:58 +08:00
Louis Lam
054186370e
add source of ipRegex
2021-08-24 15:00:30 +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
LouisLam
3f12afce28
Merge branch 'master' into clean-mobile-table
2021-08-24 01:53:13 +08:00
Ponkhy
b2041cb36b
Fixed ESLint Errors
2021-08-23 16:30:11 +02:00
LouisLam
a02edf1b4f
fix detail page empty if the monitor list is not yet ready
2021-08-23 16:59:27 +08:00
Ponkhy
ce79f8bfc7
CSS optimizations
2021-08-23 01:22:55 +02:00
Ponkhy
c79be19ec3
Added DNS Monitor Type
2021-08-23 00:05:48 +02:00
Ponkhy
ca38cc91e9
Use bootstrap integraded class instead of new ones
2021-08-22 03:15:25 +02:00
Ponkhy
c90d17bd66
Added animation for list page change
2021-08-21 23:01:43 +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
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
d8bcfcaaa2
Fix: Reduce chart padding on mobile
2021-08-18 17:04:13 +08:00
Ponkhy
77369bd002
Fixed invisible heartbeat bar after page switch
2021-08-17 15:40:22 +02:00
Ponkhy
233c5661af
Added user choice heartbeat bar
2021-08-15 20:46:21 +02:00
Ponkhy
91d4c15b4d
Merge branch 'louislam:master' into master
2021-08-15 20:28:30 +02:00
Nelson Chan
8f150aaeb9
Feat: Use Async Component
2021-08-12 00:47:58 +08:00
Nelson Chan
2bd735035c
Misc: Show graph by default
2021-08-11 23:40:56 +08:00
Nelson Chan
48c6d8f19f
Feat: Display recent ping chart
2021-08-11 23:40:51 +08:00
Ponkhy
45c162583b
Added more space over the badge on mobile screens
2021-08-11 11:16:53 +02:00
Ponkhy
1d0b332b42
Fixed function buttons for smaller screens
2021-08-10 18:29:47 +02:00
Nelson Chan
113899e278
Fix: unify styling of theme switch with UI
2021-08-10 12:20:06 +08:00
LouisLam
550c9703a6
fix radio button not checked
2021-08-09 18:46:57 +08:00
LouisLam
b69185ee9e
control search engine visibility
2021-08-09 18:16:27 +08:00
LouisLam
6f489e7e0f
Accepted Status Codes / Max Redirects for http/keyword only
2021-08-09 02:01:08 +08:00
LouisLam
11b8c61079
wip: add search engine control in setting
2021-08-09 01:58:24 +08:00
LouisLam
6ca7ca4e7e
improve alignment and font size
2021-08-08 21:42:37 +08:00
LouisLam
9fa8d5c1fa
improve multiselect
2021-08-08 21:14:29 +08:00
LouisLam
3265c3cbc3
improve multiselect
2021-08-08 21:03:10 +08:00
LouisLam
3005585c0f
Merge branch 'master' into redirects&status
2021-08-08 14:48:00 +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
5a6e5b7948
change multiselect color
2021-08-06 19:48:51 +08:00
LouisLam
adcd251076
Merge branch 'master' into redirects&status
2021-08-06 19:26:44 +08:00