use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
62 stars 47 forks source link

Move caller `AccountSelect` to the sidebar #404

Open statictype opened 1 year ago

statictype commented 1 year ago

The currently selected wallet should be persisted between route change, message change and page reload, instead of having to reselect each time.

gaboesquivel commented 1 year ago

@statictype where in the sidebar do we want to caller select box? Below Network ?

image