snipe/web/src/components
pyr0ball d5651e5fe8 fix(css): replace hardcoded rgba colors with color-mix(var(--token)) for light/dark parity
All error-red and success-green rgba values were using dark-mode hex values directly.
In light mode those tokens shift (error #f85149→#dc2626, success #3fb950→#16a34a),
so the hardcoded tints stayed wrong. Replaced with color-mix() so tints follow the token.

Also:
- Add missing --space-5 (1.25rem) to spacing scale in theme.css
- Add --color-accent (purple) token for csv_import badge; adapts dark/light
- Wire blocklist source badges to use --color-info/accent/success tokens
2026-04-13 20:56:07 -07:00
..
AppNav.vue feat: scammer blocklist, search/listing UI overhaul, tier refactor 2026-04-03 19:08:54 -07:00
FeedbackButton.vue fix(css): replace hardcoded rgba colors with color-mix(var(--token)) for light/dark parity 2026-04-13 20:56:07 -07:00
ListingCard.vue fix(css): replace hardcoded rgba colors with color-mix(var(--token)) for light/dark parity 2026-04-13 20:56:07 -07:00
TrustFeedbackButtons.vue feat(community): TrustFeedbackButtons + useTrustFeedback -- trust signal UI on ListingCard [MIT] 2026-04-12 22:09:33 -07:00