-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
… release of gridicons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests well for me, thanks @rodrigoi!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet, works great for me too 👍
If we're only using a handful (looks like roughly 1/8 of them), and they change fairly rarely, I'd vote for us continuing to save the bits transferred and keep manually patching until it becomes more of an issue. |
Last time I checked, the gridicons were written in such a way that they were all bundled up together and the On the other hand, if it's updated, or if we update it, so that it can also create ES modules and we can import only the ones we want and let webpack trim down the bundle then that's a more stable long-term solution |
this hasn't been deployed yet. Will let you know when it is 😉 |
@jancavan This is in production now 👍 |
Fixes #186
Updates the reply icon for consistency with the latest release of gridicons, since we are not using the npm package, but a subset of icons on
src/templates/gridicons.jsx
notifications-panel/src/templates/gridicons.jsx
Line 192 in 5ef6610
Maybe we should consider using the npm package instead...
To test:
References:
Automattic/gridicons#255
Automattic/wp-calypso#18891