[PR #1099] [CLOSED] fix(tui): remove mode left-border in statusbar #9810

Closed
opened 2026-02-16 18:14:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1099
Author: @alcpereira
Created: 7/17/2025
Status: Closed

Base: devHead: tui/remove-left-border


📝 Commits (1)

  • b8deaae fix(tui): remove mode left-border

📊 Changes

1 file changed (+0 additions, -4 deletions)

View changed files

📝 packages/tui/internal/components/status/status.go (+0 -4)

📄 Description

The border on the "Mode" in Status Bar seems "off" to me

Before

https://github.com/user-attachments/assets/f60632c8-35e4-4eaf-98fe-aba8e7a8ad52

After

https://github.com/user-attachments/assets/dae1eed8-aad7-4b20-a326-3ad349cd400b

Other improvements that I would suggest:

  • Fixing the themes for this Status Bar, as you can see in the video, it's barely readable in some theme. OR make it completely customisable in the themes.
  • Fixed size for the mode, even if aligned to the right, the jump in width is not UX friendly. I would fix the size to the max possible size, for now there is only 2 modes but I guess there will never be a "VERY VERY LONG MODE".

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1099 **Author:** [@alcpereira](https://github.com/alcpereira) **Created:** 7/17/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `tui/remove-left-border` --- ### 📝 Commits (1) - [`b8deaae`](https://github.com/anomalyco/opencode/commit/b8deaae6e049d8b382d784b61b93ad8b22c73fba) fix(tui): remove mode left-border ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/status/status.go` (+0 -4) </details> ### 📄 Description The border on the "Mode" in Status Bar seems "off" to me ## Before https://github.com/user-attachments/assets/f60632c8-35e4-4eaf-98fe-aba8e7a8ad52 ## After https://github.com/user-attachments/assets/dae1eed8-aad7-4b20-a326-3ad349cd400b Other improvements that I would suggest: - Fixing the themes for this Status Bar, as you can see in the video, it's barely readable in some theme. OR make it completely customisable in the themes. - Fixed size for the mode, even if aligned to the right, the jump in width is not UX friendly. I would fix the size to the max possible size, for now there is only 2 modes but I guess there will never be a "VERY VERY LONG MODE". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:12 -05:00
yindo closed this issue 2026-02-16 18:14:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9810