Skip to content

Fix select chevrons and migrate dropdowns to AppSelect - #71

Merged
cursor[bot] merged 2 commits into
mainfrom
cursor/select-chevron-react-select-3367
Aug 11, 2026
Merged

Fix select chevrons and migrate dropdowns to AppSelect#71
cursor[bot] merged 2 commits into
mainfrom
cursor/select-chevron-react-select-3367

Conversation

@Modsofthenation

Copy link
Copy Markdown
Owner

Summary

Dropdown chevrons were hugging the right edge of inputs. This PR:

  1. Introduces themed AppSelect (react-select) used across the UI — searchable menus, padded indicator, PRM colors
  2. Keeps a native <select> CSS fallback with appearance: none and a custom chevron inset via padding-right: 2.5rem / background-position: right 0.85rem

Test plan

  • pnpm --filter @prm/ui typecheck
  • Home → Cycle select: chevron has breathing room; menu opens with themed options
  • Spot-check Settings / Chat / Cycles / Roles selects
  • Light + dark themes both look correct
Open in Web Open in Cursor 

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

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: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ab86f4e9-06f5-4efd-9a6e-96352682d2f5

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

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

@Modsofthenation
Modsofthenation marked this pull request as ready for review August 11, 2026 12:29
cursoragent and others added 2 commits August 11, 2026 12:32
Replace remaining native <select> elements across pages and RetentionPanel
with AppSelect (react-select) so dropdown chrome matches PRM styling.

Co-authored-by: Damon  <Modsofthenation@users.noreply.github.com>
Co-authored-by: Damon  <Modsofthenation@users.noreply.github.com>
@cursor
cursor Bot force-pushed the cursor/select-chevron-react-select-3367 branch from 0d54b4b to 06856de Compare August 11, 2026 12:33
@cursor
cursor Bot merged commit ba134bf into main Aug 11, 2026
1 check failed
@cursor
cursor Bot deleted the cursor/select-chevron-react-select-3367 branch August 12, 2026 11:36
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.

2 participants