From bebfccfd92e515ebfa3067e9bd3039315a5a37a3 Mon Sep 17 00:00:00 2001 From: Aigars Silkalns Date: Thu, 10 Jul 2025 15:20:22 +0300 Subject: [PATCH] Fixed sidebar navigation on second scroll --- dist/UI/general.html | 281 +++++++++++++++++++------ dist/UI/icons.html | 54 ++++- dist/UI/timeline.html | 74 +++++-- dist/docs/browser-support.html | 50 ++++- dist/docs/color-mode.html | 56 ++++- dist/docs/components/main-header.html | 72 ++++++- dist/docs/components/main-sidebar.html | 50 ++++- dist/docs/faq.html | 50 ++++- dist/docs/how-to-contribute.html | 50 ++++- dist/docs/introduction.html | 50 ++++- dist/docs/javascript/treeview.html | 50 ++++- dist/docs/layout.html | 52 ++++- dist/docs/license.html | 50 ++++- dist/examples/lockscreen.html | 22 +- dist/examples/login-v2.html | 33 ++- dist/examples/login.html | 33 ++- dist/examples/register-v2.html | 33 ++- dist/examples/register.html | 33 ++- dist/forms/general.html | 79 +++++-- dist/generate/theme.html | 64 +++++- dist/index.html | 89 +++++++- dist/index2.html | 174 ++++++++++++--- dist/index3.html | 109 ++++++++-- dist/js/adminlte.js | 20 +- dist/js/adminlte.js.map | 2 +- dist/js/adminlte.min.js | 4 +- dist/js/adminlte.min.js.map | 2 +- dist/layout/collapsed-sidebar.html | 51 ++++- dist/layout/fixed-complete.html | 52 ++++- dist/layout/fixed-footer.html | 51 ++++- dist/layout/fixed-header.html | 51 ++++- dist/layout/fixed-sidebar.html | 52 ++++- dist/layout/layout-custom-area.html | 63 +++++- dist/layout/layout-rtl.html | 51 ++++- dist/layout/logo-switch.html | 47 ++++- dist/layout/sidebar-mini.html | 51 ++++- dist/layout/unfixed-sidebar.html | 51 ++++- dist/tables/simple.html | 145 ++++++++++--- dist/widgets/cards.html | 65 +++++- dist/widgets/info-box.html | 154 +++++++++++--- dist/widgets/small-box.html | 54 ++++- src/config/astro.config.mjs | 1 + src/html/components/_scripts.astro | 7 +- src/html/public/js/adminlte.js | 20 +- src/html/public/js/adminlte.js.map | 2 +- src/html/public/js/adminlte.min.js | 4 +- src/html/public/js/adminlte.min.js.map | 2 +- src/ts/push-menu.ts | 21 +- 48 files changed, 2206 insertions(+), 425 deletions(-) diff --git a/dist/UI/general.html b/dist/UI/general.html index 9d78f952d..8ba5652a2 100644 --- a/dist/UI/general.html +++ b/dist/UI/general.html @@ -4,12 +4,14 @@ AdminLTE 4 | General UI Elements + + @@ -22,11 +24,13 @@ content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, colorlibhq, colorlibhq dashboard, colorlibhq admin dashboard, accessible admin panel, WCAG compliant" /> + + + + + @@ -71,10 +78,15 @@ - - + + + + + + +