Commit graph

10 commits

Author SHA1 Message Date
333b066e66 Identity reloaded 2026-07-05 23:56:10 +01:00
742da7c3f0 Activity moderated 2026-07-04 17:11:43 +01:00
df431e40af nav: highlight active dropdown toggle in _LoginPartial
Add ActivePageAny(ViewContext, IEnumerable<string>) so a dropdown
toggle gets the active class + aria-current="page" whenever any of
its children is the current route. Apply it to the Plateforme,
Administration, and account menu toggles.
2026-06-20 20:17:36 +01:00
990608d4f7 nav: ActivePage is case-insensitive on controller/action
Fixes inactive Blogspot link: RouteData keeps the C# class name
"BlogSpot" while asp-controller matches "Blogspot" case-insensitively.
2026-06-20 19:58:58 +01:00
325cb339fd nav: highlight active page with active class and aria-current
Add PageHelpers.ActivePage extension and apply it to top-level nav
items and the Account/Register + Account/Signin items in _LoginPartial,
so the current route gets the active class and aria-current="page"
for accessibility.
2026-06-20 19:48:20 +01:00
86c268eebd deploying the blogs 2026-06-19 23:09:43 +01:00
4398715004 reinstall fixes and reorg 2026-06-19 21:13:17 +01:00
20713eef64 pitit refact 2026-06-04 12:13:37 +01:00
d21337d4a6 about to test remote access 2026-04-19 16:02:50 +01:00
Paul Schneider
40e8e08690 reorg 2026-02-28 21:17:54 +00:00