Skip to content

Commit

Permalink
need to load images
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Mariotti committed Dec 19, 2024
1 parent cb65a4f commit 8740c25
Show file tree
Hide file tree
Showing 13 changed files with 318 additions and 3 deletions.
18 changes: 15 additions & 3 deletions backend/src/main/resources/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"magneto.board.properties": "Propriétés du tableau",
"magneto.board.move": "Déplacer le tableau",
"magneto.board.notify": "Notifier les utilisateurs",
"magneto.board.notify.text.1" : "Voulez-vous envoyer une notification aux utilisateurs à qui vous avez partagé le tableau ?",
"magneto.board.notify.text.2" : "Une notification leur sera envoyée dans leur fil d'actualité leur indiquant que des modifications ont été faites sur ce tableau.",
"magneto.board.notify.text.1": "Voulez-vous envoyer une notification aux utilisateurs à qui vous avez partagé le tableau ?",
"magneto.board.notify.text.2": "Une notification leur sera envoyée dans leur fil d'actualité leur indiquant que des modifications ont été faites sur ce tableau.",
"magneto.board.move.title": "Déplacer l'aimant sélectionné",
"magneto.board.move.text": "Vers quel tableau souhaitez-vous déplacer cet aimant ?",
"magneto.board.duplicate.move.title": "Dupliquer l'aimant sélectionné",
Expand Down Expand Up @@ -294,5 +294,17 @@
"magneto.card.document.extension.PPT": "Fichier PowerPoint (.ppt)",
"magneto.card.document.extension.XLS": "Fichier XLS (.xls)",
"magneto.datagrid.rows.displayed": "{{from}}-{{to}} sur {{count}}",
"magneto.datagrid.rows.per.page": "Lignes par page :"
"magneto.datagrid.rows.per.page": "Lignes par page :",

"magneto.modal.explorer.title": "Redécouvrez Magnéto !",
"magneto.modal.explorer.prev": "Retour",
"magneto.modal.explorer.next": "Suivant",
"magneto.modal.explorer.trash.later": "Plus tard",
"magneto.modal.explorer.close": "Fermer",
"magneto.modal.explorer.screen1.alt": "Image écran 1",
"magneto.modal.explorer.screen1.text": "Bienvenue dans la nouvelle version de Magnéto, une nouvelle interface moderne pour une expérience plus agréable.",
"magneto.modal.explorer.screen2.alt": "Image écran 2",
"magneto.modal.explorer.screen2.text": "Les performances de l’application ont augmenté ! Le déplacement des aimants dans les tableaux est plus fluide, rendant votre expérience plus agréable.",
"magneto.modal.explorer.screen3.alt": "Image écran 3",
"magneto.modal.explorer.screen3.text": "Le fonctionnement de la vignette Tableau évolue. Un seul clic suffit pour accéder au contenu. Le menu d’action s’affiche en cliquant sur les 3 petits points."
}
Binary file added backend/src/main/resources/img/onboarding_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions backend/src/main/resources/img/onboarding_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/src/main/resources/img/onboarding_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cp -R ../frontend/dist/* ./src/main/resources/

# Create view directory and copy HTML files
mkdir -p ./src/main/resources/view
mkdir -p ./src/main/resources/public/img
mv ./src/main/resources/*.html ./src/main/resources/view
cp -R ./src/main/resources/notify ./src/main/resources/view/notify

Expand Down
Binary file added frontend/public/img/onboarding_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8740c25

Please sign in to comment.