OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Replace react-icons dependency with official Font Awesome React component #864

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Feature

Why is this feature being added?

We are currently using the react-icons to include Font Awesome icons in the front-end. That library is no longer being maintained, and also is missing some of the newer icons that are included in Font Awesome 5.

Font Awesome now provides an official React component that can replace this: https://github.com/FortAwesome/react-fontawesome . This will allow us to have access to all Font Awesome icons, and also allow use the official component which continues to be maintained.

The official FA React component uses a simple declarative syntax: <FontAwesomeIcon icon="coffee"/>

What should your feature do?

dave5801 commented 6 years ago

@jjhampton Is this issue still open?

jjhampton commented 6 years ago

@dave5801 Yes, however it's currently assigned and has a PR that has been submitted and is waiting in the backlog for review/approval.