Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/238324

Change subject: [WIP] [BREAKING CHANGE] Move unused icons out of core set
......................................................................

[WIP] [BREAKING CHANGE] Move unused icons out of core set

The core set should only contain icons that are actually used by
the library itself.

TODO:
* Find another place to move these icons to
* Expand this into a full icon refactor and release all of the
  resulting breaking changes at once

Change-Id: Ifcdfb8d19822aed98b4a66bb779ce615ea803766
---
M src/themes/mediawiki/icons.json
1 file changed, 1 insertion(+), 37 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/24/238324/1

diff --git a/src/themes/mediawiki/icons.json b/src/themes/mediawiki/icons.json
index a79b329..8cd0291 100644
--- a/src/themes/mediawiki/icons.json
+++ b/src/themes/mediawiki/icons.json
@@ -22,55 +22,19 @@
        },
        "images": {
                "add": { "file": "images/icons/add.svg", "variants": [ 
"constructive" ] },
-               "advanced": { "file": "images/icons/advanced.svg" },
                "alert": { "file": "images/icons/alert.svg", "variants": [ 
"warning" ] },
-               "cancel": { "file": "images/icons/cancel.svg" },
                "check": { "file": "images/icons/check.svg", "variants": [ 
"constructive", "progressive", "destructive" ] },
-               "circle": { "file": "images/icons/circle.svg", "variants": [ 
"constructive" ] },
                "close": { "file": {
                        "ltr": "images/icons/close-ltr.svg",
                        "rtl": "images/icons/close-rtl.svg"
                } },
-               "code": { "file": "images/icons/code.svg" },
                "collapse": { "file": "images/icons/collapse.svg" },
-               "comment": { "file": "images/icons/comment.svg" },
-               "ellipsis": { "file": "images/icons/ellipsis.svg" },
                "expand": { "file": "images/icons/expand.svg" },
-               "help": { "file": {
-                       "ltr": "images/icons/help-ltr.svg",
-                       "rtl": "images/icons/help-rtl.svg",
-                       "lang": {
-                               "he,yi": "images/icons/help-ltr.svg"
-                       }
-               } },
-               "history": { "file": "images/icons/history.svg" },
                "info": { "file": "images/icons/info.svg" },
-               "menu": { "file": "images/icons/menu.svg" },
-               "next": { "file": {
-                       "ltr": "images/icons/move-ltr.svg",
-                       "rtl": "images/icons/move-rtl.svg"
-               } },
-               "notice": { "file": "images/icons/notice.svg" },
-               "picture": { "file": "images/icons/picture.svg" },
-               "previous": { "file": {
-                       "ltr": "images/icons/move-rtl.svg",
-                       "rtl": "images/icons/move-ltr.svg"
-               } },
-               "redo": { "file": {
-                       "ltr": "images/icons/arched-arrow-ltr.svg",
-                       "rtl": "images/icons/arched-arrow-rtl.svg"
-               } },
                "remove": { "file": "images/icons/remove.svg", "variants": [ 
"destructive" ] },
                "search": { "file": {
                        "ltr": "images/icons/search-ltr.svg",
                        "rtl": "images/icons/search-rtl.svg"
-               } },
-               "settings": { "file": "images/icons/settings.svg" },
-               "tag": { "file": "images/icons/tag.svg", "variants": [ 
"destructive", "warning", "constructive", "progressive" ] },
-               "undo": { "file": {
-                       "ltr": "images/icons/arched-arrow-rtl.svg",
-                       "rtl": "images/icons/arched-arrow-ltr.svg"
-               } },
-               "window": { "file": "images/icons/window.svg" }
+               } }
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/238324
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifcdfb8d19822aed98b4a66bb779ce615ea803766
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to