refactor(web): replace portal component with DropdownMenu in various components#35319
Merged
CodingOnStar merged 23 commits intomainfrom Apr 17, 2026
Merged
refactor(web): replace portal component with DropdownMenu in various components#35319CodingOnStar merged 23 commits intomainfrom
CodingOnStar merged 23 commits intomainfrom
Conversation
added 2 commits
April 16, 2026 15:30
…s components - Updated PublishWithMultipleModel, AppSidebarDropdown, DatasetSidebarDropdown, and others to use DropdownMenu for dropdown functionality. - Adjusted related tests to reflect the new DropdownMenu structure. - Enhanced the user interface by improving dropdown interactions and accessibility.
…s components - Updated DebugItem, MobileOperationDropdown, and Operation components to utilize DropdownMenu for improved dropdown functionality. - Removed deprecated Dropdown component references and adjusted related tests accordingly. - Enhanced user interactions and accessibility across dropdown menus.
…and dropdown migrations Toast and dropdown have been fully migrated — legacy directories deleted, zero remaining imports, ESLint restrictions removed. Remove the outdated "Toast migration strategy" section and split the Scope list into "still in progress" vs "completed". Made-with: Cursor
9732ec1 to
389901d
Compare
…bility - Modified test cases in various components to utilize async methods like and for better handling of asynchronous rendering. - Ensured that elements are properly awaited before assertions, enhancing test stability and accuracy.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #35319 +/- ##
==========================================
+ Coverage 85.08% 85.16% +0.07%
==========================================
Files 4397 4396 -1
Lines 201757 201732 -25
Branches 38324 38320 -4
==========================================
+ Hits 171664 171796 +132
+ Misses 26987 26830 -157
Partials 3106 3106
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:
|
…35347) Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#35298) Co-authored-by: ai-hpc <ai-hpc@users.noreply.github.com> Co-authored-by: Asuka Minato <i@asukaminato.eu.org> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Contributor
Pyrefly Type Coverage
|
lyzno1
approved these changes
Apr 17, 2026
Contributor
Pyrefly DiffNo changes detected. |
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.
Important
Fixes #<issue number>.Summary
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods