feat: 5-tier pricing UI, market ticker, delivery map, and stats dashboard
Full frontend companion to the API updates: - Pricing: Oil price admin page now supports 5-tier configuration for same-day/prime/emergency fees with collapsible tier sections - Market Ticker: Add GlobalMarketTicker and OilPriceTicker components with real-time commodity + competitor prices in header bar - Delivery Map: New interactive Leaflet map view for daily deliveries - Stats: Add PricingHistoryChart component and info pages for market trends with daily/weekly/monthly gallon charts and YoY comparisons - Layout: Refactor header navbar to separate search into navbar-center, add oilPrice Pinia store with polling, update sidebar navigation - Forms: Wire tier selection into delivery create/edit flows, update types and services for new pricing and scraper API endpoints Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,4 +5,5 @@ VITE_AUTHORIZE_URL="http://localhost:9616"
|
||||
VITE_VOIPMS_URL="http://localhost:9617"
|
||||
VITE_SERVICE_URL="http://localhost:9615"
|
||||
VITE_ADDRESS_CHECKER_URL="http://localhost:9618"
|
||||
VITE_SCRAPER_URL="http://localhost:9619"
|
||||
VITE_COMPANY_ID='1'
|
||||
|
||||
Reference in New Issue
Block a user