Bug: stage 1 .ti1 file browse button doesn't work #103

Closed
opened 2026-08-25 19:05:37 +01:00 by gronod · 1 comment
Owner

The first stage doesn't allow browsing for a location, and adding file name for default path doesn't enable the create ti1 button.

The first stage doesn't allow browsing for a location, and adding file name for default path doesn't enable the create ti1 button.
gronod added the Kind/Bug
Reviewed
Confirmed
1
Priority
Critical
1
labels 2026-08-25 19:05:37 +01:00
Author
Owner

Resolved and merged via PR #104.

  • Replaced undefined window.__TAURI__.dialog with native backend Tauri commands select_target_file and select_directory.
  • Restored btnGenerate input event listener and working directory check so entering a target filename enables .ti1 target generation.
  • All CI unit tests (#7147 & #7148) passed.
Resolved and merged via PR #104. - Replaced undefined `window.__TAURI__.dialog` with native backend Tauri commands `select_target_file` and `select_directory`. - Restored `btnGenerate` input event listener and working directory check so entering a target filename enables `.ti1` target generation. - All CI unit tests (#7147 & #7148) passed.
Sign in to join this conversation.