diff --git a/readme.md b/readme.md index 263d571..07b8643 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,9 @@ - Lazy load with pagination (frontend and backend) - Edit support for multiline message - 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 deleting should be a confirmation dialog, and two buttons, delete and cancel - Prompt for editing should be a textarea with the current message content in it along with a save and cancel button +- Refactor entirely with htmx? Hmmmm.... ### Mid Priority - Other embeds (Twitter posts, spotify tracks, soundcloud, github repos, instagram posts, other video platforms) ### Low Priority @@ -18,4 +19,4 @@ - Nothing yet ### Low Priority - Tidy up -- Perhaps a boolean value in the database to be able to display whether or not a message has been edited or not +- Perhaps a boolean value in the database to be able to display whether or not a message has been edited or not (yes)