refactor(web): portal to follow elem migration#35892
Merged
Merged
Conversation
added 2 commits
May 7, 2026 18:19
…mponents - Removed legacy PortalToFollowElem references in various components. - Introduced DropdownMenu and Popover components for improved UI interactions. - Updated related tests to reflect the new component structure. - Cleaned up unused imports and adjusted component props accordingly.
- Updated components to use the new Dialog component from @langgenius/dify-ui instead of the legacy Modal. - Adjusted related test files to mock the Dialog component appropriately. - Cleaned up imports and ensured consistent usage of the new Dialog structure across the application.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #35892 +/- ##
==========================================
- Coverage 85.83% 85.81% -0.02%
==========================================
Files 4462 4456 -6
Lines 209154 208973 -181
Branches 39116 39088 -28
==========================================
- Hits 179519 179328 -191
- Misses 26460 26470 +10
Partials 3175 3175
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Copilot stopped work on behalf of
lyzno1 due to an error
May 7, 2026 12:01
lyzno1
approved these changes
May 7, 2026
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.
Summary
replace portal-to-follow-elem to dify-ui
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods