From 19e71eceb1b9c5421bd633dd4720cbf05b870ab0 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 3 Oct 2025 14:30:24 +0200 Subject: [PATCH 001/107] move gradido id right, replace copy icon, move copy icon left --- frontend/src/components/Menu/Navbar.vue | 16 ++++++++-------- frontend/src/locales/de.json | 1 + frontend/src/locales/en.json | 1 + frontend/src/locales/es.json | 1 + frontend/src/locales/fr.json | 1 + frontend/src/locales/nl.json | 1 + 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 8a749c886..216c2c8a4 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -17,9 +17,9 @@ -
+
-
+
-
-
{{ username.username }}
-
- diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index ac9647e96..cad11d22f 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -114,6 +114,7 @@ "thanksYouWith": "dankt dir mit" }, "contributionText": "Beitragstext", + "copy-to-clipboard": "In Zwischenablage kopieren", "creation": "Schöpfen", "decay": { "before_startblock_transaction": "Diese Transaktion beinhaltet keine Vergänglichkeit.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index d70bafe5c..aa4318a95 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -114,6 +114,7 @@ "thanksYouWith": "thanks you with" }, "contributionText": "Contribution Text", + "copy-to-clipboard": "Copy to clipboard", "creation": "Creation", "decay": { "before_startblock_transaction": "This transaction does not include decay.", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 19a3accfd..c12d8fedc 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -101,6 +101,7 @@ "thanksYouWith": "te agradece con", "unique": "(único)" }, + "copy-to-clipboard": "Copiar al portapapeles", "decay": { "before_startblock_transaction": "Esta transacción no implica disminución en su valor.", "calculation_decay": "Cálculo de la disminución gradual del valor", diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index a24a4c7aa..d50334e69 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -104,6 +104,7 @@ }, "contributionText": "Texte de la contribution", "creation": "Création", + "copy-to-clipboard": "Copier dans le presse-papier", "decay": { "before_startblock_transaction": "Cette transaction n'est pas péremptoire.", "calculation_decay": "Calcul de la décroissance", diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json index 587dec716..40d6d1455 100644 --- a/frontend/src/locales/nl.json +++ b/frontend/src/locales/nl.json @@ -101,6 +101,7 @@ "thanksYouWith": "bedankt jou met", "unique": "(uniek)" }, + "copy-to-clipboard": "Kopieer naar klembord", "decay": { "before_startblock_transaction": "Deze transactie heeft geen vergankelijkheid.", "calculation_decay": "Berekening van de vergankelijkheid", From 913464bee78eeda2481684af0c49d56526a73ee0 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 3 Oct 2025 14:31:39 +0200 Subject: [PATCH 002/107] update copy symbol in admin --- admin/src/components/AiChat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/AiChat.vue b/admin/src/components/AiChat.vue index e167d685d..c5f3fbcfc 100644 --- a/admin/src/components/AiChat.vue +++ b/admin/src/components/AiChat.vue @@ -25,7 +25,7 @@ :title="$t('copy-to-clipboard')" @click="copyToClipboard(message.content)" > - +
From 1dcfa3ea01cacd213db614cdd0340136c5e37ee3 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 3 Oct 2025 14:33:38 +0200 Subject: [PATCH 003/107] home link on gradido logo --- frontend/src/components/Menu/Navbar.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 216c2c8a4..f2aa3c038 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -3,12 +3,14 @@ -