From 7077bdf07eac8285b6f880196ab5cae458051ee9 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 22 Feb 2024 16:41:17 +0100 Subject: [PATCH] feat: Make the AppScorce component to use SVG icons Signed-off-by: Ferdinand Thiessen --- apps/settings/css/settings.scss | 6 -- .../src/components/AppList/AppScore.vue | 74 +++++++++++++++---- 2 files changed, 61 insertions(+), 19 deletions(-) diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index dbd2caf4059..c77a420e8d4 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -594,12 +594,6 @@ span.version { color: var(--color-text-maxcontrast); } -.app-score { - position: relative; - top: 4px; - opacity: .5; -} - .app-settings-content { #searchresults { display: none; diff --git a/apps/settings/src/components/AppList/AppScore.vue b/apps/settings/src/components/AppList/AppScore.vue index 69290645ef9..f576a471ef6 100644 --- a/apps/settings/src/components/AppList/AppScore.vue +++ b/apps/settings/src/components/AppList/AppScore.vue @@ -2,8 +2,9 @@ - @copyright Copyright (c) 2018 Julius Härtl - - @author Julius Härtl + - @author Ferdinand Thiessen - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -21,22 +22,69 @@ --> - +