bitstream
  • Joined on 2026-03-13
bitstream pushed to main at bitstream/fuel-alert 2026-04-14 15:20:56 +00:00
4220b1b86a Add subscription tiers, notification preferences, and logging infrastructure
3cd3467178 config: add EIA API key for Brent crude price source
Compare 2 commits »
bitstream pushed to main at bitstream/fuel-alert 2026-04-11 20:27:16 +00:00
d25883ead4 feat: add geolocation support with Near Me button and user location marker on map
bitstream pushed to main at bitstream/fuel-alert 2026-04-11 19:51:12 +00:00
a969c1b347 feat: add fuel price classification markers and responsive search UI improvements
951bb0b98d feat: add sort select to homepage SearchBar
b8adc98669 feat: add brand and reliable sort options to StationList
2747047f53 fix: correct default fuelType in useStations from 'petrol' to 'e10'
5fe9f9dc6d fix: empty results state and validation error display on homepage
Compare 11 commits »
bitstream pushed to main at bitstream/fuel-alert 2026-04-11 16:08:25 +00:00
03b0bece2c feat: add auth guards and server-side logout with postcode search integration
bitstream pushed to main at bitstream/fuel-alert 2026-04-11 15:28:41 +00:00
4a3ce4cc1d docs: add advanced skills for Vitest, Pinia, and Vue built-ins
bitstream pushed to main at bitstream/fuel-alert 2026-04-11 15:26:39 +00:00
069a85cf11 refactor: migrate from hardcoded hex colors to Tailwind CSS color tokens
02b004f381 fix: handle TransientToken in logout for session-based auth
977ae8a5a1 chore: remove orphaned settings-heading partial
25770445bc fix: correct $route naming and aria-expanded type in DashboardLayout
3895356b0d fix: replace Alpine dropdown with Vue reactive state in DashboardLayout
Compare 15 commits »
bitstream pushed to main at bitstream/fuel-alert 2026-04-11 07:53:42 +00:00
c6e65330b2 fix: make SPA catch-all param optional, add named dashboard route
6224dedd45 fix: restore route('home'), remove dashboard Blade route, load iconify in SPA
1bfcb84402 feat: add dashboard Overview, SavedStations, and Preferences views
4c3ef5af99 feat: add DashboardLayout with sidebar navigation
fe01d2d6d0 feat: add useSavedStations composable
Compare 20 commits »
bitstream pushed to main at bitstream/fuel-alert 2026-04-10 10:41:17 +00:00
771f499f36 feat: add pricing section and hero redesign to homepage
bitstream pushed to main at bitstream/fuel-alert 2026-04-09 14:41:11 +00:00
28d4a9df5c frontend
bitstream pushed to main at bitstream/fuel-alert 2026-04-09 14:28:56 +00:00
c47d024b36 homepage layout
bitstream pushed to main at bitstream/fuel-alert 2026-04-09 14:13:49 +00:00
7869d27c63 cleanup
bitstream pushed to main at bitstream/fuel-alert 2026-04-09 14:10:57 +00:00
1074681dd9 livewire kit
bitstream pushed to main at bitstream/fuel-alert 2026-04-09 13:19:09 +00:00
19d5c6eb0b feat: add Laravel Fortify skill, condense API data rules, add homepage mockup
bitstream pushed to main at bitstream/fuel-alert 2026-04-08 09:06:59 +00:00
1848c070da feat: replace flux:select with dropdown menus using Alpine.js for fuel filters
7b6aaac661 chore: remove StationSearch, dead Volt SFCs, mobile prototype, and fix homepage CTAs
c935903614 feat: strip FuelFinder to layout shell, wire sub-components
bce5aa72c8 feat: extract fuel.map component and wire Leaflet to map-update browser event
0809a5340b feat: extract fuel.recommendation Livewire component
Compare 10 commits »
bitstream pushed to main at bitstream/fuel-alert 2026-04-07 19:21:36 +00:00
4e9b809a10 feat: add user geolocation marker and auto-zoom to map based on search radius
bitstream pushed to main at bitstream/fuel-alert 2026-04-07 13:51:18 +00:00
0b26c4c257 fix: convert avg_price from pence to pounds before linear regression calculation
bitstream pushed to main at bitstream/fuel-alert 2026-04-07 13:43:07 +00:00
6da626347b docs: add FuelFinder mobile landing implementation plan
bitstream pushed to main at bitstream/fuel-alert 2026-04-07 13:42:47 +00:00
6a80c11f38 feat: add LLM prediction providers with structured output support
e9612666e3 feat: wire FuelFinder to home route, replacing static homepage
41a2cc5f43 feat: build fuel-finder view with mobile layout
8a8dc15c0d feat: add x-mobile-header and x-mobile-footer components
b21c99411d feat: add x-fuel.* Blade components
Compare 8 commits »
bitstream pushed to main at bitstream/fuel-alert 2026-04-07 07:29:17 +00:00
4b29e6fdb0 feat: add saved stations mockup with iconify-icon package
bitstream pushed to main at bitstream/fuel-alert 2026-04-06 19:01:52 +00:00
41be8e2806 superdesign