radchat/readme.md

18 lines
534 B
Markdown
Raw Normal View History

2025-01-18 22:01:02 -06:00
# Changes To Make
## Frontend
### High Priority
2025-01-20 12:23:27 -06:00
- Change light mode scroll down arrow svg fill color? to the buttom inactive fg color
2025-01-18 22:01:02 -06:00
### Mid Priority
2025-01-20 12:23:27 -06:00
- Up arrow in textarea should bring up last input
2025-01-18 22:01:02 -06:00
### Low Priority
- Mobile formatting @media
2025-01-19 11:06:46 -06:00
- First click of user list does not register
2025-01-18 22:01:02 -06:00
## Backend
### High Priority
2025-01-20 12:23:27 -06:00
- Updating messages should lazily load prior messages (pagination?)
2025-01-18 22:01:02 -06:00
### Mid Priority
- Nothing yet
### Low Priority
- Search functionality?
2025-01-20 12:23:27 -06:00
- Delete messages? (in progress, capability exists, flesh this out a bit)