feat: pixel-art agent-style tag dots#4
Merged
Merged
Conversation
- Introduce TagDot component with sprite-based pixel art indicators - Add getTagDotVariant helper in tag-colors.ts - Replace solid color dots with varied pixel dots across UI (sidebar, settings, command palette, inspectors, orbit panels, share views) - Add 256x256 pixel agent sprite sheet optimized for small sizes - Preserve all existing sizing, rings, themes, and color system
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
Adds a
TagDotcomponent that renders pixel-art "agent dot" indicators for tags across the UI, replacing the previous solid-color dots. Rebased onto currentmain.src/components/tag-dot.tsx— sprite-based indicator (256×256 sheet, 8×8 grid) withimageRendering: pixelated, tuned for tiny sizes (6–14px).getTagDotVarianthelper insrc/lib/tag-colors.ts(stable hash → variant).public/tag-icons/pixel-agent-dots.png.TagDotin: sidebar, settings tag rows, command palette, orbit map graph search, orbit map rail, orbit review fields, orbit scan overview strip, share views.Rebase notes
This branch was originally cut from an older
main; it has been rebased onto the current tip. During the rebase, main's structural refactors were preserved and the tag-dot swaps were re-applied to their new locations:orbit-map-client/orbit-map-graph-search— the tag search-result dot was re-applied there.orbit-scan-overview-stripnow uses aTagRollupChipcomponent; the dot swap was applied inside it.orbit-review-fieldsnow usesLibrarySearchPicker; the picker item dot was swapped.library-bookmark-inspector,orbit-slide-in-panel) were deleted on main and were accepted as deleted.ring-hairline-soft) rather than the branch's older ad-hoc rings.An unrelated, stale security-hardening diff that had been sitting uncommitted in the source worktree was intentionally not included — that work already landed on
main(viachore/security-hardening-and-review-fixes) in a newer form; including it would have reverted the1d7a3d6P0 fixes.Verification
tsc --noEmit✅eslinton changed files ✅ (design-language contract is ESLint-enforced)npm run build✅🤖 Generated with Claude Code