umap/umap
Yohan Boniface 5ceda7b2a3 chore: move editToolBar and captionBar to modules
This also tries to rework a bit the "reflow" process, which how
to edit the UI when something changes in the data.

The idea is to build the whole HTML, then:
- the `propagate` method tries to change the UI with targetted CSS
selector, but anywhere
- while `render` hide/show some elements

This is not the destination, but just another step. We certainly
need to refactor the SCHEMA to make the next step (as we want to associate
some data change to UI change).
2024-11-18 19:43:28 +01:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-10-24 17:51:20 +02:00
management feat: delete datalayer's files on delete (#2158) 2024-10-04 16:41:11 +02:00
migrations feat(sync): Let the clients set layers UUID 2024-11-15 15:22:36 +01:00
settings chore: make daphne/asgi optional for now 2024-10-14 12:10:13 +02:00
static chore: move editToolBar and captionBar to modules 2024-11-18 19:43:28 +01:00
templates chore: move editToolBar and captionBar to modules 2024-11-18 19:43:28 +01:00
templatetags fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
tests fix: honour custom labelKey in default popup template 2024-11-16 11:20:23 +01:00
__init__.py 2.7.1 2024-10-25 15:44:52 +02:00
admin.py chore: display user maps in admin and add in csv export 2024-09-24 20:07:03 +02:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
asgi.py chore: move pydantic and websocket in sync dependencies target 2024-10-21 11:50:10 +02:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py feat: add a setting to prevent users from editing their profile 2024-09-12 14:23:50 -04:00
decorators.py fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py chore: remove logo_url from Team model 2024-08-30 10:55:26 -04: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 feat(sync): Let the clients set layers UUID 2024-11-15 15:22:36 +01:00
storage.py exp: try to increase the number of process passes 2024-08-30 20:16:51 +02:00
urls.py feat(sync): Let the clients set layers UUID 2024-11-15 15:22:36 +01:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py feat(sync): Let the clients set layers UUID 2024-11-15 15:22:36 +01:00
websocket_server.py feat(sync): Send remote operations to peers when they join. 2024-09-27 18:26:47 +02:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00