modified "parent folder" icon to not be confused with upload icon

Massimo Melina committed Apr 2, 2023 at 21:31 UTC 0ff4c6c21abd6a4c546daa4c9841cfcee97922c9
4 files changed +46 -10
frontend/fontello-config.json
+36 -6
@@ -78,12 +78,6 @@
78 "code": 59392,
79 "src": "fontawesome"
80 },
81 - {
82 - "uid": "dea706a9bd3144316ce37406ec10f469",
83 - "css": "level-up",
84 - "code": 61768,
85 - "src": "fontawesome"
86 - },
81 {
82 "uid": "1b5a5d7b7e3c71437f5a26befdd045ed",
83 "css": "doc",
@@ -167,6 +161,42 @@
161 "css": "upload",
162 "code": 61487,
163 "src": "mfglabs"
164 + },
165 + {
166 + "uid": "7480a298ce334eef70193895e799c3fd",
167 + "css": "audio",
168 + "code": 59393,
169 + "src": "elusive"
170 + },
171 + {
172 + "uid": "e7ab5637425cce7dd2176302ddaf1c08",
173 + "css": "music",
174 + "code": 59397,
175 + "src": "elusive"
176 + },
177 + {
178 + "uid": "381da2c2f7fd51f8de877c044d7f439d",
179 + "css": "picture",
180 + "code": 59409,
181 + "src": "fontawesome"
182 + },
183 + {
184 + "uid": "dc3f1d5b1d006f7f7b3b6295eccab9da",
185 + "css": "camera",
186 + "code": 59410,
187 + "src": "fontawesome"
188 + },
189 + {
190 + "uid": "0f99ab40ab0b4d64a74f2d0deeb03e42",
191 + "css": "video",
192 + "code": 59413,
193 + "src": "fontawesome"
194 + },
195 + {
196 + "uid": "555ef8c86832e686fef85f7af2eb7cde",
197 + "css": "left",
198 + "code": 59414,
199 + "src": "fontawesome"
200 }
201 ]
202 }
\ No newline at end of file
frontend/public/fontello.css
+9 -3
@@ -1,6 +1,7 @@
1 @font-face {
2 font-family: 'fontello';
3 - src: url('fontello.woff2?66723712') format('woff2'); font-weight: normal;
3 + src: url('fontello.woff2?19258766') format('woff2'); font-weight: normal;
4 + font-weight: normal;
5 font-style: normal;
6 }
7 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
@@ -9,7 +10,7 @@
10 @media screen and (-webkit-min-device-pixel-ratio:0) {
11 @font-face {
12 font-family: 'fontello';
12 - src: url('../font/fontello.svg?66723712#fontello') format('svg');
13 + src: url('../font/fontello.svg?19258766#fontello') format('svg');
14 }
15 }
16 */
@@ -49,9 +50,11 @@
50 }
51
52 .fa-cog:before { content: '\e800'; } /* '' */
53 +.fa-audio:before { content: '\e801'; } /* '' */
54 .fa-doc:before { content: '\e802'; } /* '' */
55 .fa-stop:before { content: '\e803'; } /* '' */
56 .fa-play:before { content: '\e804'; } /* '' */
57 +.fa-music:before { content: '\e805'; } /* '' */
58 .fa-cancel:before { content: '\e806'; } /* '' */
59 .fa-edit:before { content: '\e807'; } /* '' */
60 .fa-check:before { content: '\e808'; } /* '' */
@@ -63,8 +66,12 @@
66 .fa-to_start:before { content: '\e80e'; } /* '' */
67 .fa-retweet:before { content: '\e80f'; } /* '' */
68 .fa-to_end:before { content: '\e810'; } /* '' */
69 +.fa-picture:before { content: '\e811'; } /* '' */
70 +.fa-camera:before { content: '\e812'; } /* '' */
71 .fa-search:before { content: '\e813'; } /* '' */
72 .fa-logout:before { content: '\e814'; } /* '' */
73 +.fa-video:before { content: '\e815'; } /* '' */
74 +.fa-left:before { content: '\e816'; } /* '' */
75 .fa-spin6:before { content: '\e839'; } /* '' */
76 .fa-crown:before { content: '\e844'; } /* '' */
77 .fa-download:before { content: '\f02e'; } /* '' */
@@ -73,5 +80,4 @@
80 .fa-menu:before { content: '\f0c9'; } /* '' */
81 .fa-quote:before { content: '\f10d'; } /* '' */
82 .fa-unlink:before { content: '\f127'; } /* '' */
76 -.fa-level-up:before { content: '\f148'; } /* '' */
83 .fa-archive:before { content: '\f1c6'; } /* '' */
frontend/public/fontello.woff2
Binary files a/frontend/public/fontello.woff2 and b/frontend/public/fontello.woff2 differ
frontend/src/icons.ts
+1 -1
@@ -14,7 +14,7 @@ const SYS_ICONS = {
14 archive: '📦',
15 logout: '🚪',
16 home: '🏠',
17 - parent: '⬅:level-up mirror',
17 + parent: '⬅:left',
18 folder: '📂',
19 file: '📄:doc',
20 spinner: '🎲:spin6 spinner',