From eb67356472887a08eb103bb293241233c06efefd Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 24 Sep 2021 10:33:46 +0800 Subject: [PATCH] feat(webui): add link to changelog on version number closes #691 --- komga-webui/src/styles/global.css | 4 ++++ komga-webui/src/views/Home.vue | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/komga-webui/src/styles/global.css b/komga-webui/src/styles/global.css index ee74eb01..1fb59887 100644 --- a/komga-webui/src/styles/global.css +++ b/komga-webui/src/styles/global.css @@ -2,6 +2,10 @@ html { overflow-y: auto !important; } +.link-none { + text-decoration: none; +} + .link-underline { text-decoration: none; } diff --git a/komga-webui/src/views/Home.vue b/komga-webui/src/views/Home.vue index cacfdb2e..497b9923 100644 --- a/komga-webui/src/views/Home.vue +++ b/komga-webui/src/views/Home.vue @@ -88,7 +88,8 @@ {{ $t('common.unavailable') }} + >{{ $t('common.unavailable') }} + @@ -173,7 +174,13 @@
-
v{{ info.build.version }}-{{ info.git.branch }}
+ + v{{ info.build.version }}-{{ info.git.branch }} + + mdi-open-in-new