diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 95adeb28b..44a452589 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -563,11 +563,11 @@ src/app/components/app-frame/app-frame.component.html - 267 + 271 src/app/components/app-frame/app-frame.component.html - 270 + 274 @@ -679,11 +679,11 @@ src/app/components/app-frame/app-frame.component.html - 233 + 237 src/app/components/app-frame/app-frame.component.html - 235 + 239 @@ -1204,7 +1204,7 @@ src/app/components/app-frame/app-frame.component.html - 106 + 107 @@ -1632,11 +1632,11 @@ src/app/components/app-frame/app-frame.component.html - 256 + 260 src/app/components/app-frame/app-frame.component.html - 258 + 262 @@ -1830,11 +1830,11 @@ src/app/components/app-frame/app-frame.component.html - 247 + 251 src/app/components/app-frame/app-frame.component.html - 249 + 253 @@ -2217,11 +2217,11 @@ src/app/components/app-frame/app-frame.component.html - 275 + 279 src/app/components/app-frame/app-frame.component.html - 278 + 282 @@ -2274,36 +2274,36 @@ Open documents src/app/components/app-frame/app-frame.component.html - 136 + 137 Close all src/app/components/app-frame/app-frame.component.html - 156 + 157 src/app/components/app-frame/app-frame.component.html - 158 + 159 Manage src/app/components/app-frame/app-frame.component.html - 166 + 168 Correspondents src/app/components/app-frame/app-frame.component.html - 172 + 174 src/app/components/app-frame/app-frame.component.html - 174 + 176 src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -2314,11 +2314,11 @@ Tags src/app/components/app-frame/app-frame.component.html - 179 + 181 src/app/components/app-frame/app-frame.component.html - 182 + 184 src/app/components/common/input/tags/tags.component.ts @@ -2345,11 +2345,11 @@ Document Types src/app/components/app-frame/app-frame.component.html - 188 + 190 src/app/components/app-frame/app-frame.component.html - 190 + 192 src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -2360,11 +2360,11 @@ Storage Paths src/app/components/app-frame/app-frame.component.html - 195 + 197 src/app/components/app-frame/app-frame.component.html - 197 + 199 src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -2375,11 +2375,11 @@ Custom Fields src/app/components/app-frame/app-frame.component.html - 202 + 204 src/app/components/app-frame/app-frame.component.html - 204 + 206 src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html @@ -2394,11 +2394,11 @@ Workflows src/app/components/app-frame/app-frame.component.html - 211 + 213 src/app/components/app-frame/app-frame.component.html - 213 + 215 src/app/components/manage/workflows/workflows.component.html @@ -2409,71 +2409,71 @@ Mail src/app/components/app-frame/app-frame.component.html - 218 + 220 src/app/components/app-frame/app-frame.component.html - 221 + 223 Administration src/app/components/app-frame/app-frame.component.html - 227 + 231 Configuration src/app/components/app-frame/app-frame.component.html - 240 + 244 src/app/components/app-frame/app-frame.component.html - 242 + 246 GitHub src/app/components/app-frame/app-frame.component.html - 285 + 289 is available. src/app/components/app-frame/app-frame.component.html - 294,295 + 298,299 Click to view. src/app/components/app-frame/app-frame.component.html - 295 + 299 Paperless-ngx can automatically check for updates src/app/components/app-frame/app-frame.component.html - 299 + 303 How does this work? src/app/components/app-frame/app-frame.component.html - 306,308 + 310,312 Update available src/app/components/app-frame/app-frame.component.html - 319 + 323 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 59b9b3929..df794e117 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 @@ -85,14 +85,14 @@ - + Dashboard - + @@ -100,9 +100,10 @@ - + + @if (savedViewService.loading || savedViewService.sidebarViews?.length > 0) { - + Saved views @if (savedViewService.loading) { @@ -111,7 +112,7 @@ } @for (view of savedViewService.sidebarViews; track view) { - } - + - + @if (openDocuments.length > 0) { - + Open documents } @for (d of openDocuments; track d) { - - + @@ -151,8 +152,8 @@ } @if (openDocuments.length >= 1) { - - + Close all @@ -160,178 +161,182 @@ } - + - - Manage - - - - - Correspondents - - - - - Tags - - - - - Document Types - - - - - Storage Paths - - - - - Custom Fields - - - - - Workflows - - - - - Mail - - - + + + Manage + + + + + Correspondents + + + + + Tags + + + + + Document Types + + + + + Storage Paths + + + + + Custom Fields + + + + + Workflows + + + + + Mail + + + + - - Administration - - - - - Settings - - - - - Configuration - - - - - Users & Groups - - - - - File Tasks@if (tasksService.failedFileTasks.length > 0) { - {{tasksService.failedFileTasks.length}} - } - @if (tasksService.failedFileTasks.length > 0 && slimSidebarEnabled) { - {{tasksService.failedFileTasks.length}} - } - - - - - Logs - - - - - Documentation - - - - - - - {{ versionString }} - - - @if (!settingsService.updateCheckingIsSet || appRemoteVersion) { - - - Paperless-ngx {{ appRemoteVersion.version }} is - available.Click to view. - - - - Paperless-ngx can automatically check for updates - - - Enable - Disable - - - - How does this work? - - - - @if (settingsService.updateCheckingIsSet) { - @if (appRemoteVersion.update_available) { - + + Administration + + + + + Settings + + + + + Configuration + + + + + Users & Groups + + + + + File Tasks@if (tasksService.failedFileTasks.length > 0) { + {{tasksService.failedFileTasks.length}} + } + @if (tasksService.failedFileTasks.length > 0 && slimSidebarEnabled) { + {{tasksService.failedFileTasks.length}} + } + + + + + Logs + + + + + Documentation + + + + + + + {{ versionString }} + + + @if (!settingsService.updateCheckingIsSet || appRemoteVersion) { + + + Paperless-ngx {{ appRemoteVersion.version }} is + available.Click to view. + + + + Paperless-ngx can automatically check for updates + + + Enable + Disable + + + + How does this work? + + + + @if (settingsService.updateCheckingIsSet) { + @if (appRemoteVersion.update_available) { + + + @if (appRemoteVersion?.update_available) { + Update available + } + + } + } @else { + - @if (appRemoteVersion?.update_available) { - Update available - } } - } @else { - - - - } - - } - - - + + } + + + + diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index f377276ab..cd6c41111 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -18,6 +18,10 @@ height: 0.8em; } + .nav-group:not(:has(.app-link)) .sidebar-heading { + display: none !important; + } + // These come from the col-* classes for non-slim sidebar, needed for animation @media (min-width: 768px) { max-width: 25%;
- Paperless-ngx can automatically check for updates -
- - How does this work? - -
+ Paperless-ngx can automatically check for updates +
+ + How does this work? + +