-
Notifications
You must be signed in to change notification settings - Fork 12
feat: wallet coins filter #3117
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
base: master
Are you sure you want to change the base?
Conversation
| if (!tokenizedCommunityTokenTypeExists) { | ||
| await m.addColumn( | ||
| schema.coinsTable, | ||
| schema.coinsTable.tokenizedCommunityTokenType, | ||
| ); | ||
| } |
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.
should we write migration script to set token type for exist rows?
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.
As we haven't released the issue no user in prod has tokens, so no need to migrate yet. Also coin sync happens once a day, so it will overwrite the values
| SelectNetworkToReceiveNftRoute().push<void>(ref.context); | ||
| case WalletTabType.coins: | ||
| ReceiveCoinRoute().push<void>(context); | ||
| case WalletTabType.creatorTokens: |
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.
Ohh, we need to delete this page, so, then it's much easier here
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.
Balance page? I think we are using it
55a9677 to
7b3b444
Compare
7b3b444 to
3a411e1
Compare
Description
Additional Notes
wallet token filter
Task ID
ION-5043
Type of Change
Screenshots (if applicable)
RPReplay_Final1768497332.MP4