nk20/apps/activity
Alexandre Iooss 466cbd9878 Replace Font Awesome with inline SVG icons
Font Awesome 4 adds 106kB of dependencies on each page and require to
query multiple assets. It also sometimes causes icons to appear after
page loading. Font Awesome 4 is deprecated and replaced by version 5
which is not packaged in every GNU/Linux distributions.

This commit replaces icons with inline SVG which does not require
external assets, does not require an additionnal dependency and is
widely supported by modern browsers. It makes the page loading faster
and enables us to no longer require fonts-font-awesome Debian package.
2021-10-06 17:15:33 +02:00
..
api Update copyright for 2021 2021-06-14 21:45:56 +02:00
fixtures Add activity type "Other" 2020-08-31 00:20:09 +02:00
migrations We are in production, then we commit migrations 2020-09-05 10:05:17 +02:00
templates/activity Replace Font Awesome with inline SVG icons 2021-10-06 17:15:33 +02:00
tests Update copyright for 2021 2021-06-14 21:45:56 +02:00
__init__.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
admin.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
apps.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
forms.py Check that club's note is active before creating an activity 2021-09-28 17:03:32 +02:00
models.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
tables.py Fix note render with formattable aliases 2021-09-27 14:30:47 +02:00
urls.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
views.py Fix activity get in invite view 2021-10-04 21:53:35 +02:00