Skip to content

Commit

Permalink
Web: Client: Files: Added kDrive, WebDav and Yandex clouds icons for …
Browse files Browse the repository at this point in the history
…tree menu
  • Loading branch information
ilyaoleshko committed Sep 30, 2021
1 parent 77bc8eb commit ebcb6c9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ class TreeFolders extends React.Component {
iconUrl = "/static/images/cloud.services.onedrive.react.svg";
break;
case "kDrive":
iconUrl = "/static/images/catalog.folder.react.svg";
iconUrl = "/static/images/cloud.services.kdrive.react.svg";
break;
case "Yandex":
iconUrl = "/static/images/catalog.folder.react.svg";
iconUrl = "/static/images/cloud.services.yandex.react.svg";
break;
case "NextCloud":
iconUrl = "/static/images/cloud.services.nextcloud.react.svg";
Expand All @@ -134,7 +134,7 @@ class TreeFolders extends React.Component {
iconUrl = "/static/images/catalog.folder.react.svg";
break;
case "WebDav":
iconUrl = "/static/images/catalog.folder.react.svg";
iconUrl = "/static/images/cloud.services.webdav.react.svg";
break;
default:
break;
Expand Down
10 changes: 10 additions & 0 deletions public/images/cloud.services.kdrive.react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/images/cloud.services.webdav.react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/images/cloud.services.yandex.react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebcb6c9

Please sign in to comment.