diff --git a/TODO.md b/TODO.md index b9dbfd7..b6a4c2b 100644 --- a/TODO.md +++ b/TODO.md @@ -42,3 +42,5 @@ - [x] Fix createThesis SQL: extra `?` placeholder in VALUES (27 values for 26 columns) + add integration tests - [x] CSV import/export: single source of truth (CSV_COLUMNS), add missing columns (duration, annexes, license_custom, contact_visible, objet, cc2r, exemplaires), fix XamxamInitFilePonds → window.n, generate import hint from headers - [x] Extend admin auth cookie lifetime from session-only to 1 week (604800s) +- [x] Close TOC (licence/charte/apropos) and Filtres (search.php)
by default on mobile +- [x] Wider heading scale (h1/h2/h3) for apropos/licence/charte pages: step-5 / step-3 / step-1 diff --git a/app/public/assets/css/content-page.css b/app/public/assets/css/content-page.css index d519a0e..74196e4 100644 --- a/app/public/assets/css/content-page.css +++ b/app/public/assets/css/content-page.css @@ -157,6 +157,11 @@ scroll-margin-top: var(--space-l); } +/* Wider heading scale for content pages (apropo/licence/charte) */ +.page-content > article h1 { font-size: var(--step-5); } +.page-content > article h2 { font-size: var(--step-3); } +.page-content > article h3 { font-size: var(--step-1); } + /* Hide CommonMark heading permalink anchors */ .heading-permalink { display: none; diff --git a/app/templates/public/about.php b/app/templates/public/about.php index e20ffef..8703bc9 100644 --- a/app/templates/public/about.php +++ b/app/templates/public/about.php @@ -34,7 +34,7 @@ function renderEntries(array $entries): string
-
+
PARTIES
  • À propos
  • diff --git a/app/templates/public/charte.php b/app/templates/public/charte.php index 8634e21..8a45755 100644 --- a/app/templates/public/charte.php +++ b/app/templates/public/charte.php @@ -2,7 +2,7 @@ -
    +
    PARTIES
      diff --git a/app/templates/public/licence.php b/app/templates/public/licence.php index 8634e21..8a45755 100644 --- a/app/templates/public/licence.php +++ b/app/templates/public/licence.php @@ -2,7 +2,7 @@ -
      +
      PARTIES
        diff --git a/app/templates/public/search.php b/app/templates/public/search.php index 2a07d9f..1966c7a 100644 --- a/app/templates/public/search.php +++ b/app/templates/public/search.php @@ -11,7 +11,7 @@ foreach ($filterKeys as $k) { } ?> -
        +
        Filtres 0): ?>