mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-26 00:29:18 +02:00
- Contacts: on peut laisser vide le nom OU le rôle (plus besoin des deux) - Sidebar: les liens « site de l'erg » et « code source » sont éditables depuis /admin/contenus-edit.php?slug=about - Admin: les champs Nom/Email/Lien des contacts s'affichent en grille 3 colonnes - Admin: icône corbeille (admin-icon-btn--delete) pour supprimer un contact, avec réindexation automatique - Database::getAproposContent() gère maintenant les valeurs string (URLs) en plus des arrays - Database::saveAproposContent() accepte array|string
12 lines
872 B
Markdown
12 lines
872 B
Markdown
# TODO
|
|
|
|
- [x] Standardise all links (including header) to be heavy (font-weight: 600) and add violet accent color on hover
|
|
- [x] Remove border-radius from aria-current nav links, drop a:focus-visible ring in header, consolidate border-bottom/padding in shared header.css
|
|
- [x] Admin nav-logo: use grid layout with SVG + text horizontally aligned and vertically centered
|
|
- [x] repertoire.css: .rep-entry → step-1, years col → step-3, col h2 → step-1
|
|
- [x] Rework tfe.php layout: row1 author above title, row2 meta+synopsis 2-col grid, row3 flex files
|
|
- [x] Contacts: allow empty name OR empty role (not both) when saving a contact
|
|
- [x] Sidebar links: make "site de l'erg" and "code source" editable via admin panel
|
|
- [x] Admin contact blocks: grid layout (3 columns: Nom, Email, Lien)
|
|
- [x] Admin contacts: bouton supprimer un contact avec réindexation automatique
|