snipe/web/src
pyr0ball 8e40e51ed3
Some checks are pending
CI / Frontend typecheck + tests (push) Waiting to run
CI / Python tests (push) Waiting to run
Mirror / mirror (push) Waiting to run
Release / release (push) Waiting to run
fix: prefix /api/session and /api/preferences with VITE_API_BASE
Both stores hardcoded /api/* paths without reading VITE_API_BASE, causing
/api/session to hit the menagerie root (no /snipe prefix) and receive a
302 redirect to circuitforge.tech/login instead of a session response.
Every other store already read VITE_API_BASE correctly.
2026-04-16 12:51:39 -07:00
..
__tests__ feat: landing hero copy polish + frontend test suite 2026-04-16 12:39:54 -07:00
assets feat: explicit dark/light theme override with Settings toggle 2026-04-16 11:52:10 -07:00
components feat: listing detail page with trust score ring, signal breakdown, seller panel 2026-04-16 11:48:30 -07:00
composables feat: landing hero copy polish + frontend test suite 2026-04-16 12:39:54 -07:00
router feat: snipe beta backlog batch (tickets #22/#28/#30/#34/#35/#36/#37/#38) 2026-04-13 19:32:50 -07:00
stores fix: prefix /api/session and /api/preferences with VITE_API_BASE 2026-04-16 12:51:39 -07:00
utils feat: scammer blocklist, search/listing UI overhaul, tier refactor 2026-04-03 19:08:54 -07:00
views feat: landing hero copy polish + frontend test suite 2026-04-16 12:39:54 -07:00
App.vue feat: explicit dark/light theme override with Settings toggle 2026-04-16 11:52:10 -07:00
main.ts feat(snipe): Vue 3 frontend scaffold + Docker web service 2026-03-25 15:11:35 -07:00
test-setup.ts feat(snipe): Vue 3 frontend scaffold + Docker web service 2026-03-25 15:11:35 -07:00