Skip to content

Comments

Fix Select Animation and UI Audit#5

Open
Aarekaz wants to merge 2 commits intoAarekaz/add-wpm-counterfrom
fix-select-animation-and-audit-12373194939344039652
Open

Fix Select Animation and UI Audit#5
Aarekaz wants to merge 2 commits intoAarekaz/add-wpm-counterfrom
fix-select-animation-and-audit-12373194939344039652

Conversation

@Aarekaz
Copy link
Owner

@Aarekaz Aarekaz commented Jan 28, 2026

This PR fixes a visual stutter in the Select component animation by removing an incorrect height constraint. It also improves accessibility by adding aria-labels to icon buttons and optimizes performance by replacing transition-all with specific property transitions.


PR created automatically by Jules for task 12373194939344039652 started by @Aarekaz

- Removed `h-[var(--radix-select-trigger-height)]` from `SelectPrimitive.Viewport` in `components/ui/select.tsx` to fix dropdown animation stutter.
- Added missing `aria-label` attributes to icon-only buttons in `app/page.tsx` for improved accessibility.
- Replaced `transition-all` with specific transitions (e.g., `transition-opacity`, `transition-colors`) in `app/page.tsx` for better performance.
@google-labs-jules
Copy link

👋 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.

@vercel
Copy link
Contributor

vercel bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
flowwrite Ready Ready Preview, Comment Jan 29, 2026 1:52am

Request Review

- Removed `h-[var(--radix-select-trigger-height)]` from `SelectPrimitive.Viewport` in `components/ui/select.tsx` to fix dropdown animation stutter.
- Removed conflicting `slide-in-from-top-[48%]` animation classes from `components/ui/dialog.tsx` and `components/ui/alert-dialog.tsx` to resolve stuttering and erratic movement during open/close animations.
- Added missing `aria-label` attributes to icon-only buttons in `app/page.tsx` for improved accessibility.
- Replaced `transition-all` with specific transitions (e.g., `transition-opacity`, `transition-colors`) in `app/page.tsx` for better performance.
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