radchat/readme.md

22 lines
935 B
Markdown
Raw Normal View History

2025-01-18 22:01:02 -06:00
# Changes To Make
## Frontend
### High Priority
2025-01-21 12:29:17 -06:00
- Lazy load with pagination (frontend and backend)
2025-01-21 17:54:04 -06:00
- Edit support for multiline message
2025-01-21 18:46:27 -06:00
- Change from prompt when deleting to a div that replaces the message content area
- Prompt for deleting should be a confirmation dialog, and two buttons, yes and no
- Prompt for editing should be a textarea with the current message content in it along with a save and cancel button
2025-01-18 22:01:02 -06:00
### Mid Priority
2025-01-20 19:36:51 -06:00
- Other embeds (Twitter posts, spotify tracks, soundcloud, github repos, instagram posts, other video platforms)
2025-01-18 22:01:02 -06:00
### Low Priority
2025-01-21 14:32:54 -06:00
- Reposition the search button
- Fix mobile views instead of hiding elements that you don't want to position properly
2025-01-18 22:01:02 -06:00
## Backend
### High Priority
2025-01-21 12:29:17 -06:00
- Lazy load with pagination (frontend and backend)
2025-01-18 22:01:02 -06:00
### Mid Priority
- Nothing yet
### Low Priority
2025-01-21 16:22:27 -06:00
- Tidy up
2025-01-21 16:25:14 -06:00
- Perhaps a boolean value in the database to be able to display whether or not a message has been edited or not