-
Notifications
You must be signed in to change notification settings - Fork 275
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
Template management func generation UI #5132
Conversation
@@ -416,6 +416,18 @@ const rightClickMenuItems = computed(() => { | |||
disabled, | |||
}); | |||
} | |||
if ( | |||
restorableSelectedComponents.value.length === 0 && | |||
featureFlagsStore.TEMPLATE_MGMT_FUNC_GENERATION |
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.
Does this also ensure that no view hexagons are selected?
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.
Yes! The code on line 298 prevents any of the stuff below that line from having view hexagons selected.
@@ -18,6 +18,7 @@ const FLAG_MAPPING = { | |||
REBAC: "rebac", | |||
OUTLINER_VIEWS: "diagram-outline-show-views", | |||
SLACK_WEBHOOK: "slack_webhook", | |||
TEMPLATE_MGMT_FUNC_GENERATION: "template-mgmt-func-generation", |
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.
🙏
6cbcebe
6cbcebe
to
36cb613
Compare
9365e87
to
77346c3
Compare
Screen.Recording.2024-12-13.at.5.01.41.PM.mov
also some
VormInput
fixes, a fix on the diagam, some newModelingDiagram
debug info, and a little refactoring