Skip to content

feat(tabs): Add + button to tab bar for creating new terminals#36

Merged
eyelock merged 1 commit into
mainfrom
feat/new-terminal-in-tab-view
Jan 15, 2026
Merged

feat(tabs): Add + button to tab bar for creating new terminals#36
eyelock merged 1 commit into
mainfrom
feat/new-terminal-in-tab-view

Conversation

@eyelock
Copy link
Copy Markdown
Owner

@eyelock eyelock commented Jan 15, 2026

Summary

  • Add a + button to the terminal tab bar for quick terminal creation
  • Button creates a new terminal in the same column as the currently selected terminal

Test plan

  • Verified + button appears in tab bar
  • Verified clicking + creates new terminal in correct column
  • Verified button styling matches tab bar design

🤖 Generated with Claude Code

Adds a "+" button at the end of the terminal tab bar that creates a
new terminal using the quick new terminal functionality. The button
is styled to match the existing tab design and includes a help tooltip.

- Added onNewTab callback to ExpandedTerminalView
- Added + button after the tab list in the tab bar
- Added localization key terminal.new.tab.help (40 languages)
- Wired up to viewModel.quickNewTerminal() in ContentView

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@eyelock eyelock merged commit dc2131e into main Jan 15, 2026
5 checks passed
@eyelock eyelock deleted the feat/new-terminal-in-tab-view branch January 15, 2026 16:18
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