umap/umap
Yohan Boniface 7ae742ca70 chore: add grey background to body on map page to prevent blinking
Otherwise the DOM loads and create a white script before the JS is
parsed and ready to display the map. This is due to using modules
and scripts in defer mode.
2024-01-22 14:41:21 +01:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-01-17 18:50:24 +01:00
management [style] Format the code 2023-11-24 23:31:18 +01:00
migrations [style] Format the code 2023-11-24 23:31:18 +01:00
settings chore: move UmapManifestStaticFilesStorage to a dedicated file 2024-01-19 17:16:35 +01:00
static chore: add grey background to body on map page to prevent blinking 2024-01-22 14:41:21 +01:00
templates Use minified versions + sourcemaps of vendor statics 2024-01-21 14:02:16 -05:00
templatetags Create the unique_id in the template (vs. model) 2023-12-27 11:41:08 -05:00
tests chore: move UmapManifestStaticFilesStorage to a dedicated file 2024-01-19 17:16:35 +01:00
__init__.py 1.14.0a3 2024-01-19 17:52:24 +01:00
admin.py Allow to edit pictogram categories from admin list 2023-12-17 12:20:30 +01:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py Banner + no create buttons when in read only mode 2023-05-30 16:17:12 -04:00
decorators.py [style] Format the code 2023-11-24 23:31:18 +01:00
fields.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
forms.py [style] Format the code 2023-11-24 23:31:18 +01:00
managers.py [style] Format the code 2023-11-24 23:31:18 +01:00
middleware.py [style] Format the code 2023-11-24 23:31:18 +01:00
models.py Move _urls_for_js to utils.py (circular imports) 2023-12-27 11:41:08 -05:00
storage.py Use minified versions + sourcemaps of vendor statics 2024-01-21 14:02:16 -05:00
urls.py [style] Format the code 2023-11-24 23:31:18 +01:00
utils.py chore: move UmapManifestStaticFilesStorage to a dedicated file 2024-01-19 17:16:35 +01:00
views.py chore: remove unused import 2024-01-17 22:27:05 +01:00
wsgi.py [style] Format the code 2023-11-24 23:31:18 +01:00