afdul
afdul
The current authentication system is basically hard coded and needs better implementation like the app version. Same goes for timetable and other data
# Description 2022 Batch Login Check Added. No Dependencies Added. ### Any PRs should be done to the **update** branch only ## Type of change - [ ] Bug fix...
**Is your feature already implemented in the latest `master`?** Partially implemented. **Is your feature request related to a problem? Please describe.** Currently the lyrics support uses an external api which...
Fixes Submenus are inaccessible via keyboard Enter/Space * [`crates/egui/src/menu.rs`](diffhunk://#diff-caeae5d2b2528dd614ea0f8330f200c10dbedb8152f9dacb55dffd71d94d10abL701-R701): Enhanced the submenu opening condition to include pointer hovering over the current submenu and button clicks. * Closes