diff --git a/samples/react-flow-dashboard/README.md b/samples/react-flow-dashboard/README.md index 89904da81..2c69f2447 100644 --- a/samples/react-flow-dashboard/README.md +++ b/samples/react-flow-dashboard/README.md @@ -4,6 +4,11 @@ This web part demonstrates displaying the list of flows and perform some basic actions on the flow. +Flow Dashboard + +Flow run history + +Enabling stopped or suspended flows ![](./assets/react-flow-dashboard.gif) diff --git a/samples/react-flow-dashboard/assets/Dashboard.mp4 b/samples/react-flow-dashboard/assets/Dashboard.mp4 new file mode 100644 index 000000000..b6c47650f Binary files /dev/null and b/samples/react-flow-dashboard/assets/Dashboard.mp4 differ diff --git a/samples/react-flow-dashboard/assets/Enablingflows.mp4 b/samples/react-flow-dashboard/assets/Enablingflows.mp4 new file mode 100644 index 000000000..b71a75aab Binary files /dev/null and b/samples/react-flow-dashboard/assets/Enablingflows.mp4 differ diff --git a/samples/react-flow-dashboard/assets/Flow run history.mp4 b/samples/react-flow-dashboard/assets/Flow run history.mp4 new file mode 100644 index 000000000..963ccd2d9 Binary files /dev/null and b/samples/react-flow-dashboard/assets/Flow run history.mp4 differ diff --git a/samples/react-flow-dashboard/assets/sample.json b/samples/react-flow-dashboard/assets/sample.json index af6514eb5..1b93f7968 100644 --- a/samples/react-flow-dashboard/assets/sample.json +++ b/samples/react-flow-dashboard/assets/sample.json @@ -24,9 +24,21 @@ ], "thumbnails": [ { - "type": "image", + "type": "video", "order": 100, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/react-flow-dashboard.gif", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Dashboard.mp4", + "alt": "Web Part Preview" + }, + { + "type": "video", + "order": 101, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Flow run history.mp4", + "alt": "Flow run history" + }, + { + "type": "video", + "order": 102, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Enablingflows.mp4", "alt": "Web Part Preview" } ],