From f28ab429a3c2d48cf59a1ea32078827c8469fcf3 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Sun, 15 Feb 2026 02:02:36 +0000 Subject: [PATCH] docs: mark #73 and #74 as done --- FEEDBACK.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FEEDBACK.md b/FEEDBACK.md index d4fbfec..41b9ee5 100644 --- a/FEEDBACK.md +++ b/FEEDBACK.md @@ -792,11 +792,13 @@ ## Item #73 - **Date:** 2026-02-14 - **Priority:** medium -- **Status:** open +- **Status:** done +- **Completed:** 2026-02-15 — commit `e1ba4aa`, tagged `v1.57.1` - **Description:** Message action buttons (copy, view source, etc.) are misaligned when hovering over message text. The buttons overlay/overlap the text content incorrectly. They should be properly positioned outside the text area or in a consistent location that doesn't interfere with reading. (Feedback from Bardak, screenshot: https://i.imgur.com/O9CwAix.png) ## Item #74 - **Date:** 2026-02-14 - **Priority:** high -- **Status:** open +- **Status:** done +- **Completed:** 2026-02-15 — commit `e1ba4aa`, tagged `v1.57.1` - **Description:** Session deletion doesn't persist — when deleting a session from the sidebar, it disappears visually but comes back on page reload. The deletion is only client-side/cosmetic and doesn't actually delete the session from the OpenClaw backend. Need to call the proper API endpoint to actually delete/archive the session server-side. (Feedback from Bardak)