From ff4728c51020997c90e48e00c81477ee43156a6a Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 29 Jul 2023 14:09:34 +0200 Subject: [PATCH] Minor improvements --- .../home-overview/home-overview.html | 28 +++++++++++++++---- .../home-overview/home-overview.module.ts | 2 ++ apps/client/src/locales/messages.de.xlf | 28 +++++++++++++------ apps/client/src/locales/messages.es.xlf | 28 +++++++++++++------ apps/client/src/locales/messages.fr.xlf | 28 +++++++++++++------ apps/client/src/locales/messages.it.xlf | 28 +++++++++++++------ apps/client/src/locales/messages.nl.xlf | 28 +++++++++++++------ apps/client/src/locales/messages.pt.xlf | 28 +++++++++++++------ apps/client/src/locales/messages.xlf | 17 +++++++++-- 9 files changed, 159 insertions(+), 56 deletions(-) diff --git a/apps/client/src/app/components/home-overview/home-overview.html b/apps/client/src/app/components/home-overview/home-overview.html index 4f171a92f..c11734155 100644 --- a/apps/client/src/app/components/home-overview/home-overview.html +++ b/apps/client/src/app/components/home-overview/home-overview.html @@ -7,12 +7,12 @@ >

Welcome to Ghostfolio

-

- Ready to take control of your finances? Just follow these simple steps - to get started with ease. -

+

Ready to take control of your personal finances?

    -
  1. +
  2. Setup your accounts
+
+ + Setup accounts + + + Add activity + +
diff --git a/apps/client/src/app/components/home-overview/home-overview.module.ts b/apps/client/src/app/components/home-overview/home-overview.module.ts index 68dbe6c59..e838775f2 100644 --- a/apps/client/src/app/components/home-overview/home-overview.module.ts +++ b/apps/client/src/app/components/home-overview/home-overview.module.ts @@ -1,5 +1,6 @@ import { CommonModule } from '@angular/common'; import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; +import { MatButtonModule } from '@angular/material/button'; import { RouterModule } from '@angular/router'; import { GfPortfolioPerformanceModule } from '@ghostfolio/client/components/portfolio-performance/portfolio-performance.module'; import { GfToggleModule } from '@ghostfolio/client/components/toggle/toggle.module'; @@ -16,6 +17,7 @@ import { HomeOverviewComponent } from './home-overview.component'; GfNoTransactionsInfoModule, GfPortfolioPerformanceModule, GfToggleModule, + MatButtonModule, RouterModule ], schemas: [CUSTOM_ELEMENTS_SCHEMA] diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index 5c4e6ab04..bfed56260 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -2140,6 +2140,10 @@ Add activity Aktivität hinzufügen + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -7093,14 +7097,6 @@ 9 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. - Bist du bereit, die Kontrolle über deine Finanzen zu übernehmen? Dann folge diesen einfachen Schritten, um loszulegen. - - apps/client/src/app/components/home-overview/home-overview.html - 10,13 - - Setup your accounts Konten einrichten @@ -7161,6 +7157,22 @@ 120 + + Ready to take control of your personal finances? + Bist du bereit, die Kontrolle über deine Finanzen zu übernehmen? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts + Konten einrichten + + apps/client/src/app/components/home-overview/home-overview.html + 50 + + diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf index d0a6e0fc9..ece061931 100644 --- a/apps/client/src/locales/messages.es.xlf +++ b/apps/client/src/locales/messages.es.xlf @@ -2141,6 +2141,10 @@ Add activity Añadir operación + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -7094,14 +7098,6 @@ 9 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. - Ready to take control of your finances? Just follow these simple steps to get started with ease. - - apps/client/src/app/components/home-overview/home-overview.html - 10,13 - - Setup your accounts Setup your accounts @@ -7162,6 +7158,22 @@ 120 + + Ready to take control of your personal finances? + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts + Setup accounts + + apps/client/src/app/components/home-overview/home-overview.html + 50 + + diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf index 1f5a5ae9c..9e6fa9956 100644 --- a/apps/client/src/locales/messages.fr.xlf +++ b/apps/client/src/locales/messages.fr.xlf @@ -2388,6 +2388,10 @@ Add activity Ajouter Activité + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -7093,14 +7097,6 @@ 9 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. - Ready to take control of your finances? Just follow these simple steps to get started with ease. - - apps/client/src/app/components/home-overview/home-overview.html - 10,13 - - Setup your accounts Setup your accounts @@ -7161,6 +7157,22 @@ 120 + + Ready to take control of your personal finances? + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts + Setup accounts + + apps/client/src/app/components/home-overview/home-overview.html + 50 + + diff --git a/apps/client/src/locales/messages.it.xlf b/apps/client/src/locales/messages.it.xlf index 492834e3e..ab025a78d 100644 --- a/apps/client/src/locales/messages.it.xlf +++ b/apps/client/src/locales/messages.it.xlf @@ -2141,6 +2141,10 @@ Add activity Aggiungi un'attività + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -7094,14 +7098,6 @@ 9 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. - Ready to take control of your finances? Just follow these simple steps to get started with ease. - - apps/client/src/app/components/home-overview/home-overview.html - 10,13 - - Setup your accounts Setup your accounts @@ -7162,6 +7158,22 @@ 120 + + Ready to take control of your personal finances? + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts + Setup accounts + + apps/client/src/app/components/home-overview/home-overview.html + 50 + + diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf index acba75a24..890ccd76b 100644 --- a/apps/client/src/locales/messages.nl.xlf +++ b/apps/client/src/locales/messages.nl.xlf @@ -2140,6 +2140,10 @@ Add activity Activiteit toevoegen + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -7093,14 +7097,6 @@ 9 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. - Ready to take control of your finances? Just follow these simple steps to get started with ease. - - apps/client/src/app/components/home-overview/home-overview.html - 10,13 - - Setup your accounts Setup your accounts @@ -7161,6 +7157,22 @@ 120 + + Ready to take control of your personal finances? + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts + Setup accounts + + apps/client/src/app/components/home-overview/home-overview.html + 50 + + diff --git a/apps/client/src/locales/messages.pt.xlf b/apps/client/src/locales/messages.pt.xlf index 5e8b498e9..c1e52204e 100644 --- a/apps/client/src/locales/messages.pt.xlf +++ b/apps/client/src/locales/messages.pt.xlf @@ -2300,6 +2300,10 @@ Add activity Adicionar atividade + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -7093,14 +7097,6 @@ 9 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. - Ready to take control of your finances? Just follow these simple steps to get started with ease. - - apps/client/src/app/components/home-overview/home-overview.html - 10,13 - - Setup your accounts Setup your accounts @@ -7161,6 +7157,22 @@ 120 + + Ready to take control of your personal finances? + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts + Setup accounts + + apps/client/src/app/components/home-overview/home-overview.html + 50 + + diff --git a/apps/client/src/locales/messages.xlf b/apps/client/src/locales/messages.xlf index b4f827117..5c20aba99 100644 --- a/apps/client/src/locales/messages.xlf +++ b/apps/client/src/locales/messages.xlf @@ -1958,6 +1958,10 @@ Add activity + + apps/client/src/app/components/home-overview/home-overview.html + 58 + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 8 @@ -6704,11 +6708,18 @@ 37,38 - - Ready to take control of your finances? Just follow these simple steps to get started with ease. + + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 10 + + + + Setup accounts apps/client/src/app/components/home-overview/home-overview.html - 10,13 + 50