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

feat: Fund Card - Dynamic amount input size #1909

Merged
merged 4 commits into from
Feb 3, 2025
Merged

feat: Fund Card - Dynamic amount input size #1909

merged 4 commits into from
Feb 3, 2025

Conversation

rustam-cb
Copy link
Contributor

@rustam-cb rustam-cb commented Jan 31, 2025

What changed? Why?

  • Updated FundCard amount input to scale based on the input.
Screen.Recording.2025-01-31.at.11.51.04.AM.mov

Notes to reviewers

How has it been tested?

Copy link

vercel bot commented Jan 31, 2025

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

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 10:51pm
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 10:51pm
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 10:51pm

let measureRef: RefObject<HTMLSpanElement>;
let labelRef: RefObject<HTMLSpanElement>;
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
let resizeObserver: { observe: any; unobserve: any; disconnect: any };
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a better way to handle the type issues here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

@rustam-cb rustam-cb merged commit 9b032e8 into main Feb 3, 2025
16 checks passed
@rustam-cb rustam-cb deleted the ONRAMP-4896 branch February 3, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants