-
Notifications
You must be signed in to change notification settings - Fork 65
Add the ability to contribute frontend-defined tools in the palette #2252
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
Comments
frouene
added a commit
that referenced
this issue
Sep 5, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
39 tasks
39 tasks
frouene
added a commit
that referenced
this issue
Sep 5, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
frouene
added a commit
that referenced
this issue
Sep 5, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
frouene
added a commit
that referenced
this issue
Sep 6, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
frouene
added a commit
that referenced
this issue
Sep 7, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
frouene
added a commit
that referenced
this issue
Sep 8, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
frouene
added a commit
that referenced
this issue
Sep 11, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
sbegaudeau
pushed a commit
that referenced
this issue
Sep 11, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
sbegaudeau
pushed a commit
that referenced
this issue
Sep 11, 2023
Bug: #2252 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using an architecture similar to our various contribution mechanisms, it should be possible for an application integrating Sirius Web to contribute React Components tools to the palette. This work should thus introduce a new
DiagramPaletteToolContribution
in a similar fashion as theTreeItemContextMenuContribution
.Such tool will have the ability to perform any HTTP request or user interaction such as opening dialogs for example.
The text was updated successfully, but these errors were encountered: