-
Notifications
You must be signed in to change notification settings - Fork 8
[wallet/symbol/mobile] feat: add Bridge, Assets and Token Details screens #1988
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
Open
OlegMakarenko
wants to merge
62
commits into
dev
Choose a base branch
from
wallet-symbol-mobile/bridge
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 54 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
b7d981a
[wallet/symbol/mobile] feat: make decimals font size smaller in Amoun…
OlegMakarenko 4443659
[wallet/symbol/mobile] feat: add prop for custom section header in Fi…
OlegMakarenko 94d1113
[wallet/symbol/mobile] feat: add Assets screen for owned tokens prese…
OlegMakarenko 6284949
[wallet/symbol/mobile] feat: add tests for Assets screen
OlegMakarenko a2cb801
[wallet/symbol/mobile] fix: SelectToken component tests
OlegMakarenko decdf41
[wallet/symbol/mobile] feat: add Ethereum configuration to known-tokens
OlegMakarenko b33aa03
[wallet/symbol/mobile] feat: add more global JS-Doc types
OlegMakarenko a2f7d5e
[wallet/common/core] feat: add network currency JS-Doc type
OlegMakarenko 86f77d8
[wallet/symbol/mobile] feat: add copy button to AccountView in TableView
OlegMakarenko 30a22cd
[wallet/symbol/mobile] feat: add new icons and allow icon variant set…
OlegMakarenko 3546a7f
[wallet/symbol/mobile] fix: remove hardcoded ticker from FeeSelector …
OlegMakarenko 6c39326
[wallet/symbol/mobile] fix: add gap between content and title in Dial…
OlegMakarenko 1225b92
[wallet/symbol/mobile] fix: remove static height in ButtonPlain compo…
OlegMakarenko 862878a
[wallet/symbol/mobile] fix: add shrink style to AccountView component…
OlegMakarenko dc62203
[wallet/symbol/mobile] feat: add style property to TokenAvatar for be…
OlegMakarenko aff7cf6
[wallet/symbol/mobile] feat: add StatusRow component
OlegMakarenko 53fdaeb
[wallet/symbol/mobile] feat: add Divider component
OlegMakarenko 838b43e
[wallet/symbol/mobile] fix: add Divider to TransactionConfirmationDia…
OlegMakarenko 7910d91
[wallet/symbol/mobile] feat: add modals property to TransactionScreen…
OlegMakarenko dfaa86a
[wallet/symbol/mobile] task: update global styles
OlegMakarenko 93a3046
[wallet/symbol/mobile] feat: add getTotalFee amount to calculate tota…
OlegMakarenko f83ac40
[wallet/symbol/mobile] fix: amount validator
OlegMakarenko 9cda044
[wallet/symbol/mobile] feat: add BridgeSwap and BridgeSwapDetails scr…
OlegMakarenko b160a98
[wallet/symbol/mobile] fix: bridge wallet controllers network type sy…
OlegMakarenko 5a7fcc0
[wallet/symbol/mobile] feat: add TokenDetails screen, move EpiratonPr…
OlegMakarenko c79498b
[wallet/symbol/mobile] task: add TokenDetails navigation from Assets …
OlegMakarenko 708ca09
[wallet/symbol/mobile] feat: add BridgeAccountList and BridgeAccountD…
OlegMakarenko b524dd1
[wallet/symbol/mobile] fix: AccountDetails layout and incorrect Table…
OlegMakarenko 599e65f
[wallet/symbol/mobile] task: add new screens to Router
OlegMakarenko 4ddd0ae
[wallet/symbol/mobile] feat: add localization keys
OlegMakarenko d4f6296
[wallet/symbol/mobile] feat: add default token selection passed via r…
OlegMakarenko 66b5d07
[wallet/symbol/mobile] feat: add swap button to Home screen
OlegMakarenko cf2bc1e
[wallet/symbol/mobile] feat: add resolution for symbol.xym token crea…
OlegMakarenko 1622fd1
[wallet/symbol/mobile] fix: JS-Doc and lint
OlegMakarenko b897793
[wallet/symbol/mobile] feat: add property to disable error message po…
OlegMakarenko 0c9d05a
[wallet/symbol/mobile] fix: error handling on makeRequest helper
OlegMakarenko 9130910
[wallet/common/core] fix: empty confg during data reload, inconsisten…
OlegMakarenko 673e08d
[wallet/symbol/mobile] feat: add tests for useBridge hook
OlegMakarenko 4c88df6
[wallet/symbol/mobile] feat: add tests for useBridgeAccounts hook
OlegMakarenko dac9ea7
[wallet/symbol/mobile] fix: failing tests
OlegMakarenko defed22
[wallet/symbol/mobile] feat: add tests for useSwapSelector hook, add …
OlegMakarenko 3866dd9
[wallet/symbol/mobile] feat: add basic tests for useBridgeAmount, use…
OlegMakarenko aa96a1a
[wallet/symbol/mobile] fix: cleanup tests
OlegMakarenko 0a35e48
[wallet/symbol/mobile] fix: tests console async warning
OlegMakarenko e75beb3
[wallet/symbol/mobile] feat: add tests for BridgeSwap screen
OlegMakarenko a8cc195
[wallet/symbol/mobile] fix: improve variables name case in bridge hoo…
OlegMakarenko e9db4c8
[wallet/symbol/mobile] feat: add tests for BridgeSwapDetails screen
OlegMakarenko 5b8db14
[wallet/symbol/mobile] feat: add tests for BridgeAccountDetails screen
OlegMakarenko 34047a0
[wallet/symbol/mobile] feat: add tests for BridgeAccountList screen
OlegMakarenko 2fe4e1d
[wallet/symbol/mobile] feat: add tests for bridge utils
OlegMakarenko 0ac086c
[wallet/symbol/mobile] feat: add tests for TokenDetails screen
OlegMakarenko 802e95c
[wallet/common/core] fix: failing bridge tests
OlegMakarenko 5ec37aa
[wallet/symbol/mobile] task: post-rebase - install dependencies, fix …
OlegMakarenko a01ede1
[wallet/symbol/mobile] fix: tests timezone issue on Jenkins
OlegMakarenko 1a8c52d
[wallet/common] task: move address and hash normalization from Bridge…
OlegMakarenko 837f6c8
[wallet/symbol/mobile] task: update TransactionFeeFixtureBuilder Ethe…
OlegMakarenko 0d6afa7
[wallet/symbol/mobile] task: add extra check for token expiration war…
OlegMakarenko dc5322d
[wallet/symbol/mobile] task: add comments to BridgeSwap test (timers)
OlegMakarenko 724dcef
[wallet/symbol/mobile] fix: lint
OlegMakarenko c334d2f
[wallet/symbol/mobile] fix: replace loading state with not configured…
OlegMakarenko 2f620ce
[wallet/symbol/mobile] fix: move if statement in useBridgeAmount
OlegMakarenko 71b22e5
[wallet/symbol/mobile] fix: remove empty lines in JS-Doc
OlegMakarenko 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 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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.