Skip to content

fix(tui): align DevelopmentModeIndicator with input box border (#1110) - #1117

Open
itsnevu wants to merge 1 commit into
Nano-Collective:feature/new-uifrom
itsnevu:fix/1110-statusbar-align
Open

fix(tui): align DevelopmentModeIndicator with input box border (#1110)#1117
itsnevu wants to merge 1 commit into
Nano-Collective:feature/new-uifrom
itsnevu:fix/1110-statusbar-align

Conversation

@itsnevu

@itsnevu itsnevu commented Sep 1, 2026

Copy link
Copy Markdown

Closes #1110. Wraps DevelopmentModeIndicator in <Box marginLeft={2}> so the status bar lines up with the input box's left border. Targets feature/new-ui. build + typecheck green.

…Collective#1110)

The redesigned input box is centered with a 2-column margin
(promptWidth = actualWidth - 4), but the DevelopmentModeIndicator
below it rendered flush against the terminal's left edge, so the
"normal mode on" status line didn't line up with the input box's
left border. Wrap it in a Box with marginLeft={2} to match.
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