🎨 Palette: [UX improvement] Add ARIA attributes to Wallet Connect button#377
🎨 Palette: [UX improvement] Add ARIA attributes to Wallet Connect button#377yeboster wants to merge 1 commit into
Conversation
Added `aria-haspopup` and `aria-expanded` attributes to the SMUI `<Button>` component used to trigger the wallet connection dropdown menu in `src/routes/WalletConnectButton.svelte`. This ensures proper keyboard and screen reader accessibility for this interactive trigger element. Co-authored-by: yeboster <[email protected]>
|
👋 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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
💡 What: Added missing
aria-haspopupandaria-expandedattributes to the Connect Wallet button.🎯 Why: To improve accessibility for screen readers navigating the application, making it clear that the button triggers a popup menu and whether that menu is currently open or closed.
♿ Accessibility: Added ARIA roles and state attributes to an interactive SMUI trigger component for a menu surface.
PR created automatically by Jules for task 15904852360598401042 started by @yeboster