From 0f134c8a155125c7172b29871a9c612cd69d03fc Mon Sep 17 00:00:00 2001 From: MateuszMichalowski <79852198+MateuszMichalowski@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:41:28 +0200 Subject: [PATCH] fix(frontend): migration feedback fixes (#3359) * fix(frontend): fixes after feedback * fix(frontend): fixes after feedback * fix(frontend): fixes after feedback --- .../src/components/ChangeUserRoleFormular.vue | 2 +- admin/src/components/ContentFooter.vue | 2 +- .../ContributionLink/ContributionLink.vue | 2 +- .../ContributionLink/ContributionLinkForm.vue | 4 +- .../ContributionLink/ContributionLinkList.vue | 6 +- .../ContributionMessagesFormular.vue | 2 +- .../ContributionMessagesListItem.spec.js | 8 +- .../slots/ContributionMessagesListItem.vue | 22 +- admin/src/components/EditCreationFormular.vue | 6 +- .../Federation/CommunityVisualizeItem.vue | 363 ++++++++++++------ .../Federation/FederationVisualizeItem.vue | 36 +- admin/src/components/NavBar.vue | 2 +- admin/src/components/Overlay.vue | 2 +- admin/src/components/RowDetails.vue | 2 +- .../components/Tables/OpenCreationsTable.vue | 10 +- .../src/components/Tables/SearchUserTable.vue | 8 +- .../src/components/Tables/StatisticTable.vue | 26 +- admin/src/components/VariantIcon.vue | 22 ++ admin/src/main.js | 7 +- admin/src/pages/CreationConfirm.vue | 6 +- admin/src/pages/FederationVisualize.vue | 13 +- admin/src/pages/Overview.vue | 28 +- admin/src/router/guards.js | 2 +- .../custom/gradido-custom/_buttons-forms.scss | 2 +- .../scss/custom/gradido-custom/_buttons.scss | 2 +- .../custom/gradido-custom/_custom-forms.scss | 2 +- .../custom/gradido-custom/_datepicker.scss | 2 +- .../scss/custom/gradido-custom/_input.scss | 4 +- .../src/assets/scss/gradido-template.scss | 8 +- frontend/src/components/Auth/AuthFooter.vue | 5 +- frontend/src/components/ClipboardCopy.vue | 14 +- .../ContributionMessagesFormular.vue | 2 +- .../ContributionMessagesListItem.vue | 2 +- .../Contributions/ContributionForm.vue | 4 +- .../Contributions/ContributionList.vue | 117 +++--- .../Contributions/ContributionListItem.vue | 36 +- .../DecayInformations/CollapseLinksList.vue | 1 - .../DecayInformation-Decay.vue | 9 +- .../DecayInformation-DecayStartblock.vue | 10 +- .../DecayInformation-Long.vue | 10 +- .../GddSend/TransactionConfirmationLink.vue | 6 +- .../GddSend/TransactionConfirmationSend.vue | 4 +- .../components/GddSend/TransactionForm.vue | 13 +- .../src/components/GddTransactionList.vue | 25 +- .../src/components/GdtTransactionList.vue | 3 +- .../src/components/Inputs/InputTextarea.vue | 10 +- .../src/components/Inputs/InputUsername.vue | 45 +-- frontend/src/components/LanguageSwitch2.vue | 2 + .../src/components/Overview/CommunityNews.vue | 4 +- frontend/src/components/Status.vue | 2 +- .../Template/ContentHeader/GddAmount.vue | 6 +- .../Template/ContentHeader/GdtAmount.vue | 18 +- .../Template/RightSide/LastContributions.vue | 4 +- .../Template/RightSide/LastTransactions.vue | 5 +- frontend/src/components/Transaction.vue | 11 +- .../TransactionLinks/TransactionLink.vue | 5 +- .../TransactionRows/AmountAndNameRow.vue | 2 +- .../TransactionRows/CollapseIcon.vue | 5 - .../TransactionRows/DateRow.spec.js | 2 +- .../components/TransactionRows/DateRow.vue | 2 +- .../components/TransactionRows/DecayRow.vue | 3 +- .../TransactionRows/DurationRow.vue | 2 +- .../TransactionRows/LinkCountRow.vue | 2 +- .../components/TransactionRows/MemoRow.vue | 2 +- .../Transactions/TransactionCreation.vue | 21 +- .../Transactions/TransactionDecay.vue | 20 +- .../Transactions/TransactionLinkSummary.vue | 17 +- .../Transactions/TransactionReceive.vue | 11 +- .../Transactions/TransactionSend.vue | 12 +- .../src/components/UserSettings/UserData.vue | 8 +- .../components/UserSettings/UserLanguage.vue | 15 +- .../src/components/UserSettings/UserName.vue | 22 +- .../components/UserSettings/UserPassword.vue | 8 +- .../UserSettings/UserSettingsSwitch.vue | 18 +- frontend/src/components/VariantIcon.vue | 35 ++ frontend/src/layouts/AuthLayout.vue | 16 +- .../layouts/templates/CommunityTemplate.vue | 98 +++-- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- frontend/src/locales/es.json | 1 + frontend/src/locales/fr.json | 1 + frontend/src/locales/nl.json | 1 + frontend/src/locales/tr.json | 1 + frontend/src/main.js | 2 - frontend/src/pages/Circles.vue | 2 +- frontend/src/pages/Community.vue | 11 +- frontend/src/pages/ResetPassword.vue | 351 +++++++++++------ frontend/src/pages/Settings.vue | 12 +- frontend/src/pages/UserSearch.vue | 2 +- frontend/src/validation-rules.js | 26 +- frontend/vite.config.js | 1 + 91 files changed, 1033 insertions(+), 677 deletions(-) create mode 100644 admin/src/components/VariantIcon.vue create mode 100644 frontend/src/components/VariantIcon.vue diff --git a/admin/src/components/ChangeUserRoleFormular.vue b/admin/src/components/ChangeUserRoleFormular.vue index 543cc1ca9..618dabbfc 100644 --- a/admin/src/components/ChangeUserRoleFormular.vue +++ b/admin/src/components/ChangeUserRoleFormular.vue @@ -8,7 +8,7 @@ {{ $t('userRole.notChangeYourSelf') }}
{{ $t('contributionLink.contributionLinks') }}
+{{ $t('contributionLink.contributionLinks') }}