Skip to content

Commit

Permalink
Provide dedicated, vendor-neutral icons (#9911)
Browse files Browse the repository at this point in the history
* Provide dedicated, vendor-neutral icons

* Add changelog

* Add markdown icon

* add docf, oform
  • Loading branch information
lookacat authored Nov 6, 2023
1 parent 816be91 commit 72ad898
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 7 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-provide-neutral-file-icons
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Provide vendor neutral file icons

We replaced the icons for Document, Spreadsheet, Presentation, Forms and Markdown

https://github.com/owncloud/web/pull/9911
https://github.com/owncloud/web/issues/9847
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion packages/design-system/src/helpers/resourceIconMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
"name": "resource-type-document",
"color": "var(--oc-color-icon-document)"
},
"docf": {
"name": "resource-type-form",
"color": "var(--oc-color-icon-document)"
},
"oform": {
"name": "resource-type-form",
"color": "var(--oc-color-icon-document)"
},
"docm": {
"name": "resource-type-document",
"color": "var(--oc-color-icon-document)"
Expand Down Expand Up @@ -196,7 +204,7 @@
"color": "var(--oc-color-icon-document)"
},
"md": {
"name": "resource-type-file",
"name": "resource-type-markdown",
"color": "var(--oc-color-text-default)"
},
"mdb": {
Expand Down

0 comments on commit 72ad898

Please sign in to comment.