mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
No description
- JavaScript 96.9%
- CSS 2.9%
- HTML 0.2%
Fixes React error #185 (infinite re-render loop) caused by returning object from Zustand selector without shallow comparison. Changed usePanelState to return string states that encode both preview and route status: - PREVIEW_CALCULATED: preview + calculated route - PREVIEW_ROUTING: preview + stops (no route yet) - PREVIEW: preview only - ROUTE_CALCULATED: calculated route only - ROUTING: stops only - IDLE: nothing Panel.jsx updated to derive show flags from string states using startsWith and includes checks. |
||
|---|---|---|
| public | ||
| src | ||
| .gitignore | ||
| deploy.sh | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| vite.config.js | ||
navi
Navi — self-hosted navigation web frontend for Echo6