Uh oh!
There was an error while loading. Please reload this page.
Add tag legend to Supported Devices page - #176
Merged
Merged
Conversation
Adds a compact, collapsible legend box below the filter/search toolbar on /supported explaining what each status tag (Supported, PR pending, Quick Win, Test Needed, Driver Needed, Unknown, Needs Bridge, Requested) means, reusing the existing STATUS_LEGEND copy and STATUS_DOT colors already used for the tag dropdown tooltips. Claude-Session: https://claude.ai/code/session_014cM8LdYwaPgZKrwYXp9bZe
Deploying openmouse-landing with |
| Latest commit: | 2656ed9 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bb0b7f5e.openmouse-landing.pages.dev |
| Branch Preview URL: | https://feat-supported-tag-legend.openmouse-landing.pages.dev |
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 freeto 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
Adds a small collapsible legend box on the Supported Devices page (
/supported) explaining what each status tag means, addressing the report that the colored dot/badge tags had no explanation.<details>/<summary>element (defaults collapsed) so it stays compact and doesn't push extra vertical space when not needed, while still being always-discoverable.STATUS_LEGENDdescriptions andSTATUS_DOTcolors already used for the tag-filter dropdown tooltips, so the wording/colors match what's already in the code and can't drift:src/supported.css(--bg-surface,--bg-border,--ink-*tokens).Files changed
src/supported.ts— legend markup, inserted between the toolbar and<main>src/supported.css—.tag-legendstylespackage-lock.json— refreshed afternpm install(dependency string unchanged, resolved commit hash updated)Verification
npm run check— build + all 119 tests passnpm run size— CSS 143107/195000 (73%), JS 787587/790000 (100%, still within budget, no BUDGET_BYTES change needed)npm audit --audit-level=high— 0 vulnerabilitiespackage.jsondependency strings still exactly match:"@openmouse/protocol": "https://github.com/OpenMouse-Project/mouse-protocol.git","preact": "^10.29.8"(npm install had normalized the protocol URL togithub:...; reverted before committing)https://claude.ai/code/session_014cM8LdYwaPgZKrwYXp9bZe