I lied i added a bit to the wishlist

This commit is contained in:
Kristy Fournier 2026-01-21 16:03:29 -05:00
parent ded406abcd
commit 838789e687

View file

@ -10,6 +10,9 @@
- [ ] `.env` file for the api keys and other runtime info to be set, rather than in the `.py` files - [ ] `.env` file for the api keys and other runtime info to be set, rather than in the `.py` files
- [ ] Hashing rather than plaintext sending (that way at least the password text itself stays private) - [ ] Hashing rather than plaintext sending (that way at least the password text itself stays private)
- [ ] Actually use SSL, for posting (CORS seems like an issue) - [ ] Actually use SSL, for posting (CORS seems like an issue)
- [ ] Accessibility
- [ ] Better use of semantic HTML tags
- [ ] Full keyboard control (tab, enter to select, tab between control buttons)
- [ ] GUI update for client - [ ] GUI update for client
- [x] Playlist items look cleaner - [x] Playlist items look cleaner
- [x] Dark mode - [x] Dark mode