diff --git a/src/app/app.config.ts b/src/app/app.config.ts index a606ce22b..d913ba378 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -9,7 +9,7 @@ import { providePrimeNG } from 'primeng/config'; import { provideHttpClient, withInterceptors } from '@angular/common/http'; import { ApplicationConfig, ErrorHandler, importProvidersFrom, provideZoneChangeDetection } from '@angular/core'; import { provideAnimations } from '@angular/platform-browser/animations'; -import { provideRouter } from '@angular/router'; +import { provideRouter, withInMemoryScrolling } from '@angular/router'; import { STATES } from '@core/constants'; import { APPLICATION_INITIALIZATION_PROVIDER } from '@core/factory/application.initialization.factory'; @@ -24,7 +24,7 @@ import * as Sentry from '@sentry/angular'; export const appConfig: ApplicationConfig = { providers: [ provideZoneChangeDetection({ eventCoalescing: true }), - provideRouter(routes), + provideRouter(routes, withInMemoryScrolling({ scrollPositionRestoration: 'enabled', anchorScrolling: 'enabled' })), provideStore(STATES, withNgxsReduxDevtoolsPlugin({ disabled: false })), providePrimeNG({ theme: { diff --git a/src/app/core/components/footer/footer.component.scss b/src/app/core/components/footer/footer.component.scss index a58c8093c..3a7de64be 100644 --- a/src/app/core/components/footer/footer.component.scss +++ b/src/app/core/components/footer/footer.component.scss @@ -5,10 +5,6 @@ color: var(--dark-blue-1); padding: 0 1.5rem; - .separator { - margin: 0 mix.rem(6px); - } - a { color: var(--dark-blue-1); text-align: center; diff --git a/src/app/core/components/header/header.component.html b/src/app/core/components/header/header.component.html index c76adec66..92fd3187a 100644 --- a/src/app/core/components/header/header.component.html +++ b/src/app/core/components/header/header.component.html @@ -1,9 +1,10 @@
-
+
@if (currentUser()) { - {{ item.label | translate }} + {{ item.label | translate }} } @else { diff --git a/src/app/features/home/pages/dashboard/dashboard.component.html b/src/app/features/home/pages/dashboard/dashboard.component.html index b3e602f2e..4ba12e2f2 100644 --- a/src/app/features/home/pages/dashboard/dashboard.component.html +++ b/src/app/features/home/pages/dashboard/dashboard.component.html @@ -1,4 +1,4 @@ -
+
@if (areProjectsLoading()) { } @else { diff --git a/src/app/features/project/overview/components/files-widget/files-widget.component.html b/src/app/features/project/overview/components/files-widget/files-widget.component.html index 6d519855e..0de7a121a 100644 --- a/src/app/features/project/overview/components/files-widget/files-widget.component.html +++ b/src/app/features/project/overview/components/files-widget/files-widget.component.html @@ -41,7 +41,7 @@

{{ 'navigation.files' | translate }}

[storage]="currentRootFolder()" [isLoading]="isFilesLoading() || isStorageLoading" [actions]="filesTreeActions" - [resourceId]="this.selectedRoot!" + [resourceId]="selectedRoot!" [provider]="provider()" (entryFileClicked)="navigateToFile($event)" (filesPageChange)="onFilesPageChange($event)" diff --git a/src/app/features/static/privacy-policy/privacy-policy.component.html b/src/app/features/static/privacy-policy/privacy-policy.component.html index 57e496bbd..ab2600e78 100644 --- a/src/app/features/static/privacy-policy/privacy-policy.component.html +++ b/src/app/features/static/privacy-policy/privacy-policy.component.html @@ -716,7 +716,7 @@

20. CONTACTING US

Version history for this policy is available - here + here.

diff --git a/src/app/features/static/terms-of-use/terms-of-use.component.html b/src/app/features/static/terms-of-use/terms-of-use.component.html index df74a589c..ccfc37295 100644 --- a/src/app/features/static/terms-of-use/terms-of-use.component.html +++ b/src/app/features/static/terms-of-use/terms-of-use.component.html @@ -674,7 +674,7 @@

24. QUESTIONS

Version history for this policy is available - here + here.

diff --git a/src/app/shared/components/addons/storage-item-selector/google-file-picker/google-file-picker.component.html b/src/app/shared/components/addons/storage-item-selector/google-file-picker/google-file-picker.component.html index 83de74b87..3ff4edf44 100644 --- a/src/app/shared/components/addons/storage-item-selector/google-file-picker/google-file-picker.component.html +++ b/src/app/shared/components/addons/storage-item-selector/google-file-picker/google-file-picker.component.html @@ -1,6 +1,6 @@ -
- @if (this.isFolderPicker()) { -
+
+ @if (isFolderPicker()) { +