rusk icon indicating copy to clipboard operation
rusk copied to clipboard

web-wallet: Update Dashboard screen to use `Menu` navigation

Open kieranhall opened this issue 6 months ago • 0 comments

Presently the wallet Dashboard uses the Tabs component to separate the available contracts to the user. The design has now been updated to use a menu pattern.

An ideal solution would be to swap the Tabs component for a new Menu component that navigates the user to a specific contracts / operations. It may be now preferable to create tightly coupled routes from the menu to the following endpoints:

  • /send
  • /receive
  • /stake
  • /account-allocation
  • /migrate-dusk

... And refactor the Dashboard accordingly.

Figma preview Image

Figma link https://www.figma.com/design/z6UnA0BtMBUKIcCXD975um/Wallet-Extension-(JULY-26th)?node-id=6207-159313&t=ESWrbfcHC0L6Z8QG-0

kieranhall avatar Aug 05 '24 11:08 kieranhall