- Hide the desktop horizontal FilterBar in list/split modes — the
sidebar already renders an identical control set, so showing both
duplicated every dropdown. Keep horizontal bar only when in map
mode where there's no sidebar.
- Replace `hsl(var(--…))` paint colors in ListingMap with literal
hex constants. Mapbox-gl's color parser rejects CSS variable
references and was throwing
'circle-color: Could not parse color from value hsl(var(--primary))'
for cluster + marker layers, leaving the map blank.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Update 12 page/layout files across auth, dashboard, listings, and search
routes to improve type safety, fix component imports, and align with
latest API changes.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Add locale-prefixed routes for admin, auth, dashboard, and public pages.
Add error, loading, and not-found pages for locale context. Add language
switcher UI component for Vietnamese/English toggle.
Co-Authored-By: Paperclip <noreply@paperclip.ing>