feat: Import from Files works, remove pipeline button from files page

- Import from Files now navigates back to the tool page with the
  selected file loaded (uses selectForTool router state)
- Tool page skips file store reset when arriving from the library
- Removed "Open in Pipeline" button from file details and file list
- Button text changes to "Select File" when in file-selection mode
This commit is contained in:
SnapOtter
2026-06-14 21:43:58 +08:00
parent b5eef644e3
commit b8a6b2018e
24 changed files with 40 additions and 31 deletions
+1
View File
@@ -3214,6 +3214,7 @@ export const ar: TranslationKeys = {
noFilesFound: "No files found",
selectFilePrompt: "Select a file to view details",
openFile: "Open File",
selectFile: "Select File",
openInPipeline: "Open in Pipeline",
name: "Name",
format: "Format",