From 35b4f51aee53a4fc950762e5a5f7d6b262ccf58a Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:48:02 -0500 Subject: [PATCH] Refactor navigation layout for improved structure Reorganized the navigation sidebar to use a flex column layout and moved the menu and user info into a scrollable container. Improved sticky header behavior, added a logout button at the bottom, and fixed minor styling issues for better usability and maintainability. --- resources/views/layouts/navigation.blade.php | 445 ++++++++++--------- 1 file changed, 225 insertions(+), 220 deletions(-) diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index d53d060..28300f2 100755 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -4,236 +4,241 @@ $bg = $config->color_barra ?? '#0000ff'; @endphp -