feat: refactor UI and service components, improve flexibility, and ad… - #29
Merged
Conversation
…d collision-free output path resolution - Introduced dynamic widget enablement and interaction logic for sliders, inputs, and buttons. - Added `resolve_unique_output_paths` to prevent file overwrites in batch compression. - Enhanced `WindowKind` with default sizes, localized titles, and a centralized `view` function. - Modularized header rendering with optional trailing actions via `get_header_with_actions`. - Improved EXIF handling with simplified macro-based logic. - Updated Cargo dependencies.
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.
…d collision-free output path resolution
resolve_unique_output_pathsto prevent file overwrites in batch compression.WindowKindwith default sizes, localized titles, and a centralizedviewfunction.get_header_with_actions.