u1 a12c86f1f8 feat(chart): layers panel + selection-first fib
- Adds Layers drawer (visible/lock/opacity) and effective opacity wiring.
- Implements selection-first overlay: click selects, drag moves selected, Ctrl-drag edits B, Space-drag always pans.
- Routes pointer events via capture and adds Fib opacity support.
- Updates .gitignore to keep secrets/local scratch out of git.
2026-01-06 23:26:51 +01:00
2026-01-06 12:33:47 +01:00

trade-frontend

Frontend (SPA) + prosty serwer (basic auth + proxy do trade-api).

Dev

W tym repo app jest w apps/visualizer/.

cd apps/visualizer
npm ci
npm run dev

Docker

docker build -t trade-frontend .
docker run --rm -p 8081:8081 trade-frontend

Jeśli auth jest realizowany przed aplikacją (np. Traefik basicAuth), ustaw BASIC_AUTH_MODE=off, żeby wyłączyć wbudowany basic auth w serwerze.

Description
No description provided
Readme 219 KiB
Languages
TypeScript 75.3%
CSS 13.5%
JavaScript 10.6%
Dockerfile 0.4%
HTML 0.2%