mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 03:26:50 +01:00
current view persists during session, code cleanup
This commit is contained in:
parent
8b36bc7801
commit
d3b1a20a99
8 changed files with 99 additions and 66 deletions
|
|
@ -2,6 +2,10 @@ export const OPEN_DOCUMENT_SERVICE = {
|
|||
DOCUMENTS: 'open-documents-service:openDocuments'
|
||||
}
|
||||
|
||||
export const DOCUMENT_LIST_SERVICE = {
|
||||
CURRENT_VIEW_CONFIG: 'document-list-service:currentViewConfig'
|
||||
}
|
||||
|
||||
export const GENERAL_SETTINGS = {
|
||||
DOCUMENT_LIST_SIZE: 'general-settings:documentListSize',
|
||||
DOCUMENT_LIST_SIZE_DEFAULT: 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue