isUnknown
0e1b65badf
feat: Escape key closes menu
...
Deploy / Deploy to Production (push) Successful in 13s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:14:39 +01:00
isUnknown
8a0f58c053
feat: accessibility for site-menu
...
- #menu-toggle: aria-expanded, aria-controls, aria-label (updated on toggle)
- #site-menu: inert when closed (blocks focus + screen readers), removed when open
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:13:40 +01:00
isUnknown
c28f38c6e1
refactor: site-menu div → aside
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:11:31 +01:00
isUnknown
8b338ca587
fix: keep controls and site-title interactive when menu is open
...
Only dim nav links, leave site-title/theme/lang/menu-toggle untouched
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:08:35 +01:00
isUnknown
6476f86a85
feat: click anywhere on header closes menu
...
- Header click removes menu-open (stopPropagation on toggle button
to preserve its toggle behavior)
- cursor: pointer on site-header when menu is open
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:04:56 +01:00
isUnknown
2bea44309f
feat: add status labels to investigation blueprint
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:03:18 +01:00
isUnknown
e8bd478338
style: reformat SCSS + add pointer-events: none on dimmed header elements
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:03:15 +01:00
isUnknown
03032dcda8
fix: overlay and menu z-index, site-title back in header
...
- Restore #site-title inside #site-header
- Overlay below header (z-header - 2), menu below header (z-header - 1)
- Header stays above overlay; when menu-open, dim all header elements
except #site-title (opacity trick)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:01:14 +01:00
isUnknown
b954824e41
fix: overlay above header, site-title above overlay
...
Move #site-title out of #site-header to its own stacking context,
enabling independent z-index control. Z-index order:
- #site-header: --z-header (2000)
- #menu-overlay: --z-header + 1
- #site-menu: --z-header + 2
- #site-title: --z-header + 3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:54:32 +01:00
isUnknown
da2abad099
feat: replace menu opacity hack with proper overlay
...
- Add #menu-overlay div (fixed, full screen, z-index below menu)
- Overlay fades in/out via opacity+visibility transition (cursor: pointer)
- Click on overlay closes the menu
- Remove opacity: 0.1 hack on main/footer/etc. when menu-open
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:50:11 +01:00
isUnknown
ca17be69be
feat: responsive images for investigation cover cards
...
- Add `cover-card` and `cover-card-webp` srcsets in config
Widths [465, 728, 930, 1000, 1456] couvrent 1x et 2x (retina)
pour les 3 breakpoints : ≥1000px fixe 465px, 728–1000px 50vw, <728px 100vw
- Refactor snippet picture.php : accepte $sizes (string complète),
$srcsetName (srcset nommé), $alt (override), fallback webp automatique
- Update investigations.php : remplace <img> nu par snippet picture
avec sizes et srcsetName adaptés
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:44:26 +01:00
isUnknown
8d808a87fe
refactor: rename packages → dossiers throughout
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:27:10 +01:00
isUnknown
0b1f8c94b2
chore: remove laboratory blueprint and legal section from site
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:25:17 +01:00
isUnknown
9aa2041ec4
refactor: rename investigation highlight fields
...
- Rename `superPinnedInvestigation` → `featuredInvestigation` (à la une, max 1)
- Rename `pinnedInvestigations` → stays `pinnedInvestigations` but now multiple
- Rename tab `highlightTab` → `starredTab`
- Update home.php to use new field names
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:25:14 +01:00
Julie Blanc
4e45d5a5dc
help panel
Deploy / Deploy to Production (push) Successful in 13s
2026-02-26 21:52:14 +01:00
Julie Blanc
ec72fa474c
complete dossier
Deploy / Deploy to Production (push) Successful in 17s
2026-02-26 17:54:47 +01:00
Julie Blanc
e5727b5630
site nav
Deploy / Deploy to Production (push) Successful in 5m17s
2026-02-26 17:24:54 +01:00
Julie Blanc
20bdf428e4
newsletter apage
Deploy / Deploy to Production (push) Successful in 13s
2026-02-26 17:02:34 +01:00
Julie Blanc
e7da4d77b5
btn home
Deploy / Deploy to Production (push) Successful in 5m18s
2026-02-26 15:46:21 +01:00
Julie Blanc
4c34b3c398
masonry grid on home
Deploy / Deploy to Production (push) Successful in 13s
2026-02-26 15:36:51 +01:00
Julie Blanc
69e0b3527e
panel home
Deploy / Deploy to Production (push) Successful in 5m17s
2026-02-26 15:23:39 +01:00
Julie Blanc
7fc8ab6c5a
dynamic home
Deploy / Deploy to Production (push) Successful in 13s
2026-02-26 15:03:52 +01:00
Julie Blanc
6cd89d11fb
page-cover with caption
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 19:05:22 +01:00
Julie Blanc
c34384adab
add lab/projects
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 18:51:58 +01:00
Julie Blanc
e36eae0b6f
add latest content at bottom
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 18:35:20 +01:00
Julie Blanc
b436ea2770
cleaning
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 18:28:59 +01:00
Julie Blanc
aba8b4f37e
create template packages
Deploy / Deploy to Production (push) Successful in 5m17s
2026-02-25 18:22:13 +01:00
Julie Blanc
f73b8cb90b
bottom bar snippet
Deploy / Deploy to Production (push) Successful in 13s
2026-02-25 17:19:20 +01:00
Julie Blanc
bde54fa66d
dropdown bottom bar mobile
Deploy / Deploy to Production (push) Successful in 14s
2026-02-25 17:13:46 +01:00
Julie Blanc
662a55863d
dropdown css
2026-02-25 17:00:54 +01:00
Julie Blanc
d0b21ac4bb
details
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 16:40:53 +01:00
Julie Blanc
494dd15166
sort js
Deploy / Deploy to Production (push) Successful in 14s
2026-02-25 16:07:14 +01:00
Julie Blanc
a907d317b8
sort type → sort categories
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 15:36:44 +01:00
Julie Blanc
d9edca5d2c
categories sort
Deploy / Deploy to Production (push) Successful in 13s
2026-02-25 15:30:25 +01:00
Julie Blanc
ea35cc1e22
template + blueprint news
Deploy / Deploy to Production (push) Successful in 5m16s
2026-02-25 15:22:34 +01:00
Julie Blanc
224ddedc93
fichiers translation
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 15:08:45 +01:00
Julie Blanc
cb2fe498fe
card block small + date lang
Deploy / Deploy to Production (push) Successful in 12s
2026-02-25 14:58:17 +01:00
Julie Blanc
1fedb2392c
style cards small
Deploy / Deploy to Production (push) Successful in 15s
2026-02-25 14:14:37 +01:00
Julie Blanc
e69e765586
page header modifications
Deploy / Deploy to Production (push) Successful in 13s
2026-02-24 18:00:22 +01:00
Julie Blanc
afe5885708
style page-simple + asides
Deploy / Deploy to Production (push) Successful in 5m17s
2026-02-24 17:52:57 +01:00
Julie Blanc
f61b6e8840
style page-single
Deploy / Deploy to Production (push) Successful in 12s
2026-02-24 17:42:51 +01:00
Julie Blanc
7b3ebb3ca4
blueprint & templates Impacts
Deploy / Deploy to Production (push) Successful in 13s
2026-02-24 17:05:22 +01:00
Julie Blanc
fab10a38d8
generic card-block
Deploy / Deploy to Production (push) Successful in 13s
2026-02-24 15:23:52 +01:00
Julie Blanc
c59f4d93dd
btn back to top
Deploy / Deploy to Production (push) Successful in 13s
2026-02-23 18:12:04 +01:00
Julie Blanc
bdb60646d0
investigation responsive
Deploy / Deploy to Production (push) Successful in 14s
2026-02-23 17:34:16 +01:00
Julie Blanc
f24b296ff7
bottomBar responsive
Deploy / Deploy to Production (push) Successful in 12s
2026-02-23 15:55:20 +01:00
Julie Blanc
99ccc15ba9
animations investigations
Deploy / Deploy to Production (push) Successful in 17s
2026-02-23 14:02:26 +01:00
Julie Blanc
6020ea8c5b
bottom-bar
Deploy / Deploy to Production (push) Successful in 14s
2026-02-20 14:44:24 +01:00
Julie Blanc
8850b16635
investigation blueprint : lock investigation template
Deploy / Deploy to Production (push) Successful in 12s
2026-02-20 14:13:47 +01:00
Julie Blanc
a1eda42d87
design bottom bar
Deploy / Deploy to Production (push) Successful in 13s
2026-02-20 14:09:25 +01:00