umap/umap
Yohan Boniface d208b19ddb fix: use position fixed for input and textarea in tableeditor
Otherwise when scrolling the table, the input will not appear at
the expected position, and may even appear outside of the view when
the table is bigger than the viewport.

Drawback: the table will resize its columns when the input/textarea
is created (as position: sticky is in the flow). So I've also removed
the width reset.

fix #2071
2024-08-29 20:07:28 +02:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-08-03 07:37:20 +02:00
management refactor(sync): rename ws.py to websocket_server.py 2024-06-07 18:21:30 +02:00
migrations feat: remove Map.description 2024-04-24 16:39:59 +02:00
settings fix: catch login_required from map page and add a way to login 2024-07-30 14:41:10 +02:00
static fix: use position fixed for input and textarea in tableeditor 2024-08-29 20:07:28 +02:00
templates Merge pull request #2025 from umap-project/login-from-map 2024-08-15 10:57:10 +02:00
templatetags fix: hide delete button for editors in dashboard 2024-04-16 11:32:00 +02:00
tests Merge pull request #2053 from umap-project/bubble-layer 2024-08-15 11:04:47 +02:00
__init__.py 2.5.1 2024-07-12 19:01:42 +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 chore(sync): Move the sync flag in the options 2024-06-07 18:21:30 +02:00
storage.py fix: correct way to replace imports in collecstatic 2024-07-12 19:00:59 +02:00
urls.py feat(websockets): Authenticate with signed tokens. 2024-06-07 18:21:30 +02:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py fix: show delete button for owner and anonymous owner 2024-07-31 22:29:29 +02:00
websocket_server.py tests(sync): Change the way the websocket server is run in the tests 2024-06-07 18:21:30 +02:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00