Merged
Conversation
* chore: break out trade input components for re-use * chore: un-inside-out the trade input * chore: attempt to organize * chore: use the shared trade input body * chore: move shared trade input layout into separate component * chore: parameterize trade input header top-right content * chore: alpha sort props separately to callbacks * chore: trade input tab managed by the header instead of prop drilling * fix: drill tab change handler to sidestep react-router upgrade * fix: trade input not centered * chore: better account id naming --------- Co-authored-by: gomes <17035424+gomesalexandre@users.noreply.github.com>
* feat: solana standard tx parsing * comment --------- Co-authored-by: NeOMakinG <14963751+NeOMakinG@users.noreply.github.com>
* feat: solana standard tx parsing * comment * feat: solana chain adapter * update asset namespace --------- Co-authored-by: NeOMakinG <14963751+NeOMakinG@users.noreply.github.com> Co-authored-by: Apotheosis <0xapotheosis@gmail.com>
* fix: reset tradeInput AccountIds on walletId change * fix: move reset to `<AppContext />` * feat: debugger-friendly * feat: temp remove effect * Revert "feat: temp remove effect" This reverts commit f13b90a. * feat: leverage prevWalletId * chore: trigger CI
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
feat: eip-6963 (#7869)
fix: reset tradeInput AccountIds on walletId change (#7916)
feat: solana chain adapter (#7925)
feat: solana standard tx parsing (#7924)
feat: placeholder ui for limit orders development (#7938)
chore: initial refactor for limit orders (#7912)