Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(Expense form): Update payout method form inputs #10954

Merged
merged 4 commits into from
Jan 28, 2025

Conversation

gustavlrsn
Copy link
Member

@gustavlrsn gustavlrsn commented Jan 28, 2025

Resolve opencollective/opencollective#7810

Description

  • Updates the payout method form inputs to use new shadcn/ui components.
  • Also introduces a new <ComboSelect /> component to replace <StyledSelect />, which will either use a shadcn/ui Select or Command component depending on whether the results should be searchable.
  • Introduces a new CurrencyPicker to replace StyledCurrencyPicker (based on ComboSelect)

Copy link

vercel bot commented Jan 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
opencollective-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 28, 2025 6:38pm

components/CurrencyPicker.tsx Outdated Show resolved Hide resolved
components/CurrencyPicker.tsx Outdated Show resolved Hide resolved
@gustavlrsn gustavlrsn force-pushed the fix/payout-method-form-inputs branch from 86946a0 to 3924f95 Compare January 28, 2025 18:34
@gustavlrsn gustavlrsn merged commit 43e9d7c into main Jan 28, 2025
19 checks passed
@gustavlrsn gustavlrsn deleted the fix/payout-method-form-inputs branch January 28, 2025 18:49
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.

Update payout method form inputs
2 participants