This commit is contained in:
radon 2025-01-22 21:57:11 -06:00
parent 29a3d399b0
commit f1b0c35f66

@ -4,6 +4,7 @@
- Lazy load with pagination (frontend and backend) - Lazy load with pagination (frontend and backend)
- Clicking edit message should reposition you at the message with it centered or where the textarea edit box is at the top of the screen at least - Clicking edit message should reposition you at the message with it centered or where the textarea edit box is at the top of the screen at least
- Fix mobile views instead of hiding elements that you don't want to position properly (search, radchat title, username) - Fix mobile views instead of hiding elements that you don't want to position properly (search, radchat title, username)
- Add live voice chat? (This will be fun, maybe a separate app)
### Mid Priority ### Mid Priority
- Nothing yet - Nothing yet
### Low Priority ### Low Priority
@ -11,7 +12,8 @@
## Backend ## Backend
### High Priority ### High Priority
- Lazy load with pagination (frontend and backend) - Lazy load with pagination (frontend and backend)
- Add live voice chat? (This will be fun, maybe a separate app)
### Mid Priority ### Mid Priority
- Add actual logging instead of ip based usernames, have messages tied to the logged in user not an ip - Add actual logging instead of ip based usernames, have messages tied to the logged in user not an ip (db changes)
### Low Priority ### Low Priority
- Nothing yet - Nothing yet