It would be nice if the UI could get a little polish to use a generic modal dialog with buttons, allowing the user to select options. Better UX for average user! This should also help address the growing number of pending/confirm attributes and messages we're tracking in app.go, replacing them with a more generic versions.
ToDo Items
- create generic modal dialog component
- wire into
app.go - replace the existing, "press X key" to do Y action setup (used to confirm file deletion atm)
It would be nice if the UI could get a little polish to use a generic modal dialog with buttons, allowing the user to select options. Better UX for average user! This should also help address the growing number of pending/confirm attributes and messages we're tracking in `app.go`, replacing them with a more generic versions.
## ToDo Items
- [x] create generic modal dialog component
- [x] wire into `app.go`
- [x] replace the existing, "press X key" to do Y action setup (used to confirm file deletion atm)