fire-planner/frontend
Viktor Barzin f9084d1a15
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
EventGantt: suppress click-on-bar that fires right after drag
Without this, dragging a bar fired mouseup → onClick in the same tick,
opening the edit popover with stale (pre-mutation) year values. The
PATCH succeeded but the popover showed the old year_start until React
Query refetched. Adding a 250ms debounce after drag-end before
re-enabling click-to-edit.

Tests + build green.
2026-05-10 18:12:04 +00:00
..
src EventGantt: suppress click-on-bar that fires right after drag 2026-05-10 18:12:04 +00:00
.gitignore frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
.npmrc frontend: .npmrc with legacy-peer-deps=true so npm ci works in Docker 2026-05-10 16:51:32 +00:00
index.html frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
package-lock.json fire-planner: Wave 2 chart-first — flex spending, categorised life 2026-05-10 16:49:04 +00:00
package.json fire-planner: Wave 2 chart-first — flex spending, categorised life 2026-05-10 16:49:04 +00:00
tsconfig.app.json frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
tsconfig.json frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
tsconfig.node.json frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
vite.config.ts frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00