From 28f79efa15c2d8a25c1e2a93b947364761afee26 Mon Sep 17 00:00:00 2001 From: Diwakar Kumar Jha <diwakar.jha@uipath.com> Date: Tue, 14 May 2024 09:43:22 +0530 Subject: [PATCH] feat: move customlist demo app --- demo-apps/README.md | 3 ++- .../Custom_List_Demo_App.uiapp} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename demo-apps/controls/{Custom List Demo App.uiapp => custom-list/Custom_List_Demo_App.uiapp} (100%) diff --git a/demo-apps/README.md b/demo-apps/README.md index 4053355..400cdb1 100644 --- a/demo-apps/README.md +++ b/demo-apps/README.md @@ -13,4 +13,5 @@ | Textbox Control | This App demonstrates usage of text box control | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/textbox/Textbox_Control_Demo_App.uiapp) |1.0.0 | Mar 2024| | Form D Page Template | This App demonstrates the new form template released in April 2024 | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/templates/TemplateFormDFixedActionBar_DemoApp.uiapp) |1.0.0 | Apr 2024| | Header Content Page Template | This App demonstrates the new form header content template released in April 2024 | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/templates/TemplateHeaderContent_DemoApp.uiapp) |1.0.0 | Apr 2024| -| Header Two Columns Page Template | This App demonstrates the new form header two columns template released in April 2024 | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/templates/TemplateHeaderTwoColumns_DemoApp.uiapp) |1.0.0 | Apr 2024| +| Header Two Columns Page Template | This App demonstrates the new form header two columns template released in April 2024 | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/templates/TemplateHeaderTwoColumns_DemoApp.uiapp) |1.0.0 | Apr 2024| +| Custom list APP | This App demonstrates new custom list control | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-list/Custom_List_Demo_App.uiapp) |1.0.0 | May 2024| diff --git a/demo-apps/controls/Custom List Demo App.uiapp b/demo-apps/controls/custom-list/Custom_List_Demo_App.uiapp similarity index 100% rename from demo-apps/controls/Custom List Demo App.uiapp rename to demo-apps/controls/custom-list/Custom_List_Demo_App.uiapp