From 3ea05d30c14cea2e245234a232671560d40c4737 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:19:27 +0000 Subject: chore: transforming a common sidebar into a separate component - also added saving collapsed state --- web/html/xui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/xui/index.html') diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 073564c3..6c398b4b 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -74,7 +74,7 @@ - {{ template "commonSider" . }} + @@ -417,6 +417,7 @@ {{template "js" .}} +{{template "component/aSidebar" .}} {{template "component/aThemeSwitch" .}} {{template "component/aCustomStatistic" .}} {{template "modals/textModal"}} @@ -591,7 +592,6 @@ delimiters: ['[[', ']]'], el: '#app', data: { - siderDrawer, themeSwitcher, status: new Status(), versionModal, -- cgit v1.2.3