Skip to content

Increase task detail pane height to 20% and persist user preferences#76

Merged
bborn merged 2 commits intomainfrom
task/150-task-detail-pane-fix
Jan 9, 2026
Merged

Increase task detail pane height to 20% and persist user preferences#76
bborn merged 2 commits intomainfrom
task/150-task-detail-pane-fix

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

Summary

  • Increased the default task detail pane height from 18% to 20% for better visibility of task details
  • User resize preferences are persisted and restored across sessions (this was already implemented in a previous commit)

Test plan

  • Open task detail view and verify the pane is taller (20% of window)
  • Drag the pane border to resize it
  • Exit and re-enter the detail view to confirm the size is remembered

🤖 Generated with Claude Code

bborn and others added 2 commits January 9, 2026 14:18
- Increase default detail pane height from 15% to 18% for better visibility
- Add new setting constant SettingDetailPaneHeight to persist user preferences
- Implement getDetailPaneHeight() to read stored pane height (validates 1-50%)
- Implement saveDetailPaneHeight() to persist current pane height when user resizes
- Save pane height automatically when toggling panes or exiting detail view
- Update layout comments to reflect configurable height

The detail pane height is now persistent across sessions and respects
user's manual resizing via tmux drag borders.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The task detail pane is now 20% of the window height by default (increased
from 18%) for better visibility. User resize preferences continue to be
persisted and applied.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 751ff18 into main Jan 9, 2026
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