Skip to content

Drop ☑/☐ from header toggle bar#18

Merged
phiat merged 1 commit into
mainfrom
feat/drop-toggle-checkboxes
May 2, 2026
Merged

Drop ☑/☐ from header toggle bar#18
phiat merged 1 commit into
mainfrom
feat/drop-toggle-checkboxes

Conversation

@phiat
Copy link
Copy Markdown
Owner

@phiat phiat commented May 2, 2026

Summary

Follow-up to #17 — the tree row already lost its checkbox column, but the header toggle bar still carried ☑/☐ icons. Removes them for visual consistency.

  • Disabled toggles render with a leading mid-dot (`·Thinking[t]`)
  • Enabled toggles render with a leading space (` Thinking[t]`)
  • Column widths stay aligned so the bar doesn't shift as toggles flip

Verified live with tui-use — disabled state shows a clear mid-dot marker; enabled state is clean.

Test plan

  • `go test ./...` passes
  • Run `claude-esp`, press `t`/`i`/`o` etc., confirm the leading marker swaps between space and mid-dot
  • Confirm the bar's overall layout doesn't shift width when toggling

🤖 Generated with Claude Code

Mirrors the tree-row checkbox removal from #17. Disabled toggles get a
leading mid-dot (·Thinking[t]); enabled toggles a leading space
( Thinking[t]) so the bar's column widths stay aligned.

Verified live with tui-use against an active session.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@phiat phiat merged commit 95346f9 into main May 2, 2026
2 checks passed
@phiat phiat deleted the feat/drop-toggle-checkboxes branch May 2, 2026 23:06
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