mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Visual tweaks
This commit is contained in:
		@@ -84,7 +84,7 @@
 | 
			
		||||
                  <path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/>
 | 
			
		||||
                </svg>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div>{{tag.name}}</div>
 | 
			
		||||
              <div class="mr-1">{{tag.name}}</div>
 | 
			
		||||
              <div class="badge bg-primary text-light rounded-pill ml-auto">{{tag.document_count}}</div>
 | 
			
		||||
            </button>
 | 
			
		||||
          </ng-container>
 | 
			
		||||
@@ -104,7 +104,7 @@
 | 
			
		||||
                  <path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/>
 | 
			
		||||
                </svg>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div>{{correspondent.name}}</div>
 | 
			
		||||
              <div class="mr-1">{{correspondent.name}}</div>
 | 
			
		||||
              <div class="badge bg-primary text-light rounded-pill ml-auto">{{correspondent.document_count}}</div>
 | 
			
		||||
            </button>
 | 
			
		||||
          </ng-container>
 | 
			
		||||
@@ -124,7 +124,7 @@
 | 
			
		||||
                  <path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/>
 | 
			
		||||
                </svg>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div>{{documentType.name}}</div>
 | 
			
		||||
              <div class="mr-1">{{documentType.name}}</div>
 | 
			
		||||
              <div class="badge bg-primary text-light rounded-pill ml-auto">{{documentType.document_count}}</div>
 | 
			
		||||
            </button>
 | 
			
		||||
          </ng-container>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,7 @@
 | 
			
		||||
.quick-filter {
 | 
			
		||||
  min-width: 250px;
 | 
			
		||||
  max-height: 400px;
 | 
			
		||||
  overflow-y: scroll;
 | 
			
		||||
  
 | 
			
		||||
  .selected-icon {
 | 
			
		||||
    min-width: 1em;
 | 
			
		||||
 
 | 
			
		||||
@@ -45,6 +45,9 @@ export class DocumentListComponent implements OnInit {
 | 
			
		||||
  tags: PaperlessTag[] = []
 | 
			
		||||
  correspondents: PaperlessCorrespondent[] = []
 | 
			
		||||
  documentTypes: PaperlessDocumentType[] = []
 | 
			
		||||
  filterTagsText: string
 | 
			
		||||
  filterCorrespondentsText: string
 | 
			
		||||
  filterDocumentTypesText: string
 | 
			
		||||
 | 
			
		||||
  @ViewChild(FilterEditorComponent) filterEditor;
 | 
			
		||||
  
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user