Skip to content
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

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

wendybujalski
Copy link
Contributor

@wendybujalski wendybujalski commented Dec 13, 2024

Screen.Recording.2024-12-13.at.5.01.41.PM.mov

also some VormInput fixes, a fix on the diagam, some new ModelingDiagram debug info, and a little refactoring

@@ -416,6 +416,18 @@ const rightClickMenuItems = computed(() => {
disabled,
});
}
if (
restorableSelectedComponents.value.length === 0 &&
featureFlagsStore.TEMPLATE_MGMT_FUNC_GENERATION
Copy link
Contributor

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?

Copy link
Contributor Author

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.

jobelenus
jobelenus previously approved these changes Dec 13, 2024
zacharyhamm
zacharyhamm previously approved these changes Dec 13, 2024
@@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@wendybujalski wendybujalski dismissed stale reviews from zacharyhamm and jobelenus via 6cbcebe December 13, 2024 22:15
@wendybujalski wendybujalski force-pushed the wendy/eng-2878-extract-to-mgmt-func-modal branch from 6cbcebe to 36cb613 Compare December 13, 2024 22:16
zacharyhamm
zacharyhamm previously approved these changes Dec 13, 2024
@wendybujalski wendybujalski force-pushed the wendy/eng-2878-extract-to-mgmt-func-modal branch from 9365e87 to 77346c3 Compare December 13, 2024 23:22
@wendybujalski wendybujalski added this pull request to the merge queue Dec 13, 2024
Merged via the queue into main with commit d3b57c6 Dec 13, 2024
9 checks passed
@wendybujalski wendybujalski deleted the wendy/eng-2878-extract-to-mgmt-func-modal branch December 13, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants