Skip to content

Commit 4bc5a78

Browse files
hagaygocoderaiser
authored andcommitted
feature: cloudcmd: add context menu option to toggle file selection (#420)
1 parent 0f5fe2d commit 4bc5a78

File tree

8 files changed

+14
-0
lines changed

8 files changed

+14
-0
lines changed

client/modules/menu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function getMenuData(isAuth) {
126126
CloudCmd.Upload.show();
127127
},
128128
'Upload From Cloud': uploadFromCloud,
129+
'Toggle File Selection': DOM.toggleSelectedFile,
129130
'(Un)Select All': DOM.toggleAllSelectedFiles,
130131
};
131132

css/icons.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
content: '\e811 ';
8484
}
8585

86+
.icon-toggle-file-selection::before {
87+
font-family: 'Fontello';
88+
content: '\e81f ';
89+
}
90+
8691
.icon-unselect-all::before {
8792
font-family: 'Fontello';
8893
content: '\e812 ';

font/fontello.eot

136 Bytes
Binary file not shown.

font/fontello.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@
192192
"code": 59422,
193193
"src": "fontawesome"
194194
},
195+
{
196+
"uid": "12f4ece88e46abd864e40b35e05b11cd",
197+
"css": "ok",
198+
"code": 59423,
199+
"src": "fontawesome"
200+
},
195201
{
196202
"uid": "60617c8adc1e7eb3c444a5491dd13f57",
197203
"css": "attention-circled-1",

font/fontello.svg

Lines changed: 2 additions & 0 deletions
Loading

font/fontello.ttf

136 Bytes
Binary file not shown.

font/fontello.woff

76 Bytes
Binary file not shown.

font/fontello.woff2

116 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)