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:
parent
bb1df9b58b
commit
9c351d12d1
5 changed files with 955 additions and 582 deletions
7
deploy.sh
Executable file
7
deploy.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue