From 4f45c4bff5505d9d4ee51cfe097b56eaba830409 Mon Sep 17 00:00:00 2001 From: nsemets Date: Mon, 10 Aug 2026 18:26:12 +0300 Subject: [PATCH 1/3] fix(home): updated home and dashboard pages --- src/app/features/home/constants/data.ts | 13 - src/app/features/home/home.component.html | 279 +++++++----------- src/app/features/home/home.component.scss | 17 +- src/app/features/home/home.component.ts | 13 +- .../pages/dashboard/dashboard.component.html | 46 +-- .../pages/dashboard/dashboard.component.scss | 19 +- .../dashboard/dashboard.component.spec.ts | 2 - .../pages/dashboard/dashboard.component.ts | 7 +- src/assets/i18n/en.json | 33 +-- src/assets/images/connected-record.png | Bin 0 -> 222765 bytes src/assets/images/integrations/dropbox.png | Bin 5373 -> 0 bytes .../images/integrations/google-drive.png | Bin 5653 -> 0 bytes 12 files changed, 153 insertions(+), 276 deletions(-) create mode 100644 src/assets/images/connected-record.png delete mode 100644 src/assets/images/integrations/dropbox.png delete mode 100644 src/assets/images/integrations/google-drive.png diff --git a/src/app/features/home/constants/data.ts b/src/app/features/home/constants/data.ts index 8b6b300c8..743d3ba10 100644 --- a/src/app/features/home/constants/data.ts +++ b/src/app/features/home/constants/data.ts @@ -62,17 +62,4 @@ export const INTEGRATION_ICONS = [ width: '152', }, }, - { - title: 'home.loggedOut.integrations.categories.storage', - first: { - path: 'assets/images/integrations/dropbox.png', - height: '34', - width: '175', - }, - second: { - path: 'assets/images/integrations/google-drive.png', - height: '35', - width: '207', - }, - }, ]; diff --git a/src/app/features/home/home.component.html b/src/app/features/home/home.component.html index 2e89dcf60..d54df5233 100644 --- a/src/app/features/home/home.component.html +++ b/src/app/features/home/home.component.html @@ -1,20 +1,18 @@ -
-
+
+

-

+

{{ 'home.loggedOut.hero.subtitle' | translate }}

-
- -
+
@@ -24,17 +22,15 @@

priority height="377" width="585" - alt="Better research" + [alt]="'home.loggedOut.hero.betterResearchImageAltText' | translate" />
-
+
-
-
-

+
+

-

{{ 'home.loggedOut.discover.subtitle' | translate }}

-
+

{{ 'home.loggedOut.discover.subtitle' | translate }}

(triggerSearch)="redirectToSearchPageWithValue()" />
-
+ -
+

-
-
-
-
- Search - -
- -
-

- {{ 'home.loggedOut.support.sections.search.title' | translate }} -

- -

- {{ 'home.loggedOut.support.sections.search.description' | translate }} -

-
-
- -
-
- Design - -
- -
-

- {{ 'home.loggedOut.support.sections.design.title' | translate }} -

- -

- {{ 'home.loggedOut.support.sections.design.description' | translate }} -

-
-
- -
-
- Collect - -
- -
-

- {{ 'home.loggedOut.support.sections.collect.title' | translate }} -

- -

- {{ 'home.loggedOut.support.sections.collect.description' | translate }} -

-
-
- -
-
- Publish -
- -
-

- {{ 'home.loggedOut.support.sections.publish.title' | translate }} -

- -

- {{ 'home.loggedOut.support.sections.publish.description' | translate }} -

-
-
-
- -
- -
+
+
-
+
-
+

-
-