Add Previous button, remove Save button, warn before overwriting annotations
- Previous: saves current clip and navigates back through session history; disabled on the first clip, re-enabled automatically as you advance. - Next: shows a dialog when a saved annotation already exists, letting the annotator choose to replace it or keep the existing save before advancing. - Removed the standalone Save button; Next auto-saves on every advance. - Skip already wrote nothing to disk; clarified in README. - Refactored _advance_clip into _switch_ui_to_clip (shared with prev/next). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -131,9 +131,9 @@ The window shows the video on the left (auto-playing) and the survey panel on th
|
||||
| Undo last stroke | **Undo** |
|
||||
| Clear entire mask | **Clear** |
|
||||
| Adjust brush size | Slider next to the erase controls |
|
||||
| Save and continue | **Next** — saves current clip and loads the next one |
|
||||
| Skip without saving | **Skip** — discards changes and loads the next one |
|
||||
| Save only | **Save** — writes to disk without advancing |
|
||||
| Save and continue | **Next** — saves current clip and loads the next one. If the clip already has a saved annotation a dialog asks whether to replace it or keep the existing save. |
|
||||
| Go back | **Previous** — saves current clip and returns to the previously viewed clip. Disabled on the first clip. |
|
||||
| Skip without saving | **Skip** — discards any unsaved changes and loads the next clip without writing anything to disk. |
|
||||
| Restore last save | **Reload Saved** — reverts mask and answers to what was last written |
|
||||
|
||||
## Output
|
||||
|
||||
Reference in New Issue
Block a user