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

Allow ZAC extensions to define additional items for the "More Actions" drop down #324

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

rgallettonf
Copy link
Contributor

  • refactored header component "requestActions()" functions to emit generic actions to support extension service actions
  • added No-Op functions for forms that don't require additional "More Actions" items
Screen Shot 2024-04-25 at 10 51 07 AM

…" drop down

* refactored header component "requestActions()" functions to emit generic actions to support extension service actions
* added No-Op functions for forms that don't require additional "More Actions" items
Copy link

vercel bot commented Apr 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ziti-console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 26, 2024 8:05pm

@dovholuknf
Copy link
Member

would it be possible to make a sample and document how this kind of extension would work? maybe point to some angular doc/links that cover it, that sorta thing?

@@ -28,6 +28,7 @@
(dataChange)="dataChanged($event)"
>
<ng-content select="[slot=provider]" slot="provider"></ng-content>
<ng-content select="[slot=registration]" slot="registration"></ng-content>
Copy link
Member

Choose a reason for hiding this comment

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

we spoke live about making these sorts of things more generic and thinking about pages as "layouts" not as "openziti" vs "specific" extensions. for example, "registration" slot is very specific. it'd be better, imo, as somethinglike "column 2, slot 1" or something like that...

@rgallettonf
Copy link
Contributor Author

Updated PR with extension service example & README.md

Updated edge router extension/project slots to use more generic naming

@rgallettonf rgallettonf merged commit 79c5d9c into main Apr 29, 2024
3 checks passed
@rgallettonf rgallettonf deleted the 323-more-actions-extensions branch April 29, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow ZAC extensions to define additional items for the "More Actions" drop down
2 participants