# TODO ## HTMX v2 Migration Reference: `docs/autosave-system.md` → "HTMX v2 Migration Plan" section. - [x] `contenus-edit.php` (pages): Add `hx-*` attrs, add `overtype:change` dispatch in OverType `onChange` - [x] `contenus-edit.php` (form_help): Add `hx-*` attrs, add `overtype:change` dispatch in OverType `onChange` - [x] `apropos-groups-form.php` (contacts): Add `hx-*` attrs only - [x] `contenus-edit.php` (sidebar_links): Add `hx-*` attrs only - [x] Add `handleAutosaveResponse()` shared handler + `htmx:beforeRequest` loading state - [x] Delete `autosave.js` - [x] Fix backend `$isAjax` detection: also recognize `HX-Request` header (page.php, apropos.php, form-help.php) - [x] Form-help inline editors: add OverType toolbar + HTMX auto-save + remove save buttons - [x] Markdown cheatsheet modal: reusable dialog on all OverType editors ## FilePond crash on TFE upload forms - [x] Analyze root cause → `docs/filepond-crash-analysis.md` - [x] Partial fixes (Content-Type headers, onerror cleanup, load object) — insufficient, crash still reproduces - [ ] Replace `server.load` with custom function to bypass FilePond's buggy `load-file-error` → `DID_THROW_ITEM_INVALID` dispatch (see analysis doc, Option B) - [ ] Implement `destroyFilePondsIn()` pre-destroy abort (defense in depth)