Fix/tauri overlay#494
Merged
Merged
Conversation
✅ Deploy Preview for flowfile-wasm canceled.
|
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.
This pull request updates the Flowfile project to version 0.11.2 and introduces several improvements and fixes, particularly for the frontend user experience and test coverage. The most important changes are grouped below.
Version Bump (All Packages):
__init__.pyinflowfile,flowfile_core,flowfile_frame,flowfile_worker), Rust (Cargo.toml), JavaScript/Node (package.json,package-lock.json), Tauri config (tauri.conf.json), and the project root (pyproject.toml). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Frontend Modal and Overlay Improvements:
append-to-bodyso overlays are not clipped by parent containers, fixing issues in WKWebView (Tauri) and improving cross-platform consistency. [1] [2] [3]<Teleport>to ensure help dialogs render above all other overlays, addressing overlay stacking and clipping issues. [1] [2] [3]Drag-and-Drop UX Fixes:
user-select: noneelements.Test Coverage and Regression Guards:
Documentation and Formatting:
These changes collectively improve the reliability and user experience of modals and drag-and-drop in the Flowfile frontend, while also ensuring the version is consistently updated across all components.