wrongmove/frontend/src
Viktor Barzin 49280d9679
fix: QA fixes for property decisions feature
- Replace deprecated datetime.utcnow() with datetime.now(UTC) in model
  and repository
- Add listing_type validation to decision_service (RENT/BUY only)
- Fix decision filtering tests failing due to rate limiting by patching
  _match_endpoint
- Add SwipeCard component test suite (11 tests covering rendering,
  interactions, and POI distances)
- Add test for invalid listing_type validation
2026-02-21 14:04:34 +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 fix: QA fixes for property decisions feature 2026-02-21 14:04:34 +00:00
constants Fix stale task polling by keeping it always active alongside WebSocket 2026-02-09 21:37:07 +00:00
hooks feat: add useDecisions hook with optimistic updates 2026-02-21 13:51:50 +00:00
lib Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
services feat: add frontend decision service and types 2026-02-21 13:51:12 +00:00
types feat: add frontend decision service and types 2026-02-21 13:51:12 +00:00
utils Add per-POI travel time filtering and fix heatmap color stops 2026-02-08 16:02:46 +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 feat: add SavedView, integrate decisions into App with review mode and client-side filtering 2026-02-21 13:55:05 +00:00
AppSidebar.tsx Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
index.css feat: make frontend fully responsive with mobile-first layout 2026-02-21 11:34:53 +00:00
main.tsx Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +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