From 113899e27863c77142d7b3465b7402911c55ff4b Mon Sep 17 00:00:00 2001 From: Nelson Chan Date: Tue, 10 Aug 2021 12:20:06 +0800 Subject: [PATCH 1/3] Fix: unify styling of theme switch with UI --- src/pages/Settings.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/Settings.vue b/src/pages/Settings.vue index ba959c5ca..73e71172b 100644 --- a/src/pages/Settings.vue +++ b/src/pages/Settings.vue @@ -248,10 +248,22 @@ export default { padding: 20px; } +.btn-check:active + .btn-outline-primary, +.btn-check:checked + .btn-outline-primary, +.btn-check:hover + .btn-outline-primary { + color: #fff; +} + .dark { .list-group-item { background-color: $dark-bg2; color: $dark-font-color; } + + .btn-check:active + .btn-outline-primary, + .btn-check:checked + .btn-outline-primary, + .btn-check:hover + .btn-outline-primary { + color: #000; + } } From 974672f7c1b9b9912e0443b291dd711ae4b12054 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 10 Aug 2021 13:09:36 +0800 Subject: [PATCH 2/3] Delete deploy.template.yaml --- .do/deploy.template.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml deleted file mode 100644 index ecbcea7f8..000000000 --- a/.do/deploy.template.yaml +++ /dev/null @@ -1,11 +0,0 @@ -spec: - name: uptime-kuma - services: - - name: server - git: - repo_clone_url: https://github.com/louislam/uptime-kuma - branch: master - http_port: 3001 - build_command: npm run setup - run_command: npm run start-server - From 1e4f9c7e1543799dc2845271c15fb1129c116527 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 10 Aug 2021 13:10:03 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 794ee01df..d1c8b383f 100644 --- a/README.md +++ b/README.md @@ -80,15 +80,6 @@ Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more he Please read wiki for more info: https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy -### One-click Deploy - - - -[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/louislam/uptime-kuma/tree/master&refcode=e2c7eb658434) - ## How to Update ### Docker