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/cgi-bin/gitweb.cgi?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 ff80288aa..2c09f433c 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 @@ -158,10 +158,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 fabcbf7d1..72bfc899d 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 @@ -78,6 +78,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 3e7846dfd..b6d040027 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -55,6 +55,8 @@ import { checkLg, chevronDoubleLeft, chevronDoubleRight, + chevronDown, + chevronUp, clipboard, clipboardCheck, clipboardCheckFill, @@ -260,6 +262,8 @@ const icons = { checkAll, checkCircleFill, checkLg, + chevronDown, + chevronUp, chevronDoubleLeft, chevronDoubleRight, clipboard,