From 58c5f30b0d5eb5c994805062d376f5ecfb39a8d8 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Thu, 21 May 2026 10:14:00 +1000 Subject: [PATCH] feat: Add theme toggle button to sidebar + flash-prevention script --- Views/Shared/_AdminLayout.cshtml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Views/Shared/_AdminLayout.cshtml b/Views/Shared/_AdminLayout.cshtml index a528321..23edae4 100644 --- a/Views/Shared/_AdminLayout.cshtml +++ b/Views/Shared/_AdminLayout.cshtml @@ -7,6 +7,13 @@ + @RenderSection("Styles", required: false) @@ -42,7 +49,10 @@