Show toast on command execution (action keys)
Closed this issue · 1 comments
divs1210 commented
The feedback time is currently slow.
We want to notify the user whenever a command is detected so they know maggit is working.
We can have a toast-view at the bottom (somewhat like emacs's minibuffer) that shows what command was executed last.
This will ideally show up immediately on command execution, giving feedback before the ui is actually updated.
Something like:
(rf/dispatch [:toast (str "Commiting " (count staged) " staged files."])
Should show the message in the toast-view
for a few seconds.