Skip to content

Convert all filter selects to multi-select combo boxes#5

Open
soundsystems wants to merge 1 commit intomainfrom
claude/multi-select-filter-combo-A2PmO
Open

Convert all filter selects to multi-select combo boxes#5
soundsystems wants to merge 1 commit intomainfrom
claude/multi-select-filter-combo-A2PmO

Conversation

@soundsystems
Copy link
Owner

  • Time of Day: new TimeOfDayAutocomplete multi-select combobox replaces
    the Radix single-select, with emoji labels and clear-all support
  • Proximity: ProximityAutocomplete converted to multi-select (toggle
    behavior, clear-all, shows count or single label)
  • Languages: trigger now shows up to 6 selected language badges with
    inline remove buttons (instead of a plain count); max selections
    reduced from 8 to 6; dropdown height expanded to show 6 items
  • Timezones: max selections increased to 4; 4th badge color added
    (emerald); mobile dropdown height shows 4 items; selected-timezone
    grid updated to 2-col on md / 4-col on lg

State layer changes:

  • search-params.ts: timeType and timeOfDay now parsed as string arrays
  • use-location-state.ts: selectedTimeTypes[], selectedTimesOfDay[],
    toggleTimeType, toggleTimeOfDay helpers; max timezone = 4; max
    language toggle = 6
  • use-location-filters.ts: OR logic for all array-based filter types
  • utils.ts: matchesProximity and getProximityBadgeColor accept
    TimeType[] instead of a single TimeType; adds 5th priority (emerald)
    for 4th selected timezone
  • types.ts: FilterControlsProps and LocationsTableProps updated to use
    plural array props (selectedTimeTypes[], selectedTimesOfDay[])

https://claude.ai/code/session_01PcCQAhU6QLG92Q1unnoue3

- Time of Day: new TimeOfDayAutocomplete multi-select combobox replaces
  the Radix single-select, with emoji labels and clear-all support
- Proximity: ProximityAutocomplete converted to multi-select (toggle
  behavior, clear-all, shows count or single label)
- Languages: trigger now shows up to 6 selected language badges with
  inline remove buttons (instead of a plain count); max selections
  reduced from 8 to 6; dropdown height expanded to show 6 items
- Timezones: max selections increased to 4; 4th badge color added
  (emerald); mobile dropdown height shows 4 items; selected-timezone
  grid updated to 2-col on md / 4-col on lg

State layer changes:
- search-params.ts: timeType and timeOfDay now parsed as string arrays
- use-location-state.ts: selectedTimeTypes[], selectedTimesOfDay[],
  toggleTimeType, toggleTimeOfDay helpers; max timezone = 4; max
  language toggle = 6
- use-location-filters.ts: OR logic for all array-based filter types
- utils.ts: matchesProximity and getProximityBadgeColor accept
  TimeType[] instead of a single TimeType; adds 5th priority (emerald)
  for 4th selected timezone
- types.ts: FilterControlsProps and LocationsTableProps updated to use
  plural array props (selectedTimeTypes[], selectedTimesOfDay[])

https://claude.ai/code/session_01PcCQAhU6QLG92Q1unnoue3
@vercel
Copy link

vercel bot commented Feb 21, 2026

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

Project Deployment Actions Updated (UTC)
same-time Error Error Feb 21, 2026 10:59pm

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@coderabbitai
Copy link

coderabbitai bot commented Feb 21, 2026

Warning

Rate limit exceeded

@soundsystems has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 19 minutes and 51 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/multi-select-filter-combo-A2PmO

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.

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