creddy/doc/todo.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

## Definitely
* ~~Switch to "process" provider for AWS credentials (much less hacky)~~
* ~~Frontend needs to react when request is cancelled from backend~~
2024-05-08 15:37:07 +00:00
* ~~Session timeout~~
* ~~Fix rehide behavior when new request comes in while old one is still being resolved~~
* ~~Switch tray menu item to Hide when window is visible~~
2024-05-08 15:37:07 +00:00
* Clear password input after unlock fails
* Indicate on approval screen when additional requests are pending
* Additional hotkey configuration (approve/deny at the very least)
2023-09-11 23:11:06 +00:00
* Logging
* Icon
* Auto-updates
2023-09-11 23:11:06 +00:00
* SSH key handling
2024-01-23 18:58:39 +00:00
* Encrypted sync server
## Maybe
* Flatten error type hierarchy
* Rehide after terminal launch from locked
* Generalize Request across both credentials and terminal launch?
* Make hotkey configuration a little more tolerant of slight mistiming
* Distinguish between request that was denied and request that was canceled (e.g. due to error)
* Use atomic types for primitive state values instead of RwLock'd types
* Rework approval flow to be a fullscreen overlay instead of mixing with normal navigation (as more views are added the pain of the current situation will only increase)