glifio / safe

A Filecoin multisig wallet
https://safe.glif.io
1 stars 0 forks source link

workflow papercut: executing multiple safe txns is overly cumbersome #204

Open autonome opened 1 year ago

autonome commented 1 year ago

Is your feature request related to a problem? Please describe.

it's cumbersome to do multiple safe txns

  1. open safe
  2. connect hw wallet
  3. do the stuff for the txn
  4. want to do anther txn...

expected: in one click, be able to get back to the "select acccount" screen

actual: no ui for initiating a new txn. and if you go back to root url, it makes you reconnect to hw wallet again.

maybe this is to reaffirm the hw wallet connection? if so, do it behind the scenes - if confirm it's good, just get on with it.

Describe the solution you'd like

a two part fix:

part one: add button for "new txn" either in global UI or in the final screen of a completed txn

part two: in the beginning of a new safe txn, if the hw wallet is connected already, skip that screen