Michael Shamoon
b1ecac73fe
Refactor selection functions to two separate ones for clarity
2021-01-15 01:59:29 -08:00
Michael Shamoon
09e72b7fe9
Allow range selection with shift
2021-01-14 14:10:23 -08:00
Michael Shamoon
1d88b86238
Convert selection functions on cards to toggling, let service handle setting selected
...
Also because we need to capture mouseevents
2021-01-14 10:56:30 -08:00
jonaswinkler
7096e73915
bugfixes
2021-01-07 01:01:01 +01:00
Michael Shamoon
14813f3c8f
More efficient rule equivalency checking
2021-01-06 11:12:43 -08:00
Michael Shamoon
0111b43ca9
Same thing, wait for promise to return =/
2021-01-06 11:12:13 -08:00
Michael Shamoon
4d5a63bf06
restore function was lost in merge
2021-01-06 10:57:13 -08:00
Michael Shamoon
a47852b91e
Move back list reload for network action
2021-01-06 07:59:46 -08:00
Michael Shamoon
a77c6919ec
Move variable
2021-01-06 07:57:33 -08:00
Michael Shamoon
536dc2d4c7
Merge remote-tracking branch 'upstream/dev' into fix/issue-267
2021-01-06 07:55:19 -08:00
Michael Shamoon
d7fd83d4fe
Change detection of modified filter rules to wait for filter editor changes only
2021-01-06 07:53:48 -08:00
Michael Shamoon
fa6f2c0bf9
Move list reload after network action completes
2021-01-06 07:30:53 -08:00
jonaswinkler
a16c6baa5a
fixes #128
2021-01-04 17:08:52 +01:00
Michael Shamoon
cdec22a332
Clearing filters on saved views should reset them to initial rules
2021-01-04 00:20:10 -08:00
jonaswinkler
1ba712f778
fixes #98
2021-01-03 21:44:53 +01:00
jonaswinkler
619e25d71b
better toasts
2020-12-28 21:52:09 +01:00
jonaswinkler
641e66f1e1
remove some non-required stuff
2020-12-28 12:32:36 +01:00
jonaswinkler
cdf8c64535
Merge branch 'dev' into feature-bulk-edit
2020-12-25 22:19:10 +01:00
Michael Shamoon
6c8435ab29
Refactor bulk editor to be self-contained
...
See https://github.com/jonaswinkler/paperless-ng/pull/162#issuecomment-750425915
2020-12-25 00:58:17 -08:00
jonaswinkler
10deab8fb6
added many localization markers to the front end #123
2020-12-23 15:09:39 +01:00
Michael Shamoon
10b73d42ef
Merge branch 'feature-bulk-edit' into feature-bulk-editor
2020-12-22 07:43:51 -08:00
jonaswinkler
5850e4ad38
fixes an issue with open documents not refreshing after bulk operations
2020-12-22 13:32:30 +01:00
Michael Shamoon
8de6c67315
TODO comment
2020-12-22 03:32:51 -08:00
Michael Shamoon
df2acaeac9
Singular items dont need removal logic since dropdowns dont support this (yet?)
2020-12-22 03:13:57 -08:00
Michael Shamoon
48a1fd028e
Unify bulk operations logic, working tags assignment and removal
2020-12-22 02:58:20 -08:00
Michael Shamoon
dddceed451
Completely rewrite change detection, add back remove operations
2020-12-22 02:08:36 -08:00
Michael Shamoon
6c5d607c6f
Merge branch 'feature-bulk-edit' into feature-bulk-editor
2020-12-22 00:19:35 -08:00
jonaswinkler
e1dbf70c6e
Merge branch 'dev' into feature-bulk-edit
2020-12-22 03:00:22 +01:00
jonaswinkler
c57c0eb955
added tracking to the document list
2020-12-22 02:59:09 +01:00
Michael Shamoon
65abf8ef15
use ngIf for editor components to maybe help performance
2020-12-21 11:12:48 -08:00
Michael Shamoon
847d4ccdee
Hide filter / bulk editor for better switching
2020-12-19 22:14:52 -08:00
Michael Shamoon
28283c0a07
Unused bulk tag functions
2020-12-19 15:20:07 -08:00
Michael Shamoon
8536cfeddb
Handler for bulk set tags (awaiting API endpoint)
2020-12-19 14:26:26 -08:00
Michael Shamoon
83bb7d71fb
Minor refactoring
2020-12-19 07:49:32 -08:00
Michael Shamoon
f5681945cd
Working to backend except tags
2020-12-19 02:26:41 -08:00
Michael Shamoon
d49cf3caad
Working bulk editor component
2020-12-19 02:08:33 -08:00
Michael Shamoon
bbf87f11f4
Refactor editor and filterable dropdowns to be common components in anticipation of bulk editor
2020-12-18 16:03:52 -08:00
Michael Shamoon
d3b63c1bc3
Merge branch 'dev' into feature-bulk-editor
2020-12-18 14:55:21 -08:00
jonaswinkler
01fb6fff06
Merge branch 'dev' into feature-bulk-edit
2020-12-18 00:38:31 +01:00
jonaswinkler
93f7b57caa
default saved view names
2020-12-16 18:16:14 +01:00
Michael Shamoon
5850daf208
Basic bulk editor component
2020-12-14 23:14:19 -08:00
jonaswinkler
b68d58c378
Merge branch 'dev' into feature-bulk-edit
2020-12-15 03:13:22 +01:00
jonaswinkler
b545fbbabd
confirmation messages
2020-12-14 21:14:33 +01:00
jonaswinkler
8fbd11d9f8
refactored titles
2020-12-14 20:59:18 +01:00
jonaswinkler
c24fb7d43b
bugfix
2020-12-14 19:39:16 +01:00
jonaswinkler
a64138a62e
many changes to support server side saved views
2020-12-14 19:26:36 +01:00
jonaswinkler
beacf00a89
refactored filter service
...
- I wasn't too happy with that in the end.
- The filter editor should not be concerned about managing filter rule state.
- Therefore, it should not access a service for filter rules.
- The editor should simply be given a set of rules, and edit that rule set.
- The only entity that should manage filter state should be the document list service, and the saved view service in the form of filters associated with saved views.
2020-12-14 16:51:01 +01:00
Michael Shamoon
f1943132c9
Code cleanup
2020-12-13 20:37:13 -08:00
Michael Shamoon
b753e5c419
Typo!
2020-12-13 12:17:01 -08:00
jonaswinkler
f9cdab480e
confirm dialogs for remove operations
2020-12-13 15:20:24 +01:00