-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move blocks between categories #265
base: main
Are you sure you want to change the base?
Conversation
Hi,i think that there is a possibility to split flows cross categories. Proposed solutions :
NB: Needs to support the case when we act on two or more linked blocks |
f8edf63
to
310d9e4
Compare
Thanks for your feedback 🙏 I worked on the first approch ✔️ 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 comment left 👏
const [qType, qEntity] = queryKey; | ||
|
||
return ( | ||
(qType === QueryType.collection && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's be specific by using qId
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
Motivation
This PR introduces functionality to move one or multiple selected blocks between different categories. This enhancement allows for smoother transitions of grouped blocks across flows, improving workflow organization and flexibility in flow management.
Fixes # (issue)
Type of change:
Please delete options that are not relevant.
Checklist: