From 7df30d87eefa8e863028ac6770e38ed2a23f930d Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Thu, 12 Feb 2026 12:25:28 +0000 Subject: [PATCH] docs: mark feedback #25 as done --- FEEDBACK.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/FEEDBACK.md b/FEEDBACK.md index 455c5f4..061ca61 100644 --- a/FEEDBACK.md +++ b/FEEDBACK.md @@ -213,10 +213,24 @@ ## Item #25 - **Date:** 2026-02-12 - **Priority:** high -- **Status:** pending +- **Status:** done +- **Completed:** 2026-02-12 — commit `1465ae1` - **Description:** Move model badge from header to left of token progress bar - **Details:** - Currently the model chip is in the navbar/header — too cramped on mobile - Move it to the left of the token usage progress bar instead - Should be subtle, same style as surrounding elements - Remove it from the header entirely + +## Item #26 +- **Date:** 2026-02-12 +- **Priority:** high +- **Status:** pending +- **Description:** Mobile viewport overflow — conversation clipped on left and right edges on iPhone +- **Details:** + - On iPhone, the chat messages are slightly clipped on both sides, requiring the user to pinch-zoom out + - Likely a viewport/padding/overflow issue — check meta viewport tag, body/container width, and message padding + - Ensure `` is correct + - Check for any elements with fixed widths or horizontal overflow (code blocks, tool calls, long URLs) + - Test with responsive dev tools at 375px width (iPhone SE) and 390px (iPhone 14) + - May need `overflow-x: hidden` on the main container or `max-width: 100vw` adjustments