feat: allow exporting an empty CSV template for imports

This commit is contained in:
Pontoporeia
2026-08-24 11:33:34 +02:00
parent 7938ab39c0
commit 5460041989
7 changed files with 51 additions and 5 deletions
+3
View File
@@ -44,3 +44,6 @@
- [x] PDF viewer: add dark transparent violet background behind pages when expanded
- [x] pdf-viewer: expand to fill right column (not whole page), center pages, freeze column on expand
- [x] pdf-viewer: fix toolbar width (align-self:stretch), hide sibling file items when expanded
- [x] Allow admin to export an empty CSV template (headers only) from the import dialog for use as an import model
- [x] Fix import modal missing FilePond styling: bundling refactor dropped filepond CSS + file-upload-filepond.js wrapper from admin list page (pre-existing regression)
- [x] Move 'download empty CSV template' button onto the same line as the Fichier CSV heading (button on the right, styled as btn)