mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			22064ed004
			...
			f2fabc81d4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | f2fabc81d4 | ||
|   | f94c3eeea8 | 
| @@ -113,7 +113,7 @@ | |||||||
|                     [disablePopover]="!slimSidebarEnabled" placement="end" container="body" triggers="mouseenter:mouseleave" |                     [disablePopover]="!slimSidebarEnabled" placement="end" container="body" triggers="mouseenter:mouseleave" | ||||||
|                     popoverClass="popover-slim"> |                     popoverClass="popover-slim"> | ||||||
|                     <i-bs class="me-1" name="funnel"></i-bs> |                     <i-bs class="me-1" name="funnel"></i-bs> | ||||||
|                       <span> <div class="d-inline-flex view-name"><span [class.text-truncate]="!slimSidebarEnabled">{{view.name}}</span></div> |                       <span> <div class="d-inline-flex view-name"><span class="overflow-hidden" [class.text-truncate]="!slimSidebarEnabled">{{view.name}}</span></div> | ||||||
|                         @if (showSidebarCounts && !slimSidebarEnabled) { |                         @if (showSidebarCounts && !slimSidebarEnabled) { | ||||||
|                           <span class="badge bg-info text-dark ms-2 d-inline">{{ savedViewService.getDocumentCount(view) }}</span> |                           <span class="badge bg-info text-dark ms-2 d-inline">{{ savedViewService.getDocumentCount(view) }}</span> | ||||||
|                         } |                         } | ||||||
|   | |||||||
| @@ -88,6 +88,7 @@ class StandardPagination(PageNumberPagination): | |||||||
|         response_schema["properties"]["all"] = { |         response_schema["properties"]["all"] = { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "example": "[1, 2, 3]", |             "example": "[1, 2, 3]", | ||||||
|  |             "items": {"type": "integer"}, | ||||||
|         } |         } | ||||||
|         return response_schema |         return response_schema | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user