diff --git a/TODO.md b/TODO.md index 5f5cbd9..5a7b488 100644 --- a/TODO.md +++ b/TODO.md @@ -4,3 +4,11 @@ - [x] Keep specific layouts/classes in form.css (admin-form grid, checkbox-group layout, etc.) - [x] Ensure selects, checkboxes, and radios are properly styled globally - [x] Converge towards the styled form appearance rather than unstyled +- [x] Fix: replace mb_strlen/mb_substr/mb_strtolower with strlen/substr/strtolower (mbstring extension missing on server, caused fatal error on partage submit at ThesisCreateController line 511) +- [x] Fix: annexes checkbox in partage form clears other file inputs — scoped HTMX swap to #annexes-input-block instead of replacing entire #format-fichiers-block +- [x] Fix: website/video/audio inputs should be inline in Fichiers fieldset (not sub-fieldsets) — removed