-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Description
Users should receive notifications about successful/failed login attempts, especially when running in background.
What needs to be done:
- Integrate notification library (e.g.,
plyerfor cross-platform support) - Send desktop notification on:
- Successful login
- Failed login with error message
- Network connectivity issues
- Add option to enable/disable notifications in config
- Make notifications cross-platform (Linux, Mac, Windows)
- Update documentation with notification setup
Expected outcome:
Users get visual feedback about login attempts.
Open for discussions! Suggestions for notification content and styling welcome!