Files
xamxam/TODO.md
Pontoporeia 312d9eab0e À propos: contacts flexibles, liens sidebar éditables, grille contacts admin, et bouton supprimer
- 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
2026-06-10 00:16:22 +02:00

872 B

TODO

  • Standardise all links (including header) to be heavy (font-weight: 600) and add violet accent color on hover
  • Remove border-radius from aria-current nav links, drop a:focus-visible ring in header, consolidate border-bottom/padding in shared header.css
  • Admin nav-logo: use grid layout with SVG + text horizontally aligned and vertically centered
  • repertoire.css: .rep-entry → step-1, years col → step-3, col h2 → step-1
  • Rework tfe.php layout: row1 author above title, row2 meta+synopsis 2-col grid, row3 flex files
  • Contacts: allow empty name OR empty role (not both) when saving a contact
  • Sidebar links: make "site de l'erg" and "code source" editable via admin panel
  • Admin contact blocks: grid layout (3 columns: Nom, Email, Lien)
  • Admin contacts: bouton supprimer un contact avec réindexation automatique