Skip to content

🤖 fix: stabilize chat input status indicators#3236

Open
ibetitsmike wants to merge 1 commit intomainfrom
mike/chat-indicators-emr1
Open

🤖 fix: stabilize chat input status indicators#3236
ibetitsmike wants to merge 1 commit intomainfrom
mike/chat-indicators-emr1

Conversation

@ibetitsmike
Copy link
Copy Markdown
Contributor

Mux working on behalf of Mike.

Summary

Reserve a stable collapsed status rail above the workspace chat input so automatic TODO and background bash indicators can appear without resizing the transcript viewport.

Background

The transcript scroll region shares a vertical flex layout with the input decorations. When those decorations mounted or unmounted in normal flow, the transcript viewport changed height and appeared to jump.

Implementation

  • Add a minimum reserved height option to the shared layout stack lane.
  • Reserve two collapsed chat input decoration rows for the automatic TODO and background bash indicators.
  • Default newly-created pinned TODO lists to collapsed, while preserving any persisted user expansion.
  • Cover the stable rail and TODO default behavior with focused UI tests.

Validation

  • bun test src/browser/components/ChatPane/LayoutStackLane.test.tsx src/browser/components/PinnedTodoList/PinnedTodoList.test.tsx
  • make static-check

Risks

Low. This intentionally reserves 50px above the workspace input and only changes the no-preference default for pinned TODO expansion. Users with a persisted expanded TODO state still keep that state.


Generated with mux • Model: openai:gpt-5.5 • Thinking: xhigh • Cost: 1469255{MUX_COSTS_USD:-unknown}

Reserve collapsed decoration rail space above the workspace chat input so automatic TODO and background bash indicators can appear without resizing the transcript viewport.

Default newly-created pinned TODO indicators to collapsed while preserving persisted user expansion, and cover the stable rail behavior with focused UI tests.

---

_Generated with `mux` • Model: `openai:gpt-5.5` • Thinking: `xhigh` • Cost: `1466331{MUX_COSTS_USD:-unknown}`_

<!-- mux-attribution: model=openai:gpt-5.5 thinking=xhigh costs=5.51 -->
@ibetitsmike
Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant