Bar layout: controls lead from the left, dots trail the queue label - #31
Merged
Conversation
New left-to-right order in both states: gear, transport buttons (start / skip / stop / resume), queue picker or profile name, dot strip. Free space now falls to the right of the dots instead of between the label and the actions. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FfFQKFCs2usE8irubrQ4Kf
Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FfFQKFCs2usE8irubrQ4Kf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to the v2.0 redesign (#30): reorders the pinned bar so the controls cluster at the left edge and the dot strip trails the queue label, with the bar's free space now falling to the right of the dots.
New left-to-right order in every state:
Resume takes Stop's slot when a manual override pauses the rotation, so Skip and the gear never move.
Changes
src/ui/bar.js— template reordered: actions container (gear first, then transport buttons) now precedes the label and dots; Skip moved after Stop/Resumestyle.css—.roulette-bar-labelno longer flex-grows (contents cluster left, free space falls right); the gear's separation margin flipped from left to rightCLAUDE.md— bar anatomy descriptions updated to matchTesting
npm test— 12/12 pass (markup/CSS-only change; the pure core is untouched)🤖 Generated with Claude Code
https://claude.ai/code/session_01FfFQKFCs2usE8irubrQ4Kf
Generated by Claude Code