From a6e3dc999b1b51d8141f6db1f81812c1c4fa2e45 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sun, 19 Jul 2026 20:32:31 +0200 Subject: [PATCH] fix: chatbot conversation rename/delete unreachable on mobile (v0.55.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both buttons were opacity-0 group-hover:opacity-100 — no touch equivalent to :hover, so they never appeared on mobile at all. Made them always visible, matching the app's existing convention for per-item actions in narrow lists (e.g. shopping-list-actions-menu.tsx) rather than hover-reveal. Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 5 +++++ apps/web/components/recipe/conversation-menu.tsx | 6 +++--- apps/web/lib/changelog.ts | 9 ++++++++- apps/web/package.json | 2 +- package.json | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d019cbb..e07d420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together. +## 0.55.1 — 2026-07-19 18:05 + +### Fixed +- Chatbot's rename/delete buttons for a conversation were hover-only, so they never appeared on mobile (no hover state on touch). Now always visible. + ## 0.55.0 — 2026-07-19 17:50 ### Added diff --git a/apps/web/components/recipe/conversation-menu.tsx b/apps/web/components/recipe/conversation-menu.tsx index fdf4cbb..3f2ddda 100644 --- a/apps/web/components/recipe/conversation-menu.tsx +++ b/apps/web/components/recipe/conversation-menu.tsx @@ -156,7 +156,7 @@ export function ConversationMenu({
@@ -195,7 +195,7 @@ export function ConversationMenu({