* release: v0.46.0
* Fix: Duplicate artifact name causing 409 Conflict in GH Actions and fix failing e2e tests (#808)
* Fix: Duplicate artifact name causing 409 Conflict in GitHub Actions
* fix for unstable locators
* removed a commented line in swapSip10Velar.spec.ts
* Fix for workflow Upload Playwright report in ci/cd
* Terence/add min balance decimals (#810)
* 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>
* updated the build-rc.yml post-comment
---------
Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Terence Ng <ngtere@live.com.sg>
* 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>
* 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>
* 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
* [ENG-5004] Fix clunky loading of dashboard when logging in
* Add animation between /login and /home routes
* Update the dashboard title styles and indents
* Move styles from the CoinDashboard screen to a separate file
* Replace and remove the SmallActionButton component
* Fix dashboard indents
* Update some text style, remove some borders
* Improve the dashboard loading UI
* Stop hiding the bottombar when loading the explore screen
* Remove the old prop use
* Fix routing
* Fix routing
* Fix routing
* Add comments for some routes
* Improve the dashboard loader
* Improve the dashboard loader
* Improve the dashboard loader animation
* Update the dashboard loader animation
* Remove unused import
* Add destructurization
* Change the token tile skeleton height
* Fix e2e tests
* Add the auth guard conditions back
* Add a try-catch for runes balance fetching, shorten the timeout for the balance e2e test
* Update the error handling for hooks used on the Dashboard screen
* Removed the old test and added a new test for the send STX flow but better
* clean up code and added comments
* Update tests/specs/transactionSTX.spec.ts
Co-authored-by: Terence Ng <ngtere@live.com.sg>
---------
Co-authored-by: Terence Ng <ngtere@live.com.sg>
* added the #localexecution tag to some flaky test on testnet, that will be reverted later
* added #localexecution to test Cancel send rare sats testnet
* [ENG-4651] fix: Difficult to differentiate selected vs not selected accounts
* Fix the html props for styling
* Add a separate Props type
* [ENG-4652] Add keyboard navigation throughout the app
* Add elements focus for keyboard on full screen
* Move tabs component to ui-library, use it on the Collectibles screen
* Refactor the SquareButton component
* Update the ordinal detail screen action buttons
* Refactor the resetWallet component
* Refactor tabBar component to improve accessibility
* Improve the scrollbar indent on the Home screen
* Improve accessibility for the fee Edit button
* Make Home screen banner clickable via keyboard
* Improve accessibility on the Swap flow
* Update the Save button on the ChangeNetworkScreen
* Update the Modal component on the ReceiveNftModal screen
* Make Sheet component accessible via keyboard
* Make input clear button accessible via keyboard
* Add accessibility for the AlertMessage component
* Improve the Forgot password flow accessibility
* Fix caret icon color in the header
* Remove the unused styles
* Improve the ledger account import flow accessibility
* Fix value submit on Enter when other buttons are in focus
* Add Toggle component to ui-library, replace and remove react-switch package, update e2e
* Update the toggle and settings buttons
* Fix the converted value overflow in the amount inputs
* Update e2e tests
* [ENG-4848] fix: Navbar UI glitch on the Update Password screen
* Update the UI of the Update password screen
* Change the password error message element role
* Change the error element role in e2e
---------
Co-authored-by: Terence Ng <ngtere@live.com.sg>
* Rename Unlisting a rune flow
* Add Sending BRC20 token flow and adopt confirmSendTransaction function
* Reorganize tests to make structure easer to read