Welcome modal + port 8085
Add a dismissable welcome modal that walks first-time users through the proper annotation sequence (slider to end → check open ROIs → slider to start → arrow-key fine-tune → click). Stays hidden after the first "Got it" via localStorage; the ? button in the header reopens it any time. Picker keyboard shortcuts are inert while the modal is showing. Container exposes 8085 instead of 8000 (8000 was free, but Giorgio's preferred 8082 is already in use on this host; 8085 is the closest free port). Internal port stays 8000 so the FastAPI app is unchanged. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
3f0760c98e
commit
12568b82cc
3 changed files with 104 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ services:
|
|||
image: cupido-barrier-picker
|
||||
container_name: cupido-barrier-picker
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8085:8000"
|
||||
volumes:
|
||||
# Project data volume (videos + tracking DBs + merged TSV) — read-only.
|
||||
- /mnt/data/projects/cupido:/mnt/data/projects/cupido:ro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue