From 0da19960db2307b68a3b3624d550878df59bcca2 Mon Sep 17 00:00:00 2001 From: mchouliara Date: Fri, 20 Sep 2024 15:16:07 +0300 Subject: [PATCH] focusable navbar, translations for alt texts, move all dashboard styles to dashboard.scss --- ...ate-editor-section-fieldset.component.html | 10 +-- .../user/listing/user-listing.component.html | 4 +- .../app/ui/dashboard/dashboard.component.html | 14 ++-- .../description-listing.component.html | 2 +- .../description-filter.component.html | 4 +- .../src/app/ui/navbar/navbar.component.html | 38 ++++----- .../filtering/plan-filter.component.html | 4 +- .../plan-user-field.component.html | 2 +- .../sidebar-footer.component.html | 6 +- .../src/app/ui/sidebar/sidebar.component.css | 81 ------------------ .../src/app/ui/sidebar/sidebar.component.scss | 83 +++++++++++++++++++ .../src/app/ui/sidebar/sidebar.component.ts | 2 +- .../user-profile/user-profile.component.html | 2 +- frontend/src/assets/i18n/baq.json | 15 +++- frontend/src/assets/i18n/de.json | 15 +++- frontend/src/assets/i18n/en.json | 16 +++- frontend/src/assets/i18n/es.json | 15 +++- frontend/src/assets/i18n/gr.json | 15 +++- frontend/src/assets/i18n/hr.json | 15 +++- frontend/src/assets/i18n/pl.json | 15 +++- frontend/src/assets/i18n/pt.json | 15 +++- frontend/src/assets/i18n/sk.json | 15 +++- frontend/src/assets/i18n/sr.json | 15 +++- frontend/src/assets/i18n/tr.json | 15 +++- 24 files changed, 281 insertions(+), 137 deletions(-) delete mode 100644 frontend/src/app/ui/sidebar/sidebar.component.css diff --git a/frontend/src/app/ui/admin/description-template/editor/components/section-fieldset/description-template-editor-section-fieldset.component.html b/frontend/src/app/ui/admin/description-template/editor/components/section-fieldset/description-template-editor-section-fieldset.component.html index 216b7ac6b..ba0555ea1 100644 --- a/frontend/src/app/ui/admin/description-template/editor/components/section-fieldset/description-template-editor-section-fieldset.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/components/section-fieldset/description-template-editor-section-fieldset.component.html @@ -14,7 +14,7 @@
Add Question icon + aria-hidden> {{'DESCRIPTION-TEMPLATE-EDITOR.STEPS.TOOLKIT.NEW-INPUT-SET' | translate}}
@@ -30,7 +30,7 @@
Add Question icon + aria-hidden> {{'DESCRIPTION-TEMPLATE-EDITOR.STEPS.TOOLKIT.NEW-INPUT-SET' | translate}} @@ -86,7 +86,7 @@
Add Question icon + aria-hidden> {{'DESCRIPTION-TEMPLATE-EDITOR.STEPS.TOOLKIT.NEW-INPUT-SET' | translate}} @@ -98,7 +98,7 @@
Clone icon + aria-hidden> {{'DESCRIPTION-TEMPLATE-EDITOR.STEPS.TOOLKIT.CLONE' | translate}}
@@ -120,7 +120,7 @@
Add Question icon + aria-hidden> {{'DESCRIPTION-TEMPLATE-EDITOR.STEPS.TOOLKIT.NEW-INPUT-SET' | translate}}
diff --git a/frontend/src/app/ui/admin/user/listing/user-listing.component.html b/frontend/src/app/ui/admin/user/listing/user-listing.component.html index 86bf3ae71..18fe72079 100644 --- a/frontend/src/app/ui/admin/user/listing/user-listing.component.html +++ b/frontend/src/app/ui/admin/user/listing/user-listing.component.html @@ -68,8 +68,8 @@
- user avatar - user avatar + +
{{row.name}}
diff --git a/frontend/src/app/ui/dashboard/dashboard.component.html b/frontend/src/app/ui/dashboard/dashboard.component.html index 8bfc0daf7..48da01968 100644 --- a/frontend/src/app/ui/dashboard/dashboard.component.html +++ b/frontend/src/app/ui/dashboard/dashboard.component.html @@ -22,7 +22,7 @@
@@ -54,7 +54,7 @@ - colorful art of a person working on an oversized computer + {{'ALT-TEXT.DASHBOARD-POPUP-IMAGE' | translate }} @@ -62,25 +62,25 @@
{{'DASHBOARD.LATEST-ACTIVITY' | translate}}
- + - + - + - + {{'DASHBOARD.INFO-TEXT' | translate}}

- colorful art of a person working on an oversized computer + {{'ALT-TEXT.DASHBOARD-POPUP-IMAGE' | translate }}
diff --git a/frontend/src/app/ui/description/listing/description-listing.component.html b/frontend/src/app/ui/description/listing/description-listing.component.html index 1c8cef090..254617f33 100644 --- a/frontend/src/app/ui/description/listing/description-listing.component.html +++ b/frontend/src/app/ui/description/listing/description-listing.component.html @@ -9,7 +9,7 @@ - colorful art of a person working on an oversized computer + {{'ALT-TEXT.DASHBOARD-POPUP-IMAGE' | translate }} diff --git a/frontend/src/app/ui/description/listing/filtering/description-filter.component.html b/frontend/src/app/ui/description/listing/filtering/description-filter.component.html index e493dbcca..502097919 100644 --- a/frontend/src/app/ui/description/listing/filtering/description-filter.component.html +++ b/frontend/src/app/ui/description/listing/filtering/description-filter.component.html @@ -11,7 +11,7 @@
{{ 'DESCRIPTION-LISTING.FILTERS.STATUS.NAME' | translate}}
- + {{ 'DESCRIPTION-LISTING.FILTERS.STATUS.TYPES.ANY' | translate }} {{ 'DESCRIPTION-LISTING.FILTERS.STATUS.TYPES.DRAFT' | translate }} {{ 'DESCRIPTION-LISTING.FILTERS.STATUS.TYPES.FINALIZED' | translate }} @@ -63,7 +63,7 @@
{{'DESCRIPTION-LISTING.FILTERS.ROLE.NAME' | translate }}
- + {{ 'DESCRIPTION-LISTING.FILTERS.ROLE.TYPES.ANY' | translate }} {{ 'DESCRIPTION-LISTING.FILTERS.ROLE.TYPES.OWNER' | translate }} {{ 'DESCRIPTION-LISTING.FILTERS.ROLE.TYPES.VIEWER' | translate }} diff --git a/frontend/src/app/ui/navbar/navbar.component.html b/frontend/src/app/ui/navbar/navbar.component.html index 90707c0c0..b97c4cac0 100644 --- a/frontend/src/app/ui/navbar/navbar.component.html +++ b/frontend/src/app/ui/navbar/navbar.component.html @@ -1,25 +1,25 @@