bilhej/frontend/src
Joakim Mörling 01db53860b Rework admin dashboard filtering, search, and message viewing.
Admins need to find orders quickly and read full letter text without a
cramped table column.

- Make stat cards clickable filters (Totalt, Att göra, Betalda, Väntar)
- Add search by partial order ID or registration number
- Show shortened order ID in table with full ID on hover
- Replace message column with "Visa meddelande" opening a modal
- Keep expanded row for tracking only; remove duplicate brevtext block
- Update AdminDashboard unit tests and admin-dashboard e2e specs
2026-05-21 14:49:50 +02:00
..
__tests__ Rework admin dashboard filtering, search, and message viewing. 2026-05-21 14:49:50 +02:00
api Improve orders page with details and deferred payment. 2026-05-21 14:49:50 +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 Rework admin dashboard filtering, search, and message viewing. 2026-05-21 14:49:50 +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