diff --git a/src/assets/facturation_thumbnail.png b/src/assets/facturation_thumbnail.png new file mode 100644 index 0000000..b312a2a Binary files /dev/null and b/src/assets/facturation_thumbnail.png differ 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_building.png b/src/assets/targo_building.png new file mode 100644 index 0000000..42e9927 Binary files /dev/null and b/src/assets/targo_building.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 e15536a..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", @@ -339,6 +344,8 @@ export default { verified: "approved", unverified: "pending", inactive: "inactive", + filter_active: "show only active employees", + filter_team: "", }, tooltip: { button_detailed_view: "detailed view", diff --git a/src/i18n/fr-ca/index.ts b/src/i18n/fr-ca/index.ts index 61e9e2a..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", @@ -340,6 +345,8 @@ export default { verified: "approuvé", unverified: "à vérifier", inactive: "inactif", + filter_active: "", + filter_team: "", }, tooltip: { button_detailed_view: "vue détaillée", diff --git a/src/modules/timesheet-approval/components/overview-list-filters.vue b/src/modules/timesheet-approval/components/overview-list-filters.vue index b4adcc4..d51c3d0 100644 --- a/src/modules/timesheet-approval/components/overview-list-filters.vue +++ b/src/modules/timesheet-approval/components/overview-list-filters.vue @@ -8,28 +8,26 @@