Skip to content

fix: show S (status) shortcut in task detail view help bar#137

Merged
bborn merged 1 commit intomainfrom
task/267-the-s-status-shortcut-is-broken
Jan 12, 2026
Merged

fix: show S (status) shortcut in task detail view help bar#137
bborn merged 1 commit intomainfrom
task/267-the-s-status-shortcut-is-broken

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 12, 2026

Summary

  • The status change shortcut (Shift+S) was implemented in the detail view but not shown in the help bar
  • This adds the "S status" help text to the detail view, with the same conditional logic as other shortcuts (only shown when task is not currently processing)

Fixes #267

Test plan

  • Open a task in detail view
  • Verify "S status" appears in the help bar when task is not processing
  • Press Shift+S to confirm the status change modal opens
  • Verify the shortcut is hidden when task is processing

🤖 Generated with Claude Code

The status change shortcut (Shift+S) was implemented but not shown in
the detail view's help bar. This adds the "S status" help text to the
detail view, matching the same conditional logic used for other
shortcuts (only shown when task is not processing).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit a04dbfe into main Jan 12, 2026
3 checks passed
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