mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
refactor: combined duration (pages + minutes), has_annexes checkbox, remove Mo
- Remove Mo option from duration, keep only pages and minutes - Redesign duration fieldset: separate Pages input + Durée h:m inputs, both can be set together - Fix minutes input visibility: wider inputs (6ch), proper CSS layout - Add has_annexes checkbox to fichiers fragment + DB column + controllers - Display duration on admin backoffice recap page - Display duration on public partage recap page - Update public TFE page for new combined duration format - Migration 041: add duration_pages, duration_minutes, has_annexes columns; migrate data; recreate views
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
- [x] Fix markdown cheatsheet modal 500 error — missing `require_once bootstrap.php` in `app/public/admin/markdown-cheatsheet-fragment.php`
|
||||
- [x] Add `padding-bottom` to `.md-cheatsheet-dialog` so last table row isn't flush against dialog edge
|
||||
- [x] Add independent scrollbar for TOC in charte/licence/apropos + admin pages (max-height + overflow-y: auto on .toc desktop)
|
||||
- [x] Remove "Mo" option from duration — keep only minutes and pages
|
||||
- [x] Combine pages and minutes as separate fields (both can be set simultaneously)
|
||||
- [x] Fix minutes input visibility (can't see what's typed)
|
||||
- [x] Add `has_annexes` checkbox to form + DB column
|
||||
- [x] Display duration on admin backoffice recap page
|
||||
- [x] Update public TFE page duration display for new combined format
|
||||
|
||||
Reference in New Issue
Block a user