wrongmove/frontend/src
Viktor Barzin 69ce458308
feat: add dev auth bypass for UI testing without backend
Guarded by VITE_DEV_BYPASS_AUTH env var + import.meta.env.DEV check.
Vite tree-shakes the DEV branch in production builds.
The .env.development.local file is gitignored (**.env pattern).
Includes mock listing data to preview property cards without API.
2026-02-28 16:37:33 +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: remove unused imports flagged by TypeScript 2026-02-28 16:23:36 +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 React Router with URL-based filter state and deep linking 2026-02-28 16:07:14 +00:00
lib Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
services Add navigation & usage metrics for end-user experience visibility 2026-02-23 20:28:42 +00:00
types Add photo carousel to listing cards and fix tap-to-detail 2026-02-21 19:19:32 +00:00
utils refactor: extract shared utility functions to eliminate duplication 2026-02-28 16:02:06 +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 feat: add dev auth bypass for UI testing without backend 2026-02-28 16:37:33 +00:00
index.css style: update color palette from neutral to teal-accented property theme 2026-02-28 16:03:56 +00:00
main.tsx feat: add error boundary to prevent white-screen crashes 2026-02-28 16:18:10 +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