snipe/web/src/views
pyr0ball af51de4cec
Some checks are pending
CI / Python tests (push) Waiting to run
CI / Frontend typecheck + tests (push) Waiting to run
Mirror / mirror (push) Waiting to run
feat: landing hero copy polish + frontend test suite
- Rewrite landing hero subtitle with narrative opener ("Seen a listing
  that looks almost too good to pass up?") — more universal than the
  feature-list version, avoids category assumptions
- Update eBay cancellation callout CTA to "Search above to score
  listings before you commit" — direct action vs. passive reminder
- Tile descriptions rewritten with concrete examples: "does this seller
  actually know what they're selling?", "40% below median", quoted
  "scratch and dent" pattern for instant recognition
- Sign-in strip: add specific page count ("up to 5 pages") and
  "community-maintained" attribution for blocklist credibility
- Fix useTheme restore() to re-read from localStorage instead of using
  cached module-level ref — fixes test isolation failure where previous
  test's setMode('dark') leaked into the restore() system test
- Add 32-test Vitest suite: useTheme (7), searchStore (7),
  ListingView component (18) — all green
2026-04-16 12:39:54 -07:00
..
BlocklistView.vue fix(css): replace hardcoded rgba colors with color-mix(var(--token)) for light/dark parity 2026-04-13 20:56:07 -07:00
ListingView.vue feat: listing detail page with trust score ring, signal breakdown, seller panel 2026-04-16 11:48:30 -07:00
SavedSearchesView.vue feat: scammer blocklist, search/listing UI overhaul, tier refactor 2026-04-03 19:08:54 -07:00
SearchView.vue feat: landing hero copy polish + frontend test suite 2026-04-16 12:39:54 -07:00
SettingsView.vue feat: explicit dark/light theme override with Settings toggle 2026-04-16 11:52:10 -07:00