* add formatBalance to final quote display
* add formatBalance to quoteSummaryTile.tsx
* remove invalid code (its comparing the rate to the minimum received)
* fix remove wrapping
* Fix for failing test
* Fix for failing tests
---------
Co-authored-by: DuskaT021 <aleksa2601@gmail.com>
* feat: use new core version to allow promoted runes and improve empty state in send runes flow
* test: fix runes managetoken case to cater for promoted runes
* chore: use core release v27.4.0
* chore: use getTopTokens runes and merge it with existing rune balance (#796)
* chore: use getTopTokens runes and merge it with existing rune balance
* chore: clean up
* fix: remove unnecessary query key
* chore: update core to v28.0.0
---------
Co-authored-by: Den <36603049+dhriaznov@users.noreply.github.com>
* fix: actually set the redux store state when selecting address type on restore
* chore: seems this line is redundant
* fix: add null checkers to find
and refactor the useGetCoinsMarketData to use select
* clean up for list runes test
* chore: remove npm test from playwright ci
* removed the commented lines
* chore: add overwrite true to Upload Playwright report step in playwright.yml
* fixed test from test suite 5
* fixed test Visual Check Runes Transaction history
* Update the comment in onboarding.ts
---------
Co-authored-by: fede erbes <fedeerbes@gmail.com>
* use decimal formatting util for utxo selection
* use test core
* add logic to scoped UI
* add logic to scoped UI
* use local lock file
* update naming
* touchup
* bump core
* bump
* fix: include params match new AnalyticsEvents interface
---------
Co-authored-by: jordankzf <jordan@secretkeylabs.com>
Co-authored-by: Terence Ng <ngtere@live.com.sg>
Co-authored-by: Son <fluctlight-kayaba@users.noreply.github.com>
* [ENG-5252] Switching currency to BTC
* Add btc balance view for token tile, account row, balance card
* Show balance in fiat for the btc token tile
* Add hovers, change interface -> type, remove unused imports
* Skip switching to btc mode on BTC details screen
* Skip show balance in btc on tokens pages without fiat value
* Update the fiat block on Dashboard to not look like like it is interactive
* Add `Total Balance BTC` copy, add `Show balance` button
* Hide ellipses for the hidden balances when tx has no value
* Add store migration for the `showBalanceInBtc` property
* Add `BtcAmountText` component
* Remove the export word
* Simplify the balance view rendering logic
* Remove undefined type option for the showBalanceInBtc redux property
* [ENG-5436][ENG-5437][ENG-5438][ENG-5439] Add wallet backup reminder (#770)
* [ENG-5436][ENG-5437][ENG-5438][ENG-5439] Add wallet backup reminder
* Add `has_backed_up_wallet` property to the `AnalyticsEvents.CreateNewWallet` event
* Make the backup reminder clickable and redirect to show seedphrase
* Use the SetWalletBackupStatus interface
* fixing and updating existing tests for account managament
* updated the existing test - reset account and removed the duplicate code :)
* updated the remaining test and remove duplicate code
* [ENG-5207] feat: Update UI for the restore account screen
* Update the seedphrase error copy and look
* Start uniting the password creation & confirmation
* Update the Dots component look and behavior
* Update Dots component styles
* Update the CreatePassword component
* Update the seed phrase verification error text style
* Update the wallet recovery flow UI
* Update onboarding e2e tests locators
* Make address type selector the last step, update UI
* Update some old colors
* Fix 13th word rendering on the seed verify flow