Refine route-scoped tape subscriptions and table virtualization

- Scope live channels by route and trim unused feed work
- Switch tape tables to fixed-height virtual rows with separate scroll containers
- Add tests for route feature maps and virtual config
This commit is contained in:
dirtydishes 2026-05-07 22:03:09 -04:00
parent bb1df9b58b
commit 9c351d12d1
5 changed files with 955 additions and 582 deletions

7
deploy.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
git fetch
git switch deployment
git pull
docker compose up -d --build --force-recreate