fef0de75f2
Merge branch 'svg_icons' into 'main'
...
Draft: Replace Font Awesome with inline SVG icons
See merge request bde/nk20!188
2024-03-27 11:06:56 +01:00
a6b479db19
Update 131 files
...
- /apps/activity/api/serializers.py
- /apps/activity/api/urls.py
- /apps/activity/api/views.py
- /apps/activity/tests/test_activities.py
- /apps/activity/__init__.py
- /apps/activity/admin.py
- /apps/activity/apps.py
- /apps/activity/forms.py
- /apps/activity/tables.py
- /apps/activity/urls.py
- /apps/activity/views.py
- /apps/api/__init__.py
- /apps/api/apps.py
- /apps/api/serializers.py
- /apps/api/tests.py
- /apps/api/urls.py
- /apps/api/views.py
- /apps/api/viewsets.py
- /apps/logs/signals.py
- /apps/logs/apps.py
- /apps/logs/__init__.py
- /apps/logs/api/serializers.py
- /apps/logs/api/urls.py
- /apps/logs/api/views.py
- /apps/member/api/serializers.py
- /apps/member/api/urls.py
- /apps/member/api/views.py
- /apps/member/templatetags/memberinfo.py
- /apps/member/__init__.py
- /apps/member/admin.py
- /apps/member/apps.py
- /apps/member/auth.py
- /apps/member/forms.py
- /apps/member/hashers.py
- /apps/member/signals.py
- /apps/member/tables.py
- /apps/member/urls.py
- /apps/member/views.py
- /apps/note/api/serializers.py
- /apps/note/api/urls.py
- /apps/note/api/views.py
- /apps/note/models/__init__.py
- /apps/note/static/note/js/consos.js
- /apps/note/templates/note/mails/negative_balance.txt
- /apps/note/templatetags/getenv.py
- /apps/note/templatetags/pretty_money.py
- /apps/note/tests/test_transactions.py
- /apps/note/__init__.py
- /apps/note/admin.py
- /apps/note/apps.py
- /apps/note/forms.py
- /apps/note/signals.py
- /apps/note/tables.py
- /apps/note/urls.py
- /apps/note/views.py
- /apps/permission/api/serializers.py
- /apps/permission/api/urls.py
- /apps/permission/api/views.py
- /apps/permission/templatetags/perms.py
- /apps/permission/tests/test_oauth2.py
- /apps/permission/tests/test_permission_denied.py
- /apps/permission/tests/test_permission_queries.py
- /apps/permission/tests/test_rights_page.py
- /apps/permission/__init__.py
- /apps/permission/admin.py
- /apps/permission/backends.py
- /apps/permission/apps.py
- /apps/permission/decorators.py
- /apps/permission/permissions.py
- /apps/permission/scopes.py
- /apps/permission/signals.py
- /apps/permission/tables.py
- /apps/permission/urls.py
- /apps/permission/views.py
- /apps/registration/tests/test_registration.py
- /apps/registration/__init__.py
- /apps/registration/apps.py
- /apps/registration/forms.py
- /apps/registration/tables.py
- /apps/registration/tokens.py
- /apps/registration/urls.py
- /apps/registration/views.py
- /apps/treasury/api/serializers.py
- /apps/treasury/api/urls.py
- /apps/treasury/api/views.py
- /apps/treasury/templatetags/escape_tex.py
- /apps/treasury/tests/test_treasury.py
- /apps/treasury/__init__.py
- /apps/treasury/admin.py
- /apps/treasury/apps.py
- /apps/treasury/forms.py
- /apps/treasury/signals.py
- /apps/treasury/tables.py
- /apps/treasury/urls.py
- /apps/treasury/views.py
- /apps/wei/api/serializers.py
- /apps/wei/api/urls.py
- /apps/wei/api/views.py
- /apps/wei/forms/surveys/__init__.py
- /apps/wei/forms/surveys/base.py
- /apps/wei/forms/surveys/wei2021.py
- /apps/wei/forms/surveys/wei2022.py
- /apps/wei/forms/surveys/wei2023.py
- /apps/wei/forms/__init__.py
- /apps/wei/forms/registration.py
- /apps/wei/management/commands/export_wei_registrations.py
- /apps/wei/management/commands/import_scores.py
- /apps/wei/management/commands/wei_algorithm.py
- /apps/wei/templates/wei/weilist_sample.tex
- /apps/wei/tests/test_wei_algorithm_2021.py
- /apps/wei/tests/test_wei_algorithm_2022.py
- /apps/wei/tests/test_wei_algorithm_2023.py
- /apps/wei/tests/test_wei_registration.py
- /apps/wei/__init__.py
- /apps/wei/admin.py
- /apps/wei/apps.py
- /apps/wei/tables.py
- /apps/wei/urls.py
- /apps/wei/views.py
- /note_kfet/settings/__init__.py
- /note_kfet/settings/base.py
- /note_kfet/settings/development.py
- /note_kfet/settings/secrets_example.py
- /note_kfet/static/js/base.js
- /note_kfet/admin.py
- /note_kfet/inputs.py
- /note_kfet/middlewares.py
- /note_kfet/urls.py
- /note_kfet/views.py
- /note_kfet/wsgi.py
- /entrypoint.sh
2024-02-07 02:26:49 +01:00
e32c267995
Moved js code to the external conso file
2023-10-26 19:10:43 +02:00
5e39209ab1
Made searchbar completely client-based
2023-10-26 19:01:09 +02:00
08b2fabe07
Removing jquery means changing the event API...
2023-10-26 00:22:51 +02:00
405479e5ad
Execute script to add behavior to searched buttons
2023-10-26 00:10:56 +02:00
0cc130092f
Added a search tab for the conso page
2023-10-25 20:01:48 +02:00
e479e1e3a4
Added messages for Hide/Show
2021-10-07 23:06:40 +02:00
82b0c83b1f
Added a Hide/Show button for transaction templates, fixes #91
2021-10-07 22:54:01 +02: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
69b3d2ac9c
[activity] Fix button shortcut to entries page
...
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org >
2021-09-27 14:51:17 +02:00
4166823d55
couleurs 3.0
2021-05-22 12:29:02 +02:00
c720e5483e
Move transfer.js where it belongs
2020-09-09 16:45:15 +02:00
0fd3e9db78
Move consos.js where it belongs
2020-09-09 16:42:45 +02:00
ce4c22a4a1
Smaller text and larger padding on note label
2020-09-09 15:03:34 +02:00
8225445c3e
Update translations
2020-09-09 14:10:07 +02:00
f333e6a875
Fix profile picture width
2020-09-09 14:03:49 +02:00
f3f746aba8
Plain text mode in reports
2020-09-07 11:03:58 +02:00
27aa2e9da8
JQuery is unable to cancel Turbolinks
2020-09-06 21:41:33 +02:00
89b2ff52e3
Fix I'm the emitter button
2020-09-06 21:38:55 +02:00
00bc9550f2
Add padding to the the note picture (cc shirenn)
2020-09-05 19:27:22 +02:00
9f619a9df8
Center profile picture in transfer interface, closes #61
2020-09-05 14:36:49 +02:00
be6cf93cdb
Move default profile picture in member app
2020-09-02 23:08:40 +02:00
eaf256b1b6
Fix mails when the user or the club has a negative balance
2020-09-01 15:52:27 +02:00
ff7e954652
Add missing card on button edit
2020-09-01 10:47:51 +02:00
dd9ca315fa
Clean up templates header
2020-09-01 10:20:16 +02:00
d9e003a8f4
Remove contenttitle
2020-09-01 10:13:05 +02:00
dbca5db7d7
Merge branch 'front_erdnaxe' into 'beta'
...
Front erdnaxe
See merge request bde/nk20!101
2020-09-01 10:07:25 +02:00
b787c8cfe2
Do not make long alias break layout
2020-09-01 09:56:19 +02:00
e0c1a5f590
Move highlighted buttons under the note selector
2020-09-01 09:46:56 +02:00
e8dcf295ad
Make outline button have a background
2020-09-01 09:46:33 +02:00
5642c268e9
Move transfer type selector in credit/debit mode
2020-08-31 23:06:21 +02:00
0c753c3288
Prevent also club owners when the note balance is negative
2020-08-31 16:13:26 +02:00
227cb2a801
Add light background to "Gift/Transfer" buttons
2020-08-30 15:49:06 +02:00
e3785e11f1
Cards everywhere in member app
2020-08-25 16:30:02 +02:00
2e659c63cd
Member templates inherit from member/base.html
2020-08-25 15:39:57 +02:00
cbc3e39bd6
Create base template for member and wei
2020-08-23 10:06:16 +02:00
1c16d6ef18
Use block.parent to extend content
2020-08-23 09:56:42 +02:00
51230e029d
Better navbar buttons and less shadow
2020-08-21 14:21:26 +02:00
f324965f1a
[note] comments view and templates
2020-08-18 14:27:04 +02:00
14b969b2dd
Fix link in negative balances mails
2020-08-15 21:12:16 +02:00
f95a0875db
Fix link in negative balances mails
2020-08-15 21:11:02 +02:00
89c15cbe3e
Refresh filters to search a transaction when a source or a destination is selected
2020-08-15 20:19:34 +02:00
75cd34f5dd
Enlarge buttons table and transactions table
2020-08-15 20:04:19 +02:00
6927f5fbb6
Search buttons by category or description, highlight matched words
2020-08-15 19:47:29 +02:00
beff848796
Use a fixed-width container by default for lisibility
2020-08-10 12:08:47 +02:00
7b40ee1ca4
Reorder templates
2020-08-09 19:06:57 +02:00