umap/umap
Yohan Boniface c860866fe9 feat: add defaultPanelMode setting
cf https://forum.openstreetmap.fr/t/umap-2-3-changement-de-gestion-des-pop-up/23680/3

Trying to make this panel expanded/condenses thing simpler and more intuitive.

It's mode can be set:
- by explicitely setting defaultPanelMode = xxx
- or, if defaultPanelMode is undefined, with sensible default when there is
  an onLoadPanel defined, and to respect previous uMap behaviour
- or, if defaultPanelMode is unset, and some feature opens in the panel, it
  will be set to expanded (here again to respect previous behaviour
- then, when user change it manually (by clicking on the toggle button), then
  we should never change it automatically, and respect the previous mode when
  reopening the panel

(We are only talking about the left panel, here.)
2024-05-16 19:48:19 +02:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale 2.2.0b0 2024-04-24 21:29:21 +02:00
management path was doubled 2024-02-25 10:50:13 +01:00
migrations feat: remove Map.description 2024-04-24 16:39:59 +02:00
settings feat: add link in contextmenu to edit map in OSM 2024-04-17 09:34:39 +02:00
static feat: add defaultPanelMode setting 2024-05-16 19:48:19 +02:00
templates chore: formatting 2024-04-17 14:58:04 +02:00
templatetags fix: hide delete button for editors in dashboard 2024-04-16 11:32:00 +02:00
tests feat: add defaultPanelMode setting 2024-05-16 19:48:19 +02:00
__init__.py 2.3.0 2024-05-09 18:08:08 +02: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 feat: add minimal OpenGraph links 2024-04-17 10:55:07 +02:00
decorators.py wip: refactor login flow 2024-02-05 07:22:53 +01:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +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 feat: remove Map.description 2024-04-24 16:39:59 +02:00
storage.py chore: raise error if any in storage post_process 2024-02-19 13:47:57 +01:00
urls.py chore: ruff format 2024-02-26 15:01:19 +01:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py fix: make sure to order datalayer versions by time 2024-03-25 20:13:34 +01:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00