nk20/apps/note
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 Fix one more error in alias autocompletion 2021-09-09 10:53:40 +02:00
fixtures Use migrations instead of fixtures to create BDE, Kfet and special notes 2020-09-05 10:33:24 +02:00
migrations [invoices] Quantities can be non-integers 2021-03-13 12:35:28 +01:00
models Merge branch 'l_eveil_du_nanax' into 'beta' 2021-06-14 20:25:40 +00:00
static/note/js NameNAN 2021-10-04 18:26:14 +02:00
templates/note Replace Font Awesome with inline SVG icons 2021-10-06 17:15:33 +02:00
templatetags Update copyright for 2021 2021-06-14 21:45:56 +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 Update copyright for 2021 2021-06-14 21:45:56 +02:00
signals.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
tables.py Check permissions per request instead of per user 2021-09-02 20:58:05 +02:00
urls.py Update copyright for 2021 2021-06-14 21:45:56 +02:00
views.py [activity] Fix button shortcut to entries page 2021-09-27 14:51:17 +02:00