1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 02:18:21 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
d838f53d93 Merge branch 'svg_icons' into 'main'
Draft: Replace Font Awesome with inline SVG icons

See merge request bde/nk20!188
2024-07-20 04:56:39 +02:00
4c0a5922c4 Allow to order the 2 tables and to fix the bug of several activities 2024-07-15 22:06:11 +02:00
5d30b0e819 charte info 2024-05-26 15:46:50 +02:00
201611b105 change date 2024-03-26 08:33:34 +01:00
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
9628560d64 Improve entry search with a debouncer
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-10-04 14:39:53 +02:00
5635598bbc Extract strings from javascript files and translate them in french 2020-11-15 23:28:41 +01:00
c03c18e93a Test and cover treasury app 2020-09-04 15:53:00 +02:00
d9e003a8f4 Remove contenttitle 2020-09-01 10:13:05 +02:00
5642c268e9 Move transfer type selector in credit/debit mode 2020-08-31 23:06:21 +02:00
8744455cbe Add placeholders in activity form 2020-08-31 00:15:02 +02:00
8ac551e1bc Hide activity creater if the user is not able to validate it 2020-08-30 23:10:41 +02:00
227cb2a801 Add light background to "Gift/Transfer" buttons 2020-08-30 15:49:06 +02:00
c5f40e0952 🐛 Fix entry page view 2020-08-29 23:06:50 +02:00
4cb162de87 Card for wei templates 2020-08-25 18:36:49 +02:00
22a0af640e Cards for activity templates 2020-08-25 17:39:30 +02:00
7b40ee1ca4 Reorder templates 2020-08-09 19:06:57 +02:00