-
Notifications
You must be signed in to change notification settings - Fork 306
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
Amount Preset inputs #1806
Merged
Merged
Amount Preset inputs #1806
Changes from all commits
Commits
Show all changes
143 commits
Select commit
Hold shift + click to select a range
9fe2fde
Onramp - event subscriptions migration
rustam-cb 5c95ff9
Fund form
rustam-cb 7c3fba9
Merge branch 'main' into fund-form
rustam-cb a0486e4
Initial utils
rustam-cb bffb90f
Update
rustam-cb a56f488
Fix lint issues
rustam-cb 34916c7
Update
rustam-cb 455e4bd
Merge branch 'main' into onramp-api-utils
rustam-cb d40eca0
Merge branch 'main' into fund-form
rustam-cb fc9db1f
Update
rustam-cb 595f54e
Update
rustam-cb 486d618
Update
rustam-cb 6ed6c16
Update
rustam-cb b16da4a
Update
rustam-cb b7b2cd2
Update
rustam-cb bb348df
Update
rustam-cb e92e933
Update
rustam-cb 2651a5f
Update
rustam-cb e91f671
Update
rustam-cb e5b0cae
Merge branch 'onramp-api-utils' into fund-form
rustam-cb a27489b
Update
rustam-cb 51d7041
Merge branch 'main' into onramp-api-utils
rustam-cb eefc65d
Use Api key from the config
rustam-cb dbb6b80
Merge branch 'main' into fund-form
rustam-cb eb92aa5
Merge branch 'onramp-api-utils' into fund-form
rustam-cb edd3766
Update
rustam-cb 839a045
Update
rustam-cb c7521d7
Update
rustam-cb 45e7a77
Merge branch 'main' into fund-form
rustam-cb c14a5a0
Intermediate changes
rustam-cb 9583b11
Merge branch 'main' into fund-form
rustam-cb 6ee7143
Fund card implementation
rustam-cb cd499ba
Merge branch 'main' into fund-form
rustam-cb 535b2f3
Fund form
rustam-cb 6b9c6ae
Organize code
rustam-cb 8669f40
Merge branch 'main' into fund-form
rustam-cb 4dc16e1
Update
rustam-cb 8991cdb
Update
rustam-cb eb9a993
Update
rustam-cb 4ffe559
Update
rustam-cb 1b3f1fc
Update
rustam-cb 423843a
Update
rustam-cb 2fabd85
Update
rustam-cb 9032c5e
Update
rustam-cb b14bc3c
Format
rustam-cb c143dcb
Update naming
rustam-cb 302806e
Format
rustam-cb 282bc3c
Amount input snippets
rustam-cb c99194f
Address comments
rustam-cb 950504e
Address comments
rustam-cb ba15289
Address comments
rustam-cb cd67c2e
Address comments
rustam-cb ac2dd6a
Merge branch 'main' into amount-input-snippets
rustam-cb 0d3e6db
Merge branch 'main' into fund-form
rustam-cb 4669aeb
Update
rustam-cb ee55dc8
Update
rustam-cb 72fcbb2
Fix lint issue
rustam-cb ef17061
Address comments
rustam-cb 1b06d8d
Address comments
rustam-cb af2203e
Update
rustam-cb 64533c9
Merge branch 'fund-form' into amount-input-snippets
rustam-cb edb13c6
Amount snippet
rustam-cb af24c30
Address comments
rustam-cb f6f1845
Format
rustam-cb 98c055d
Format
rustam-cb 461e136
Address comments
rustam-cb 8f529c4
Organize import statements
rustam-cb 9204930
Fix typo
rustam-cb 54b46d2
Merge branch 'fund-form' into amount-input-snippets
rustam-cb 0b1e28d
Add type annotations
rustam-cb 46ee540
Upadte className for FundCardHeader
rustam-cb d11e78a
Update css class
rustam-cb 5272942
Address comments
rustam-cb c028137
Remove pressable.error
rustam-cb cc61b22
Merge branch 'fund-form' into amount-input-snippets
rustam-cb d41374b
FundCardAmountInputSnippet tests
rustam-cb 492b911
Address comments
rustam-cb a417a96
Address comments...
rustam-cb 3969c11
Address comments
rustam-cb 849a18a
Address comments
rustam-cb a1f3b32
Merge branch 'main' into fund-form
rustam-cb 0c95bb0
Address comments
rustam-cb eb784a5
Address comments
rustam-cb 0309e65
Show connect wallet when there is no address only
rustam-cb 1e0d236
Make children default prop
rustam-cb 3a61814
Create FundCardSubmitButton component
rustam-cb fdd28fb
Update
rustam-cb d8f2561
Update
rustam-cb 1200f79
Remove debounce
rustam-cb 2df11f6
Add Lifecycle methods
rustam-cb 5a3552e
Default payment methods
rustam-cb 394c34e
Rename fundProvider to fundCardProvider
rustam-cb 4439b28
Fix tests
rustam-cb 226d5ca
Fix test
rustam-cb 4ceb0ac
Fix tests
rustam-cb 85623ec
Merge branch 'fund-form' into amount-input-snippets
rustam-cb 693f978
Update
rustam-cb 5611550
Update
rustam-cb 928cfa6
Update testIds
rustam-cb c9e057d
Update
rustam-cb 9d47368
Address comments
rustam-cb 9d90ea5
Merge branch 'fund-form' into amount-input-snippets
rustam-cb 95876dd
Update
rustam-cb 1852142
Update
rustam-cb e47fac5
Address more comments
rustam-cb 84820ee
Fix tests
rustam-cb bf65ed2
Merge branch 'main' into fund-form
rustam-cb 88ed65a
Merge branch 'fund-form' into amount-input-snippets
rustam-cb eb538ca
Merge branch 'main' into fund-form
rustam-cb f4269a8
Fix tests
rustam-cb 63098de
Merge branch 'fund-form' into amount-input-snippets
rustam-cb e152292
Update width of amount type swith
rustam-cb 84a281b
Fix flaky tests
rustam-cb cf442e3
Merge branch 'fund-form' into amount-input-snippets
rustam-cb 871cf5d
Add lifecycle hooks to demo
rustam-cb 9a842d1
Address comments
rustam-cb 3383b14
Address comments
rustam-cb 05f2610
Format
rustam-cb 7850ac4
Fix tests
rustam-cb 3d9f499
Merge branch 'fund-form' into amount-input-snippets
rustam-cb b4b1a5f
Update
rustam-cb 65b5e60
Update
rustam-cb 50d6c00
Update
rustam-cb cd3ccf0
Fix test
rustam-cb 9e41f7f
Upadte
rustam-cb 751446b
Merge branch 'main' into amount-input-snippets
rustam-cb f94fc8b
Update
rustam-cb 95e3910
Fix tests
rustam-cb 44dacc0
Update
rustam-cb e78c229
Flaky tests
rustam-cb 084bf97
Format
rustam-cb 158fa84
Update
rustam-cb 9ef1a6f
Address comments
rustam-cb 0c47dc1
Address comments
rustam-cb a074028
Update key
rustam-cb 8d06497
Remove unneeded expoer
rustam-cb d145bc0
Update
rustam-cb 70f0f1f
Merge branch 'main' into amount-input-snippets
rustam-cb bfe2c28
Update
rustam-cb 159cb3e
Revemo console.log
rustam-cb 8a95bee
Fix tests
rustam-cb 85ef1e4
Fix test
rustam-cb 732acc5
Update
rustam-cb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved code into
useAmountInput
hook to reuse it from outside of the amount input component