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
d11d500a35
fix: accessibility and Enter key handling in SearchBar
2026-04-11 18:44:34 +01:00
Ovidiu U
b5ee25db67
feat: add fuel type and radius selects to SearchBar
2026-04-11 17:23:56 +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
acade5a735
feat: add SearchBar component with debounce
2026-04-10 18:01:10 +01:00