hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

Select Chain Feature Spec [M3] #163

Closed n13 closed 1 year ago

n13 commented 2 years ago

New Settings Entry: Select Chain

Show chain icon on the upper left corner, if any - not the hashed logo

Spec

Select Chain Setting

Settings has an additional item "Select Chain" This item shows the currently selected chain and icon by default. Tapping it leads to a new screen popping in from the right, which shows the flat list.

Simplified for Wallet

Polkadot main chain

Polkadot main chain is the first item in the Polkadot section - it's not the section header like it is on the website. Section headers are not clickable!

Other implementations used as reference

On Polkadot JS

Summary: This user interface has menus, and sub-menus, and even allows users to select a specific node for each parachain.

We simplify this by not letting them select nodes on parachains, and by moving ALL development stuff and custom settings behind a SINGLE "Custom Chain" button, and this button ONLY shows when the setting Advanced -> Developer Mode is switched ON.

n13 commented 1 year ago

done