cioraneanu / firefly-pico

A delightful Firefly III companion web app for effortless transaction tracking
GNU Affero General Public License v3.0
429 stars 19 forks source link

[Feature Request] FontAwesome Icons #84

Closed Marco77577 closed 4 months ago

Marco77577 commented 4 months ago

For some topics, there are just not the right icons when creating tags. Could you connect the app to FontAwesome to make use of their extensive library?

https://fontawesome.com/icons

cioraneanu commented 4 months ago

The list of icons can be improved but mixing styles creates a horrible UI (I've tried it...) This is disscused in #9. Handpicked icons + additional keywords offers a better result + discoverability.

Marco77577 commented 4 months ago

Ah, I see. So you just added a subset of Microsoft's fluent icons? Why didn't you add all of them? Is it for storage space reasons/loading times when displaying the entire set?

cioraneanu commented 4 months ago

There are icons from several packs, i've mentioned the Fluent one because it is has a nice amount of icons which plays nicely with the current style. We can also use other packs if they look good together.

All icons are stored as SVGs so extremely large collections will also impact the app size/ full list rendering performance.