winboat
winboat copied to clipboard
[Feature] Popup for Docker start errors.
Feature Description
User story:
As a Winboat User, I would like a clear error message in the UI when Docker fails to start or is stuck restarting. This way I can better understand the issue and resolve it or request help.
UI Implementation
- When Winboat detects the Docker container fails to start for any reason:
- The UI shows a clear error message.
- In case of a common error, an explanation and possibly an action is displayed
- Possibly a button to join the discord or a bug report button (possibly only for special errors due to bug report overflow)
- Maybe a
Propose solutionbutton that adds information about that error for future occurrences
Use-Case
In case of an Error, this would allow users to quickly see whats going wrong. This helps both more advanced users and also makes the app more beginner-friendly.
Proposed Implementation
Sadly I probably cannot be of much assistance as I do not know typescript, Sorry.
Notice
- [x] I have checked the issue tracker and verified that this Feature Request has not been proposed before.
- [ ] I would like to help out implementing this feature