You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,12 @@ Verification can be done in two ways:
84
84
85
85
### 5. UI
86
86
87
-

87
+

88
88
89
89
- For various icons you can either use the standard Bootstrap Gylphicon (the classname will be prefixed with `glyphicon glyphicon-`) or a built-in icon.
90
+
- You can switch the type label, previews off
91
+
- You can switch off the progress bar once it has been uploaded.
92
+
- For the progress bar you can set different colors, depending on the status
Copy file name to clipboardExpand all lines: src/FileDropper.xml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,10 +213,28 @@ Note: Only non-persistent entities are accepted.
213
213
<caption>Show image previews</caption>
214
214
<description>Show previews of images. The widget will determine by itself, based on the Mime type, whether or not it can show a preview. It does this by analyzing the file and if it determines it is a 'image/*' file, show a base64 encoded version of the image.</description>
0 commit comments