From 8dead27d2210fc535f2c6ec4d40c9e53361c8695 Mon Sep 17 00:00:00 2001 From: vjrj Date: Tue, 21 Jul 2026 23:04:02 +0200 Subject: [PATCH] bootstrap: navbar collapse jQuery -> React state (BS4->5 prep) Bootstrap's jQuery collapse (`data-toggle="collapse"` in Navigation.js, plus the per-NavItem `data-target=".navbar-collapse.show"` auto-close) disappears when we drop `alexwine:bootstrap-4` for `bootstrap@5`. Replace it with a React `useState` that toggles `.show`, and close the mobile menu via an onClick on the nav