allyourbot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
156 stars 53 forks source link

Better icon library #287

Open krschacht opened 2 weeks ago

krschacht commented 2 weeks ago

The heroicon icon library within the app is not very good. (You can browse them all on heroicons.com). For example, that pencil-edit icon is just mis-proportioned relative to the other icons and there isn't a great easy solution. I think the design of heroicons is just subpar.

I don't know if a better SVG font library off-hand, but it would be nice to find one and get it added to the app. Maybe it doesn't come with a nice rails gem like heroicons but that's okay, I intentionally instantiate every icon from the def icon helper to make it easy to switch out in the future. We can write our own helper methods to auto-inline SVGs if needed.

olimart commented 2 weeks ago

Few options (in no particular order): https://icons.getbootstrap.com/#install https://fontawesome.com/icons https://www.flaticon.com/ https://icomoon.io

krschacht commented 2 weeks ago

I wonder if Shopify has a good one. I know they’ve invested a ton in design systems and I bet they’ve designed a custom icon library that’s broad and probably works well in rails.