Since the rewrite started I've been using the Batch iconfont, just as a change from everything using FA.
Batch has a fiddly way of an implementation, and so using FontAwesome would be way easier in the long run. Especially with clients setting their own actions and icons.
I made up my mind and as another alternative Feather also seems viable. The biggest issue I have with FA is that it's icons are not equally proportioned and that looks quite off in interfaces.
What's to be done
Integrate Feather icons
Locate all instances of Batch being used and replace them with the corresponding Feather icon
Improve the Post/Action/Item component to use Feather icons by name instead of the Batch way and including the actual unicode icon in the `ACTIONS´ client configuration.
Since the rewrite started I've been using the Batch iconfont, just as a change from everything using FA.
Batch has a fiddly way of an implementation,
and so using FontAwesome would be way easier in the long run. Especially with clients setting their own actions and icons.I made up my mind and as another alternative Feather also seems viable. The biggest issue I have with FA is that it's icons are not equally proportioned and that looks quite off in interfaces.
What's to be done