Re: Align the FontAwesome5Type class with the latest 5x version

2024-04-22 Thread Josh Tynjala
Personally, I usually just push all of my commits to develop without any cleanup. I don't like changing history in Git, even if it is messy. However, I know many others like to clean up their changes to look nicer. Everyone has their own preferences. It is possible to "squash" multiple commits

Re: Align the FontAwesome5Type class with the latest 5x version

2024-04-22 Thread Josh Tynjala
I see in the documentation that the font name is called "Font Awesome 5 Pro". font-family: "Font Awesome 5 Pro"; So maybe I'd go with FontAwesome5ProType. -- Josh Tynjala Bowler Hat LLC On Mon, Apr 22, 2024 at 4:45 PM Maria Jose Esteve wrote: > Thanks for responding

RE: Align the FontAwesome5Type class with the latest 5x version

2024-04-22 Thread Maria Jose Esteve
Hi, I finished the work yesterday (included an update to the MaterialIconType class as well) and would like to include it in the repository to move on to something else. If it's okay, tomorrow morning (in 8 hours), if no one has any objection I will mix in develop. I need you to tell me how

RE: Align the FontAwesome5Type class with the latest 5x version

2024-04-22 Thread Maria Jose Esteve
Thanks for responding Josh and for the link. I also like to keep the history because, in case of problems, it always helps me. From now on I will try not to make "silly commits" and I will upload everything :) if no one tells me otherwise. Since I uploaded the entire repo I can't use squash,