Files
trade-frontend/.gitignore
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

15 lines
194 B
Plaintext

# Secrets (never commit)
tokens/*
!tokens/*.example.json
!tokens/*.example.yml
!tokens/*.example.yaml
node_modules/
dist/
.env
*.log
# Local scratch / build output
_tmp/
apps/visualizer/dist/