mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
- cleanup-tmp.php: accepte les arrays filepond_dirs[] et trash_files[] pour suppression en lot - cleanup-stats-fragment.php: ajout checkboxes + barre d'actions groupées + formulaire bulk HTMX - admin-cleanup-bulk.js: module JS pour toggleAll, updateBulk, bulkDelete - Nouvelle page /admin/cleanup.php remplace la modale (tmp-cleanup.php supprimé) - Bouton Nettoyer dans index.php devient un lien vers la page dédiée
1.6 KiB
1.6 KiB
- Remove "Mo" option from duration — keep only minutes and pages
- Combine pages and minutes as separate fields (both can be set simultaneously)
- Fix minutes input visibility (can't see what's typed)
- Add
has_annexescheckbox to form + DB column - Display duration on admin backoffice recap page
- Update public TFE page duration display for new combined format
- Fix
handleAutosaveResponse is not defined— loadautosave-handler.json about_page edit view - Fix
handleAutosaveResponse is not definedin admin add/edit — function was scoped inside IIFE bundle, not on window - Fix search result cards: title and author always below image/gradient, remove text overlay on placeholder gradient
- Change search results to 10 per page with HTMX pagination (no-JS fallback preserved)
- Bump to 15 results/page, make results area vertically scrollable, sticky pagination at viewport bottom
- Fix HTMX targetError: move #search-results wrapper inside fragment so it survives outerHTML swaps
- Add range counter to results header (e.g. "1–15 sur 112 résultats")
- Collapsible filter controls with /
+ active filter badge on mobile
- Responsive paginator: hide first/last buttons on mobile, smaller touch targets
- Compact range counter on mobile: "1–15 / 112" instead of full "1–15 sur 112 résultats"
- Remove orientation display from search result card meta
- Add bulk select/delete to tmp cleanup dialog (like admin/index.php pattern)
- Move cleanup UI from modal to dedicated page (like add.php/edit.php)