Skip to content

🎨 Palette: Checkbox Usability and Accessibility - #497

Closed
seonghobae wants to merge 2 commits into
masterfrom
palette-ux-checkbox-labels-14704570754046443683
Closed

seonghobae wants to merge 2 commits into
masterfrom
palette-ux-checkbox-labels-14704570754046443683

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

💡 What:
Wrapped isolated checkboxes in <label> tags alongside their associated text in WorkspaceHome.tsx and CalendarLayout.tsx.

🎯 Why:
Previously, users had to click precisely on the small checkbox square to toggle the status or view. Wrapping the checkbox and text in a label expands the clickable area to the entire row, making it much more intuitive and user-friendly, especially on touch devices or smaller screens.

Accessibility:

  • Added cursor-pointer to indicate interactivity.
  • Added focus-visible styling (focus-visible:ring-2) for better keyboard navigation.
  • Included aria-label attributes on the inputs to provide better context to screen readers.
  • Added group-hover styles for clear visual feedback when interacting with the element.

PR created automatically by Jules for task 14704570754046443683 started by @seonghobae

- Wrapped isolated checkboxes in `<label>` elements in `WorkspaceHome.tsx` and `CalendarLayout.tsx`.
- Increased clickable area to include the task/calendar text.
- Added `cursor-pointer`, hover styling (`group-hover:text-primary`), and `aria-label` definitions for improved mouse, keyboard, and screen-reader accessibility.
@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.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a6a2647a-6bec-4dea-855c-d8fc72a307a0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch palette-ux-checkbox-labels-14704570754046443683

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- Wrapped isolated checkboxes in `<label>` elements in `WorkspaceHome.tsx` and `CalendarLayout.tsx`.
- Increased clickable area to include the task/calendar text.
- Added `cursor-pointer`, hover styling (`group-hover:text-primary`), and `aria-label` definitions for improved mouse, keyboard, and screen-reader accessibility.
@seonghobae
seonghobae temporarily deployed to palette-ux-checkbox-labels-14704570754046443683 - naruon PR #497 June 12, 2026 18:13 — with Render Destroyed
@seonghobae

Copy link
Copy Markdown
Contributor Author

Superseded by #500. The actionable checkbox hit-target/accessibility changes from this PR were carried into #500 in commit 6f621d1 (frontend/src/components/CalendarLayout.tsx and frontend/src/components/WorkspaceHome.tsx). I did not carry over the .jules note. Local verification on #500 passed: pnpm --dir frontend test src/components/WorkspaceHome.dashboard.test.tsx src/app/calendar/page.test.tsx; git diff --check. This PR targeted master while the repository default branch is develop, which caused CodeRabbit to skip review on this PR.

@seonghobae seonghobae closed this Jun 13, 2026
@seonghobae
seonghobae deleted the palette-ux-checkbox-labels-14704570754046443683 branch June 13, 2026 00:06
@google-labs-jules

Copy link
Copy Markdown
Contributor

Superseded by #500. The actionable checkbox hit-target/accessibility changes from this PR were carried into #500 in commit 6f621d1 (frontend/src/components/CalendarLayout.tsx and frontend/src/components/WorkspaceHome.tsx). I did not carry over the .jules note. Local verification on #500 passed: pnpm --dir frontend test src/components/WorkspaceHome.dashboard.test.tsx src/app/calendar/page.test.tsx; git diff --check. This PR targeted master while the repository default branch is develop, which caused CodeRabbit to skip review on this PR.

Understood. Acknowledging that this work is now obsolete and stopping work on this task.

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