Add DialoguePNJ component with typewriter effect (Story 2.7)

- Create useReducedMotion composable for motion preferences
- Create useTypewriter composable with accelerate/skip support
- Add DialoguePNJ component with Zelda-style dialogue system
- Add personality-based styling (sage, sarcastique, enthousiaste, professionnel)
- Implement keyboard navigation (arrows, space)
- Add toggle between dialogue and list view modes
- Add i18n translations for dialogue UI

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 11:07:40 +01:00
parent 1cba01595b
commit cfc9cca34f
8 changed files with 522 additions and 60 deletions

View File

@@ -115,7 +115,15 @@
"no_testimonials": "No testimonials yet",
"cta_title": "Want to work together?",
"cta_description": "Let's discuss your project and see how I can help.",
"cta_button": "Contact me"
"cta_button": "Contact me",
"dialogue_mode": "Dialogue",
"list_mode": "List",
"click_to_continue": "Click or press Space to continue...",
"previous": "Previous",
"next": "Next",
"finish": "Finish",
"go_to": "Go to testimonial",
"keyboard_hint": "Use \u2190 \u2192 arrows to navigate, Space to speed up"
},
"pages": {
"projects": {

View File

@@ -115,7 +115,15 @@
"no_testimonials": "Aucun t\u00e9moignage pour le moment",
"cta_title": "Envie de travailler ensemble ?",
"cta_description": "Discutons de votre projet et voyons comment je peux vous aider.",
"cta_button": "Me contacter"
"cta_button": "Me contacter",
"dialogue_mode": "Dialogue",
"list_mode": "Liste",
"click_to_continue": "Cliquez ou appuyez sur Espace pour continuer...",
"previous": "Pr\u00e9c\u00e9dent",
"next": "Suivant",
"finish": "Terminer",
"go_to": "Aller au t\u00e9moignage",
"keyboard_hint": "Utilisez les fl\u00e8ches \u2190 \u2192 pour naviguer, Espace pour acc\u00e9l\u00e9rer"
},
"pages": {
"projects": {