From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:09:36 +0000 (-0700) Subject: Enhancement: collapsible sidebar menus X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature-collapsible-sidebar-items;p=thirdparty%2Fpaperless-ngx.git Enhancement: collapsible sidebar menus --- diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 7ec92cda8e..34fbc2cbc2 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -166,10 +166,13 @@ + + + diff --git a/src-ui/src/app/components/app-frame/app-frame.component.ts b/src-ui/src/app/components/app-frame/app-frame.component.ts index 28f6ad9b97..9be1894880 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.ts +++ b/src-ui/src/app/components/app-frame/app-frame.component.ts @@ -89,6 +89,8 @@ export class AppFrameComponent appRemoteVersion: AppRemoteVersion isMenuCollapsed: boolean = true + isManageMenuCollapsed: boolean = false + isAdminMenuCollapsed: boolean = false slimSidebarAnimating: boolean = false diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts index cd1f4ef59d..4ae5507bb2 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -55,7 +55,9 @@ import { checkLg, chevronDoubleLeft, chevronDoubleRight, + chevronDown, chevronRight, + chevronUp, clipboard, clipboardCheck, clipboardCheckFill, @@ -267,7 +269,9 @@ const icons = { checkLg, chevronDoubleLeft, chevronDoubleRight, + chevronDown, chevronRight, + chevronUp, clipboard, clipboardCheck, clipboardCheckFill,