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/component/aSidebar.html | 101 +++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 web/html/xui/component/aSidebar.html (limited to 'web/html/xui/component/aSidebar.html') diff --git a/web/html/xui/component/aSidebar.html b/web/html/xui/component/aSidebar.html new file mode 100644 index 00000000..0ddaa176 --- /dev/null +++ b/web/html/xui/component/aSidebar.html @@ -0,0 +1,101 @@ +{{define "component/sidebar/content"}} + +{{end}} + +{{define "component/aSidebar"}} + + + +{{end}} \ No newline at end of file -- cgit v1.2.3