- 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.
15 lines
194 B
Plaintext
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/
|