From cc752abe409b1ef75db3c1a07e40aafa37f2a68b Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 17 Apr 2024 14:52:36 +0200 Subject: [PATCH] Added select button for storage tree, added icons for well-known file types, corrected bug with direct input to ws link input field --- ccp/index.html | 6 ++- ccp/js/inputwidgetcontroller.js | 45 ++++++++++++++++---- storage/d4s-storage.js | 74 +++++++++++++++++++++++++++------ 3 files changed, 102 insertions(+), 23 deletions(-) diff --git a/ccp/index.html b/ccp/index.html index 9beac90..563c11e 100644 --- a/ccp/index.html +++ b/ccp/index.html @@ -12,16 +12,18 @@ - + +
- +
+
diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index e5c599f..c858bff 100644 --- a/ccp/js/inputwidgetcontroller.js +++ b/ccp/js/inputwidgetcontroller.js @@ -289,7 +289,7 @@ class CCPBaseInputWidgetController extends HTMLElement {
-
+
` this.renderPlusMinus() @@ -594,9 +594,12 @@ class CCPRemoteFileInputWidgetController extends CCPBaseInputWidgetController {
-
-
Access your workspace
- x +
+
+
Access your workspace
+ x +
+ Select an item or drag and drop it to a proper input
+
+