django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
34 stars 30 forks source link

Document the icon package used #237

Closed Aiky30 closed 1 year ago

Aiky30 commented 3 years ago

Currently it' impossible to know where the icons came from in the project, to fix this the following information should be documented:

The icons are taken from Font Awesome 4. They can be found at the following url: https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0

Examples of the icons to help choose: https://fontawesome.com/v4.7/icons/

The SVG's have been taken from here: https://github.com/Rush/Font-Awesome-SVG-PNG/tree/master/black/svg

fsbraun commented 2 years ago

We might want to consider putting the most common icons into the icon font django-cms core generates. That will be more efficient and allow for much easier and uniform changes in style since the icon color is not hard coded into the font.

Right now djangocms-admin-style pins the color scheme to light mode. Bare django admin will have an issue with dark icons in dark mode.

fsbraun commented 1 year ago

As of #302 versioning uses the icons of the core.