From 9aa52a4b6c0aea60359eaeab9fbb60405c42fa42 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 25 Dec 2025 12:58:47 +0000 Subject: [PATCH] chore: archive story 07 --- .../archive/07_ui_polish_sticky_header.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .living_spec/stories/archive/07_ui_polish_sticky_header.md diff --git a/.living_spec/stories/archive/07_ui_polish_sticky_header.md b/.living_spec/stories/archive/07_ui_polish_sticky_header.md new file mode 100644 index 0000000..81ab7ac --- /dev/null +++ b/.living_spec/stories/archive/07_ui_polish_sticky_header.md @@ -0,0 +1,17 @@ +# Story: UI Polish - Sticky Header & Compact Layout + +## User Story +**As a** User +**I want** key controls (Model Selection, Tool Toggle, Project Path) to be visible at all times +**So that** I don't have to scroll up to check my configuration or change settings. + +## Acceptance Criteria +* [ ] Frontend: Create a fixed `
` component at the top of the viewport. +* [ ] Frontend: Move "Active Project" display into this header (make it compact/truncated if long). +* [ ] Frontend: Move "Ollama Model" and "Enable Tools" controls into this header. +* [ ] Frontend: Ensure the Chat message list scrolls *under* the header (taking up remaining height). +* [ ] Frontend: Remove the redundant "Active Project" bar from the main workspace area. + +## Out of Scope +* Full visual redesign (just layout fixing). +* Settings modal (keep controls inline for now).