feat(stage3): support opening existing .ti2 target files to jump to Stage 3 (resolves #140) #143

Merged
gronod merged 1 commits from feat/resume-stage3-140 into development 2026-08-29 17:49:42 +01:00
Owner

Summary

  • Extends the target selection mechanism with select_existing_target supporting both .ti1 and .ti2 target files.
  • Implements parse_ti2_header command in Tauri/Rust to extract instrument, patch count, colorants, and page metadata.
  • Updates Stage 1 UI with an "Open Target..." button that automatically jumps to Stage 3 when a .ti2 file is selected, or to Stage 2 when a .ti1 file is selected.
  • Adds an active target context banner in Stage 3 showing target filename, patch count, instrument, and directory.
  • Updates wizardState with stage navigation support.

Resolves #140.

### Summary - Extends the target selection mechanism with `select_existing_target` supporting both `.ti1` and `.ti2` target files. - Implements `parse_ti2_header` command in Tauri/Rust to extract instrument, patch count, colorants, and page metadata. - Updates Stage 1 UI with an "Open Target..." button that automatically jumps to Stage 3 when a `.ti2` file is selected, or to Stage 2 when a `.ti1` file is selected. - Adds an active target context banner in Stage 3 showing target filename, patch count, instrument, and directory. - Updates `wizardState` with stage navigation support. Resolves #140.
gronod added 1 commit 2026-08-29 17:49:38 +01:00
gronod merged commit 8e9529b61c into development 2026-08-29 17:49:42 +01:00
gronod deleted branch feat/resume-stage3-140 2026-08-29 17:49:42 +01:00
Sign in to join this conversation.