From 8c0c87797396cd37a7e6b57df4d8bfff93f2c29a Mon Sep 17 00:00:00 2001 From: volodyayakubovskyy Date: Tue, 20 May 2025 16:02:52 +0300 Subject: [PATCH 1/2] fix(nav-bar): removed duplication --- src/app/core/constants/nav-items.constant.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/core/constants/nav-items.constant.ts b/src/app/core/constants/nav-items.constant.ts index 0263a12b5..b7858502d 100644 --- a/src/app/core/constants/nav-items.constant.ts +++ b/src/app/core/constants/nav-items.constant.ts @@ -96,10 +96,6 @@ export const PROJECT_MENU_ITEMS: MenuItem[] = [ label: 'navigation.project.registrations', routerLink: 'registrations', }, - { - label: 'navigation.project.settings', - routerLink: 'settings', - }, { label: 'navigation.project.contributors', routerLink: 'contributors' }, { label: 'navigation.project.analytics', routerLink: 'analytics' }, { From 62b9f3b731967f102a8e569e35a6f128b2d56380 Mon Sep 17 00:00:00 2001 From: volodyayakubovskyy Date: Tue, 20 May 2025 17:16:06 +0300 Subject: [PATCH 2/2] fix(settings): added fixes --- .../settings-project-form-card.component.html | 9 ++++++++- .../settings-view-only-links-card.component.html | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/features/project/settings/components/settings-project-form-card/settings-project-form-card.component.html b/src/app/features/project/settings/components/settings-project-form-card/settings-project-form-card.component.html index 4d49d0aa9..c1b323fcc 100644 --- a/src/app/features/project/settings/components/settings-project-form-card/settings-project-form-card.component.html +++ b/src/app/features/project/settings/components/settings-project-form-card/settings-project-form-card.component.html @@ -11,6 +11,7 @@

{{ 'myProjects.settings.project' | translate }}

id="project-title" type="text" aria-required="true" + class="mt-2" aria-describedby="project-title" [formControlName]="ProjectFormControls.Title" /> @@ -20,7 +21,13 @@

{{ 'myProjects.settings.project' | translate }}

- +
diff --git a/src/app/features/project/settings/components/settings-view-only-links-card/settings-view-only-links-card.component.html b/src/app/features/project/settings/components/settings-view-only-links-card/settings-view-only-links-card.component.html index 8c572cfe3..bc09d5e89 100644 --- a/src/app/features/project/settings/components/settings-view-only-links-card/settings-view-only-links-card.component.html +++ b/src/app/features/project/settings/components/settings-view-only-links-card/settings-view-only-links-card.component.html @@ -1,7 +1,7 @@

{{ 'myProjects.settings.viewOnlyLinks' | translate }}

-

{{ 'myProjects.settings.viewOnlySubtitle' | translate }}

+

{{ 'myProjects.settings.viewOnlySubtitle' | translate }}