You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Features
6
6
7
+
*[FEATURE][all]**v0 UI revamp.** Refreshes the wallet's visual design across onboarding, home, send, receive, and explore: new typography (Inter body, Nunito headings), brand colors, animated progress/segmented bars, a multi-step send flow (recipient → amount → review), a tabbed receive screen (Address / Pending), and shared UI primitives (`AssetRow`, `SearchInput`, `CardItem`). Guardian selection is unified into a reusable `ChooseGuardianScreen` (also used for switch-guardian) backed by a selectable operator list (`GUARDIAN_OPTIONS`). (#248)
7
8
*[FEATURE][extension]**New-wallet onboarding hands off to the Chrome side panel.** When creating a wallet, the final onboarding screen creates it while the tab spins ("Creating your wallet…"); once it's ready, the "Open wallet" button opens the side panel onto the finished wallet and closes the onboarding tab. Creating the wallet first means the panel opens from a live user gesture (Chrome requires one for `sidePanel.open()`) onto an already-functional wallet — no loading state in the panel. The side panel also becomes the primary surface (clicking the toolbar icon opens it instead of the popup — toggle back via the header's maximise-view control). Import flows and non-Chrome browsers keep the classic in-tab flow.
0 commit comments