refactor(web): migrate workflow panel context menu primitive#35787
Merged
Conversation
aa107eb to
6f248c8
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #35787 +/- ##
=======================================
Coverage 85.66% 85.66%
=======================================
Files 4461 4461
Lines 209051 209059 +8
Branches 39074 39080 +6
=======================================
+ Hits 179084 179092 +8
Misses 26803 26803
Partials 3164 3164
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:
|
hyoban
approved these changes
May 4, 2026
hyoban
approved these changes
May 5, 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
@langgenius/dify-ui/context-menuprimitivesTests
pnpm -C web test app/components/workflow/__tests__/panel-contextmenu.spec.tsx app/components/workflow/hooks/__tests__/use-panel-interactions.spec.ts app/components/workflow/store/workflow/__tests__/panel-slice.spec.ts app/components/workflow/store/__tests__/workflow-store.spec.ts app/components/workflow/hooks/__tests__/use-selection-interactions.spec.tspnpm -C web exec eslint app/components/workflow/panel-contextmenu.tsx app/components/workflow/hooks/use-panel-interactions.ts app/components/workflow/store/workflow/panel-slice.ts app/components/workflow/__tests__/panel-contextmenu.spec.tsx app/components/workflow/hooks/__tests__/use-panel-interactions.spec.ts app/components/workflow/hooks/__tests__/use-selection-interactions.spec.ts app/components/workflow/store/workflow/__tests__/panel-slice.spec.ts app/components/workflow/store/__tests__/workflow-store.spec.tspnpm -C web type-check