mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Merge pull request #3329 from paperless-ngx/feature-full-dynamic-counts
Enhancement: dynamic counts include all pages, hide for "Any"
This commit is contained in:
commit
b802f3a71f
9 changed files with 93 additions and 5 deletions
|
|
@ -2,4 +2,6 @@ export interface Results<T> {
|
|||
count: number
|
||||
|
||||
results: T[]
|
||||
|
||||
all: number[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue