From e0eb7d3243c84c9a5990e94cc3449dbf10b74aa6 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 28 Feb 2023 11:52:41 +0100 Subject: [PATCH] update entity actions with images --- .../docs/entity-action-collection-menu.svg | 51 ++++++++++ .../entity-action-picker-context-menu.svg | 96 +++++++++++++++++++ .../docs/entity-action-workspace-menu.svg | 44 +++++++++ .../entity-bulk-action-collection-menu.svg | 52 ++++++++++ .../src/stories/extending/entity-actions.mdx | 50 +++++++++- 5 files changed, 292 insertions(+), 1 deletion(-) create mode 100644 src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-collection-menu.svg create mode 100644 src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-picker-context-menu.svg create mode 100644 src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-workspace-menu.svg create mode 100644 src/Umbraco.Web.UI.Client/public-assets/docs/entity-bulk-action-collection-menu.svg diff --git a/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-collection-menu.svg b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-collection-menu.svg new file mode 100644 index 0000000000..d9918b302a --- /dev/null +++ b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-collection-menu.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-picker-context-menu.svg b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-picker-context-menu.svg new file mode 100644 index 0000000000..6a3daa0be3 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-picker-context-menu.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-workspace-menu.svg b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-workspace-menu.svg new file mode 100644 index 0000000000..483aededf3 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-action-workspace-menu.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Umbraco.Web.UI.Client/public-assets/docs/entity-bulk-action-collection-menu.svg b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-bulk-action-collection-menu.svg new file mode 100644 index 0000000000..71b4e5eb5c --- /dev/null +++ b/src/Umbraco.Web.UI.Client/public-assets/docs/entity-bulk-action-collection-menu.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Umbraco.Web.UI.Client/src/stories/extending/entity-actions.mdx b/src/Umbraco.Web.UI.Client/src/stories/extending/entity-actions.mdx index 135c48d7de..8b32cfa43f 100644 --- a/src/Umbraco.Web.UI.Client/src/stories/extending/entity-actions.mdx +++ b/src/Umbraco.Web.UI.Client/src/stories/extending/entity-actions.mdx @@ -15,7 +15,40 @@ TODO: introduction to actions - **Entity Bulk Action:** Relates to an entity type: document, media, etc. Performs the action on a selection of items. - +## Entity Actions in the UI + + + + + + + + + + + + +
+
+ Sidebar Context Menu +
+ +
+
+ Workspace Action Menu +
+ +
+
+ Collection +
+ +
+
+ Pickers +
+ +
### Registering an Entity Action @@ -86,6 +119,21 @@ We currently have a couple of generic actions that can be used across silos, so TODO: List generic actions + List what alias' they are registered under. +## Entity Bulk Actions in the UI + + + + + + + +
+
+ Collection +
+ +
+ ### Registering an Entity Bulk Action TODO: can we show the typescript interface for the manifest?