From dd0ff8e36976b980ed20dfdfb6df073266224de3 Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Sat, 5 Jul 2025 03:18:28 +0530 Subject: [PATCH 1/2] feat: use outline icons instead of solid ones Signed-off-by: Anupam Kumar --- src/components/AdminSettings.vue | 64 +++++++++++++++++------------ src/components/PersonalSettings.vue | 22 ++++++---- 2 files changed, 50 insertions(+), 36 deletions(-) diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index 333628f6..659f9c50 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -38,12 +38,14 @@ :show-trailing-button="!!state.url" @update:model-value="onSensitiveInput(true)" @trailing-button-click="state.url = '' ; onSensitiveInput(true)"> - + @@ -70,7 +72,7 @@ @@ -85,7 +87,9 @@ :show-trailing-button="!!state.request_timeout" @update:model-value="onInput()" @trailing-button-click="state.request_timeout = '' ; onInput()"> - + @@ -93,7 +97,7 @@ @@ -139,7 +143,9 @@ @update:model-value="onSensitiveInput(true)" @trailing-button-click="state.api_key = '' ; onSensitiveInput(true)" @focus="readonly = false"> - + @@ -161,7 +167,9 @@ @update:model-value="onSensitiveInput(true)" @trailing-button-click="state.basic_user = '' ; onSensitiveInput(true)" @focus="readonly = false"> - +
@@ -176,7 +184,9 @@ @update:model-value="onSensitiveInput(true)" @trailing-button-click="state.basic_password = '' ; onSensitiveInput(true)" @focus="readonly = false"> - +
@@ -233,7 +243,7 @@ target="_blank"> @@ -243,7 +253,7 @@ target="_blank"> @@ -260,7 +270,7 @@ @@ -282,7 +292,7 @@ @@ -308,7 +318,7 @@ target="_blank"> @@ -318,7 +328,7 @@ target="_blank"> @@ -338,7 +348,7 @@ @@ -369,7 +379,7 @@ target="_blank"> @@ -379,7 +389,7 @@ target="_blank"> @@ -408,7 +418,7 @@ target="_blank"> @@ -418,7 +428,7 @@ target="_blank"> @@ -433,7 +443,7 @@ variant="tertiary" aria-label="voices-info"> @@ -529,7 +539,7 @@ @@ -574,11 +584,11 @@