No description
Find a file
Viktor Barzin e2247be700
Apply Color By metric change instantly without data re-fetch
The metric dropdown only updated form state, requiring "Apply Filters"
to take effect — which re-fetched identical data and remounted the Map,
making the result look unchanged. Now the Select's onValueChange
immediately propagates the metric to queryParameters, so the Map
re-renders in-place with the new color scheme, legend, and hex values.
2026-02-07 22:47:13 +00:00
.claude Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
.github/workflows adding ruff auto check for pull requests as well as fixing all ruff errors (#1) 2025-09-14 19:40:18 +01:00
crawler Apply Color By metric change instantly without data re-fetch 2026-02-07 22:47:13 +00:00
immoweb reduce size of json by pulling interesting fields above instead of relying on the entire thing 2025-06-09 21:46:33 +00:00
vqa adding ruff auto check for pull requests as well as fixing all ruff errors (#1) 2025-09-14 19:40:18 +01:00
.drone.yml Parallelise Dockerfile stages and enable CI layer caching 2026-02-07 11:06:35 +00:00
.gitignore Add runtime artifacts to .gitignore 2026-02-06 21:04:08 +00:00