feat(CRIT-010): show market prices on county pages alongside premium dealers

Add OilPrice type and oilPrices.getByCounty() API client method. County
page now fetches both premium listings and scraped oil prices in parallel,
displaying them in separate sections with appropriate table/card views.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 18:31:55 -05:00
parent a5df1bcacb
commit 27d22aefd4
4 changed files with 271 additions and 181 deletions

View File

@@ -1,3 +1,3 @@
// API Client exports
export { api, authApi, companyApi, listingApi, listingsApi, stateApi, categoriesApi } from './client';
export { api, authApi, companyApi, listingApi, listingsApi, oilPricesApi, stateApi, categoriesApi } from './client';
export * from './types';