]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: sidebar saved views label, add spacing to settings columns
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 3 Dec 2024 19:29:55 +0000 (11:29 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 3 Dec 2024 19:44:44 +0000 (11:44 -0800)
src-ui/messages.xlf
src-ui/src/app/components/admin/settings/settings.component.html
src-ui/src/app/components/app-frame/app-frame.component.html

index b62159a3a462b7425df5bd307e2cf076f86f93c7..914e781d4b602239e9f8c73b065abb39844a3914 100644 (file)
           <context context-type="sourcefile">src/app/components/admin/settings/settings.component.html</context>
           <context context-type="linenumber">227</context>
         </context-group>
+        <context-group purpose="location">
+          <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context>
+          <context context-type="linenumber">204</context>
+        </context-group>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context>
           <context context-type="linenumber">206</context>
           <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context>
           <context context-type="linenumber">199</context>
         </context-group>
-        <context-group purpose="location">
-          <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context>
-          <context context-type="linenumber">204</context>
-        </context-group>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html</context>
           <context context-type="linenumber">4</context>
index 2abfeb76a6aae8360e31dc88870ebd91a95c6a25..6f71f7a67b484ad5233587041704127e9b79337d 100644 (file)
@@ -40,7 +40,7 @@
       <a ngbNavLink i18n>General</a>
       <ng-template ngbNavContent>
         <div class="row">
-          <div class="col-xl-6">
+          <div class="col-xl-6 pe-xl-5">
             <h4 i18n>Appearance</h4>
             <div class="row mb-3">
               <div class="col-md-3 col-form-label pt-0">
               </div>
             </div>
           </div>
-          <div class="col-xl-6">
+          <div class="col-xl-6 ps-xl-5">
             <h4 class="mt-4" id="update-checking" i18n>Update checking</h4>
             <div class="row mb-3">
               <div class="offset-md-3 col d-flex flex-row align-items-start">
index c9192df6a15b5b16e6c44eba6c7da424beeec327..2354b68fc565243e8f67f776bc1dcc7f6df1976e 100644 (file)
             </li>
             <li class="nav-item app-link" *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.SavedView }">
               <a class="nav-link" routerLink="savedviews" routerLinkActive="active" (click)="closeMenu()"
-                ngbPopover="Custom Fields" i18n-ngbPopover [disablePopover]="!slimSidebarEnabled" placement="end"
+                ngbPopover="Saved Views" i18n-ngbPopover [disablePopover]="!slimSidebarEnabled" placement="end"
                 container="body" triggers="mouseenter:mouseleave" popoverClass="popover-slim">
                 <i-bs class="me-1" name="window-stack"></i-bs><span>&nbsp;<ng-container i18n>Saved Views</ng-container></span>
               </a>