Ovidiu U
d25883ead4
feat: add geolocation support with Near Me button and user location marker on map
...
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
- Add "Near Me" button to SearchBar with loading state and geolocation via postcodes.io API
- Display user location on map with pulsing blue marker using geolocation API with IP fallback
- Adjust map zoom level based on search radius for better context
- Pass radiusMiles prop from
2026-04-11 21:27:11 +01:00
Ovidiu U
a969c1b347
feat: add fuel price classification markers and responsive search UI improvements
...
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
- Move map pin icon to right side of input with adjusted spacing
- Change button styling from accent to primary color
2026-04-11 20:51:07 +01:00
Ovidiu U
951bb0b98d
feat: add sort select to homepage SearchBar
2026-04-11 18:57:03 +01:00
Ovidiu U
5fe9f9dc6d
fix: empty results state and validation error display on homepage
2026-04-11 18:48:25 +01:00
Ovidiu U
276f9bf612
feat: wire up homepage search with map and station list
2026-04-11 18:46:34 +01:00
Ovidiu U
03b0bece2c
feat: add auth guards and server-side logout with postcode search integration
...
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
- Add navigation guard requiring authentication for dashboard routes
- Create
2026-04-11 17:08:19 +01:00
Ovidiu U
069a85cf11
refactor: migrate from hardcoded hex colors to Tailwind CSS color tokens
...
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
Replace all hardcoded hex color values with semantic Tailwind design tokens:
- `#bb5b3e` → `accent`
- `#a34a31` → `accent-content` / `primary-dark`
- `#4a3f3b`, `#89726c` → `zinc-800`, `zinc-500`
- `#e5ded7`, `#faf6f3` → `zinc-300`, `zinc-50`
- `#8
2026-04-11 16:26:34 +01:00
Ovidiu U
0bae0945c0
feat: build full Home.vue with search, station list, map, and prediction
2026-04-10 18:04:10 +01:00
Ovidiu U
87e7a9aa84
feat: bootstrap Vue 3 app with Vue Router and Axios
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-10 17:59:06 +01:00