bilhej/frontend/src
Joakim Mörling df539f7cb7 test: update unit tests for real vehicle API and fuel field
- HomePage.spec.ts: replace setTimeout fake data with mocked lookupVehicle()
  API call, mock resolved/rejected/pending states, add fuel to mock responses
- VehicleInfo.spec.ts: add fuel field to mockVehicle data,
  update assertion to include Bensin in rendered text
2026-05-19 15:16:52 +02:00
..
__tests__ test: update unit tests for real vehicle API and fuel field 2026-05-19 15:16:52 +02:00
api feat: replace fake vehicle data with real API lookup on homepage 2026-05-19 15:16:23 +02:00
assets/styles refactor: add design system with CSS tokens, utilities, and app shell 2026-05-16 16:09:35 +02:00
components feat: replace fake vehicle data with real API lookup on homepage 2026-05-19 15:16:23 +02:00
composables feat: scaffold Vue 3 + Vite frontend with TypeScript, Router, Pinia, Vitest, ESLint, Prettier 2026-05-01 00:52:38 +02:00
data refactor: redesign all pages and components with new design system 2026-05-16 16:11:01 +02:00
pages feat: replace fake vehicle data with real API lookup on homepage 2026-05-19 15:16:23 +02:00
router feat: add payment page and wire compose submit to payment flow 2026-05-15 20:30:15 +02:00
stores refactor: remove template from order flow 2026-05-14 16:55:59 +02:00
utils feat: add Vue Router auth guards with admin role support 2026-05-14 12:39:17 +02:00
App.vue refactor: add design system with CSS tokens, utilities, and app shell 2026-05-16 16:09:35 +02:00
main.ts refactor: add design system with CSS tokens, utilities, and app shell 2026-05-16 16:09:35 +02:00