🎨 Palette: localize global accessibility UI and add tactile feedback#1133
Conversation
- Centralize localization for skip links and 'back to top' strings in `Base.astro` - Propagate language context from CV page to main layout - Add `skip-link` class for proper focus trap management in Lightbox - Implement 30ms haptic feedback for skip links to improve keyboard navigation UX
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Localized hardcoded French accessibility strings (skip links, back to top button) in the main layout and added subtle haptic feedback.
🎯 Why: The CV page supports both English and French, but the global accessibility elements remained in French even on the English version. Additionally, providing tactile feedback on skip links adds a touch of delight for users navigating via keyboard shortcuts.
📸 Before/After: Skip links now correctly display "Skip to main content" on
/cv/enand "Aller au contenu principal" on/cv. The "Back to top" button also respects the page language.♿ Accessibility: Fixed a gap where skip links were not included in the Lightbox's focus trap by adding the
.skip-linkclass. Localized all global ARIA labels and visual cues.PR created automatically by Jules for task 8288332302026235839 started by @kuasar-mknd