diff --git a/.claude/plans/reflective-meandering-castle.md b/.claude/plans/reflective-meandering-castle.md index 6a04aad3..ecfe98ed 100644 --- a/.claude/plans/reflective-meandering-castle.md +++ b/.claude/plans/reflective-meandering-castle.md @@ -15,7 +15,7 @@ After getting Claude Max OAuth working on the live server, hardening the deploy - **Change**: Increase mobile insets from `0.75rem` to `1.25rem` for both `top` and `right` - **Verify**: Open `/dashboard/chat` on mobile viewport, pill not flush against edges -### Task 2: AIUI close button mobile UX +### Task 2: AIUI close button mobile UX [DONE] - **Files**: `neode-ui/src/views/Chat.vue`, `neode-ui/src/style.css` - **Change**: On mobile (`md:hidden`), move close pill to bottom-center using `useMobileBackButton` composable. Hide top-right pill on mobile (`hidden md:flex`). Add a second close button at bottom that's thumb-reachable. - **Verify**: Mobile: close button at bottom (easy reach). Desktop: pill at top-right unchanged. diff --git a/neode-ui/src/views/Chat.vue b/neode-ui/src/views/Chat.vue index 81a51bd1..4c6ec512 100644 --- a/neode-ui/src/views/Chat.vue +++ b/neode-ui/src/views/Chat.vue @@ -1,7 +1,7 @@