wrongmove/frontend/src
Viktor Barzin 339e2cf2ab
Improve frontend UI/UX: accessibility, discoverability, and cleanup
- Add prefers-reduced-motion support (global CSS + SwipeCard spring config)
- Add dismissible map click hint overlay with localStorage persistence
- Replace generic image alt text with descriptive property info across 4 components
- Rename filter buttons to clarify intent (Show Matching Listings / Scrape New from Rightmove)
- Fix mobile FAB overlap with bottom sheet via dynamic snap-aware positioning
- Add swipe review onboarding overlay with gesture explanations and button labels
- Delete unused components: AppSidebar, ActiveQuery, SavedView
2026-02-22 18:47:09 +00:00
..
__tests__ fix: update tests for mobile responsive changes 2026-02-21 11:45:50 +00:00
assets feat: make frontend fully responsive with mobile-first layout 2026-02-21 11:34:53 +00:00
auth Harden frontend assets: disable source maps, add JS obfuscation, env var config 2026-02-08 20:06:33 +00:00
components Improve frontend UI/UX: accessibility, discoverability, and cleanup 2026-02-22 18:47:09 +00:00
constants Fix stale task polling by keeping it always active alongside WebSocket 2026-02-09 21:37:07 +00:00
hooks Add tappable cards, detail bottom sheet, swipe gestures, and favorites view 2026-02-21 15:49:15 +00:00
lib Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
services Add frontend performance metrics pipeline to Prometheus 2026-02-22 17:30:29 +00:00
types Add photo carousel to listing cards and fix tap-to-detail 2026-02-21 19:19:32 +00:00
utils Add per-POI travel time filtering and fix heatmap color stops 2026-02-08 16:02:46 +00:00
workers Add frontend performance metrics pipeline to Prometheus 2026-02-22 17:30:29 +00:00
App.css Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
App.tsx Improve frontend UI/UX: accessibility, discoverability, and cleanup 2026-02-22 18:47:09 +00:00
index.css Improve frontend UI/UX: accessibility, discoverability, and cleanup 2026-02-22 18:47:09 +00:00
main.tsx Add frontend performance metrics pipeline to Prometheus 2026-02-22 17:30:29 +00:00
vite-env.d.ts Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00