Context
PRs #56, #59, #60, and #61 all independently change isRestarting → _isRestarting in StarCommandTab.tsx line 55.
Issue
Merging these PRs sequentially will cause merge conflicts on this line for every PR after the first. This is not a code issue — just a heads-up for merge sequencing.
Suggested merge order
#56 → #60 → #59 → #61
The first merge resolves the _isRestarting change; subsequent PRs just need the conflict resolved (accept the already-merged version). The store conflicts between #59 and #61 should be resolved last.
From cross-PR review.
Context
PRs #56, #59, #60, and #61 all independently change
isRestarting→_isRestartinginStarCommandTab.tsxline 55.Issue
Merging these PRs sequentially will cause merge conflicts on this line for every PR after the first. This is not a code issue — just a heads-up for merge sequencing.
Suggested merge order
#56 → #60 → #59 → #61
The first merge resolves the
_isRestartingchange; subsequent PRs just need the conflict resolved (accept the already-merged version). The store conflicts between #59 and #61 should be resolved last.From cross-PR review.