diff --git a/src/assets/map_targo_banner.png b/src/assets/map_targo_banner.png new file mode 100644 index 0000000..3077661 Binary files /dev/null and b/src/assets/map_targo_banner.png differ diff --git a/src/assets/targo_help_banner.png b/src/assets/targo_help_banner.png new file mode 100644 index 0000000..a55cf4d Binary files /dev/null and b/src/assets/targo_help_banner.png differ diff --git a/src/i18n/en-ca/index.ts b/src/i18n/en-ca/index.ts index 0712785..acb390b 100644 --- a/src/i18n/en-ca/index.ts +++ b/src/i18n/en-ca/index.ts @@ -1,6 +1,11 @@ export default { dashboard: { - welcome: "Welcome to the Targo App!", + carousel: { + welcome_title: "Welcome to the new Targo Application!", + welcome_message: "Development is complete and the application is live! Things have remained mostly the same, but with a new coat of paint, a more streamlined user experience, and most importantly, drastically improved security and optimization!", + help_title: "We have a help page!", + help_message: "We did our best to keep the app intuitive with as few clicks and changes as possible, but it's not always perfect! We made this page to explain every part of the app if you any of it ever feels confusing.", + }, }, help: { label: "Centre d'aide", diff --git a/src/i18n/fr-ca/index.ts b/src/i18n/fr-ca/index.ts index 1e8640d..db605e0 100644 --- a/src/i18n/fr-ca/index.ts +++ b/src/i18n/fr-ca/index.ts @@ -1,6 +1,11 @@ export default { dashboard: { - welcome: "Bienvenue dans l'application Targo!", + carousel: { + welcome_title: "Bienvenue dans la nouvelle application Targo!", + welcome_message: "Le développement est terminé et l'application est officiellement en ligne! Les fonctionnalités demeurent grandement intactes comparé à l'ancienne version, mise à part une nouvelle couche de peinture, une expérience utilisateur plus intuitive et surtout une sécurité et optimization drastiquement amélioriés!", + help_title: "Nous avons une page d'aide!", + help_message: "Nous avons fait notre possible pour rendre l'application plus intuitive et facile d'accès en suivant les tendances modernes, mais il y a toujours place à l'amélioration! La page d'aide est là pour vous si jamais nous avons raté la cible et qu'une partie du site semble nébuleux.", + }, }, help: { label: "Centre d'aide", @@ -107,7 +112,7 @@ export default { }, }, - error :{ + error: { not_found_header: "page introuvable", not_found_description: "Vous avez possiblement entré une mauvaise addresse URL, ou vous n'avez pas accès à cette section du site", go_back: "retour en arrière", diff --git a/src/modules/timesheets/components/timesheet-wrapper.vue b/src/modules/timesheets/components/timesheet-wrapper.vue index 2bc0ec8..baec39e 100644 --- a/src/modules/timesheets/components/timesheet-wrapper.vue +++ b/src/modules/timesheets/components/timesheet-wrapper.vue @@ -67,7 +67,7 @@ /> - {{ $t('timesheet.page_header') }} + {{ $t('timesheet.page_header') }} diff --git a/src/pages/dashboard-page.vue b/src/pages/dashboard-page.vue index 8fa2253..f7f1b95 100644 --- a/src/pages/dashboard-page.vue +++ b/src/pages/dashboard-page.vue @@ -4,12 +4,6 @@ > import { ref } from 'vue'; - const LOREM_IPSUM = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et \ - dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip \ - ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu \ - fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia \ - deserunt mollit anim id est laborum." - const slide = ref('welcome'); @@ -19,59 +13,87 @@ class="q-pa-md justify-center items-stretch" :class="$q.platform.is.mobile ? 'column' : 'row'" > +
-
+ +
- -
- {{ $t('dashboard.welcome') }} +
+ +
+ {{ $t('dashboard.carousel.welcome_title') }} +
+
+ +
+ {{ $t('dashboard.carousel.welcome_message') }}
- -
- {{ LOREM_IPSUM }}
- -
- {{ LOREM_IPSUM }} +
+ +
+ {{ $t('dashboard.carousel.help_title') }} +
+
+ +
+ {{ $t('dashboard.carousel.help_message') }} +
+ +
+ +
-
-
+ +
+