Skip to content

fix(task-board): add spawn kill switch to mobile task board - #442

Merged
dimakis merged 2 commits into
mainfrom
fix/mobile-spawn-killswitch
Jul 5, 2026
Merged

fix(task-board): add spawn kill switch to mobile task board#442
dimakis merged 2 commits into
mainfrom
fix/mobile-spawn-killswitch

Conversation

@dimakis

@dimakis dimakis commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • The spawn kill switch toggle (⚡/⛔) was only present in TaskBoardSection.tsx (desktop collapsible chat view)
  • The mobile full-page task board at pages/TaskBoard.tsx was missing it entirely
  • Adds the same toggle button to the mobile PageHeader, reusing the existing cc-spawn-enabled/cc-spawn-disabled CSS classes (already in global.css)

Test plan

  • Open mobile task board — verify ⛔ toggle appears in header
  • Tap toggle — verify it switches to ⚡ and back
  • Verify desktop collapsible view still has its own toggle

🤖 Generated with Claude Code

dimakis and others added 2 commits July 4, 2026 16:07
The toggle was only in TaskBoardSection (desktop collapsible view).
The mobile full-page TaskBoard at pages/TaskBoard.tsx was missing it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR #441's squash merge was based on a branch that predated PR #404,
silently reverting three CSS fixes:
- .chat-header: lost position:relative, z-index:20, box-shadow
- .chat-messages: top padding reverted (content bleeds under header)
- .session-banner: background reverted to undefined --bg-primary

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dimakis
dimakis force-pushed the fix/mobile-spawn-killswitch branch from 95c8eb0 to 76e4444 Compare July 4, 2026 15:07
@dimakis

dimakis commented Jul 4, 2026

Copy link
Copy Markdown
Owner Author

/review

@dimakis dimakis left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Centaur Review

LGTM — no issues found.


Reviewed at 76e4444

@dimakis
dimakis merged commit b87ce45 into main Jul 5, 2026
1 check 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