feat(web): promote Segments to default server-load style, cull bake-off candidates#41
Merged
Merged
Conversation
The gpt-5.6-sol "segments" LED-meter design won the PR #39 bake-off. - DEFAULT_SIDEBAR_HOST_STATS_STYLE -> "segments" - Remove the six losing variant components; picker now offers only Segments and Classic (plain text) - Retired style ids stay decodable in the settings schema and render as segments, so devices that stored a bake-off value keep their settings instead of failing the whole-settings decode back to defaults - Drop docs/host-stats-variants (2.7MB of comparison screenshots); the merged PR #39 body now pins its images to the merge commit SHA Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Feedback on the segments default: the footer row was project-row height with the readout floating small and low. - Footer row is now h-18 on desktop — 1.5x the 48px project rows - Settings button squished to its content width and stretched to the full row height - The readout card fills the remaining width and the full height, so its top edge aligns with the row; bigger cells (h-2.5) and 13px values at the larger size - Mobile keeps the original compact row Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Follow-up to #39:
segments(the gpt-5.6-sol LED-meter design) won the bake-off and is now the default server-load readout style.DEFAULT_SIDEBAR_HOST_STATS_STYLE→"segments"— any device that never touched the picker gets the new look as soon as it enables Server load.segments), so a device that stored e.g.ringsduring the bake-off keeps all its settings rather than failing the whole-settings decode back to defaults.docs/host-stats-variants/(2.7MB of comparison PNGs) is removed; the merged feat(web): server-load readout redesign — 7 switchable style candidates #39 body now pins its images to the merge-commit SHA so its visual record survives branch deletion.Verified on an isolated instance: fresh device + Server load on → Segments renders with no picker interaction; picker shows exactly the two surviving options. Typecheck, lint, web tests (1326), and the desktop settings round-trip all pass.
🤖 Generated with Claude Code