🎨 Palette: Improved accessibility and tooltips in ProjectBar#49
🎨 Palette: Improved accessibility and tooltips in ProjectBar#49sachasayan wants to merge 1 commit intomainfrom
Conversation
- Added Tooltip components to Save and Close buttons for better visual feedback. - Added aria-label to all action buttons (Save, Close, Export) for improved screen reader support. - Replaced native title attributes with polished Tooltip components where appropriate. - Ensured Export button remains functional by avoiding wrapping it in Tooltip which could break Modal trigger. Co-authored-by: sachasayan <1666034+sachasayan@users.noreply.github.com>
|
👋 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. |
This PR adds micro-UX improvements to the
ProjectBarcomponent to enhance accessibility and user delight.💡 What:
Tooltipfrom the project's design system for icon-only buttons.aria-labelattributes to the "Save Project", "Close Project", and "Export Project to PDF" buttons.🎯 Why:
♿ Accessibility:
ProjectBarnow has a clear text alternative for assistive technologies.🛠️ Verification:
pnpm test).npx electron-vite build).pnpm-lock.yamlwas explicitly removed to comply with repository constraints.PR created automatically by Jules for task 2786061136768595900 started by @sachasayan