From 2c97d8c15e48b33b6255d9e463c4cfe6eb863390 Mon Sep 17 00:00:00 2001 From: radon Date: Tue, 21 Jan 2025 22:42:22 -0600 Subject: [PATCH] changes --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)