UI: post-MSI fixes — Detection→Models, tab reorder, real save-to-folder#1
Merged
Conversation
- Rename the "Detection" tab + screen to "Models" (matches the internal name) - Reorder sidebar to Redact · Models · History · Advanced · About - De-duplicate "Clear history": keep it on the History tab, drop the Advanced copy - Make "Save redacted files to" real: folder picker (Tauri dialog) + persisted path (default Downloads/Frisket), write via Rust write_text_file/ensure_dir, quiet "Saved ✓" with an on-demand "Show in folder" - Fix About acknowledgements: drop PyMuPDF (unused here); credit pdf.js, Transformers.js, ONNX Runtime - Enable logging in release builds so the log directory exists and About → Open works - Tone down + unify the privacy copy; flex the path-field layout so rows don't overflow Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Post-MSI UX fixes from first-install testing.
Downloads/Frisket), files written via Rustwrite_text_file/ensure_dir, with a quiet "Saved ✓" and an on-demand "Show in folder".Verify
npx tsc --noEmitclean;npm test(engine) passing.