When waiting for action, animate "spinner" #32
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of printing new lines with prompt for commands like
icepick workflow generate-nonce-account
, it may be nice to use a bash style spinner sequence like:-\|/
or\|/
Nice to have, not a high priority.
The difficult part of this is making Icepick modules not be aware of the context in which they're run, but...
icepick-internal
already assumes it's running on a machine that has the ability to read to/from SD cards.I think this may need to be modified as a return value for Icepick to iterate over. Maybe returning a non-blob message would be interpreted as "something to show the user", and we can just repeatedly update that value with a new spinner.
The same would likely apply for the various
await-funds
mechanisms.