peregrine/web/src/stores
pyr0ball dc21e730d9 refactor: use existing useApi composable in prep store, remove duplicate
Delete useApiFetch.ts wrapper (returned T|null) and update prep.ts and
prep.test.ts to import useApiFetch from useApi.ts directly, destructuring
{ data, error } to match the established pattern used by all other stores.
2026-03-20 18:40:33 -07:00
..
digest.ts fix: add error rollback and error state hygiene in digest store 2026-03-20 09:56:22 -07:00
interviews.test.ts feat(interviews): add interviews Pinia store with optimistic moves 2026-03-18 15:26:44 -07:00
interviews.ts feat(signals): add body and from_addr to StageSignal interface 2026-03-19 19:19:27 -07:00
jobs.ts feat(web): implement design spec — peregrine.css, sidebar nav, HomeView 2026-03-17 22:00:42 -07:00
prep.test.ts refactor: use existing useApi composable in prep store, remove duplicate 2026-03-20 18:40:33 -07:00
prep.ts refactor: use existing useApi composable in prep store, remove duplicate 2026-03-20 18:40:33 -07:00
review.ts feat(vue-spa): JobReviewView card stack with swipe gestures 2026-03-17 22:30:33 -07:00