Skip to content

🎨 Palette: Add dynamic ARIA interaction states to dropdowns and toggles - #245

Open
endlessblink wants to merge 4 commits into
masterfrom
palette-a11y-aria-states-15781300356545106037
Open

🎨 Palette: Add dynamic ARIA interaction states to dropdowns and toggles#245
endlessblink wants to merge 4 commits into
masterfrom
palette-a11y-aria-states-15781300356545106037

Conversation

@endlessblink

Copy link
Copy Markdown
Owner

💡 What

Added dynamic aria-expanded and aria-pressed interaction states to icon-only toggle buttons and dropdown triggers in the Calendar Header and Quick Tasks menu.

🎯 Why

Previously, these buttons only indicated their active state via a visual .active CSS class or by rendering a different icon. This meant screen reader users were not being clearly informed if a dropdown was currently open, or if a toggle (like "Show Completed Tasks") was currently pressed/active. Explicitly binding these ARIA attributes ensures correct, semantic state announcements for assistive technology.

♿ Accessibility

  • Added :aria-expanded="isOpen" to the QuickTasks trigger.
  • Added :aria-expanded="showViewOptions" to the Calendar view options popover trigger.
  • Added :aria-pressed directly to the boolean states of the 4 toggle items (Filters, Done Tasks, Future Recurring, Google Calendar) in the CalendarHeader dropdown.

PR created automatically by Jules for task 15781300356545106037 started by @endlessblink

Added `:aria-expanded` and `:aria-pressed` to interactive components to ensure robust screen reader comprehension.

- Bound `:aria-expanded="isOpen"` to QuickTasks dropdown trigger.
- Bound `:aria-expanded="showViewOptions"` to Calendar view options popover.
- Bound `:aria-pressed` explicitly to true/false boolean states on the 4 view option toggle buttons (Filters, DoneTasks, FutureRecurring, GoogleEvents) instead of relying solely on visual `.active` classes.

Co-authored-by: endlessblink <37155282+endlessblink@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 3 commits August 6, 2026 06:18
Added `:aria-expanded` and `:aria-pressed` to interactive components to ensure robust screen reader comprehension.
Fixed ESLint failures in Vue components (indentation, unused vars, custom event camelCasing, type assertions).
Fixed CI failure by removing deprecated `supabase/setup-cli@v1` action and replacing it with `npx supabase` execution to avoid Node.js version warnings and GitHub API rate limits.

Co-authored-by: endlessblink <37155282+endlessblink@users.noreply.github.com>
Added `:aria-expanded` and `:aria-pressed` to interactive components to ensure robust screen reader comprehension.
Fixed ESLint failures in Vue components (indentation, unused vars, custom event camelCasing, type assertions, vue/define-macros-order).
Fixed CI failure by removing deprecated `supabase/setup-cli@v1` action and replacing it with `npx supabase` execution to avoid Node.js version warnings and GitHub API rate limits. Updated `scripts/run-e2e.sh` to match.

Co-authored-by: endlessblink <37155282+endlessblink@users.noreply.github.com>
Added `:aria-expanded` and `:aria-pressed` to interactive components to ensure robust screen reader comprehension.
Fixed ESLint failures in Vue components (indentation, unused vars, custom event camelCasing, type assertions, vue/define-macros-order, unused variables, singleline-html-element-content-newline warnings).
Fixed CI failure by removing deprecated `supabase/setup-cli@v1` action and replacing it with `npx supabase` execution to avoid Node.js version warnings and GitHub API rate limits. Updated `scripts/run-e2e.sh` to match.

Co-authored-by: endlessblink <37155282+endlessblink@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant