jonaswinkler
|
96f4924911
|
frontend support for fulltext sorting
|
2021-05-15 18:48:39 +02:00 |
|
jonaswinkler
|
c49471fb3b
|
bugfix
|
2021-04-04 01:25:54 +02:00 |
|
jonaswinkler
|
ab7a499e8f
|
refactor filter reset
|
2021-04-04 00:03:51 +02:00 |
|
jonaswinkler
|
1ed9c245f5
|
fixed more like this
|
2021-04-03 21:07:36 +02:00 |
|
jonaswinkler
|
b6ff88645b
|
lots of changes for the new unified search
|
2021-03-17 22:25:22 +01:00 |
|
jonaswinkler
|
0f80eee54e
|
refactored most of the list view; fixes #147, much snappier UX when switching between views
|
2021-02-18 17:29:21 +01:00 |
|
jonaswinkler
|
9167357908
|
update list view when documents are added
|
2021-01-27 18:47:02 +01:00 |
|
Michael Shamoon
|
48220ceeb8
|
Refactor selection functions to two separate ones for clarity
|
2021-01-15 01:59:29 -08:00 |
|
Michael Shamoon
|
e6961d5287
|
Allow range selection with shift
|
2021-01-14 14:10:23 -08:00 |
|
Michael Shamoon
|
7cc3c73994
|
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
|
7f0f48ddac
|
bugfixes
|
2021-01-07 01:01:01 +01:00 |
|
Michael Shamoon
|
858bca0f7d
|
More efficient rule equivalency checking
|
2021-01-06 11:12:43 -08:00 |
|
Michael Shamoon
|
ac459b84c6
|
Same thing, wait for promise to return =/
|
2021-01-06 11:12:13 -08:00 |
|
Michael Shamoon
|
716005fbd2
|
restore function was lost in merge
|
2021-01-06 10:57:13 -08:00 |
|
Michael Shamoon
|
086dccc177
|
Move back list reload for network action
|
2021-01-06 07:59:46 -08:00 |
|
Michael Shamoon
|
e13dbe4881
|
Move variable
|
2021-01-06 07:57:33 -08:00 |
|
Michael Shamoon
|
6a16bdf5fd
|
Merge remote-tracking branch 'upstream/dev' into fix/issue-267
|
2021-01-06 07:55:19 -08:00 |
|
Michael Shamoon
|
14a2ad2b0d
|
Change detection of modified filter rules to wait for filter editor changes only
|
2021-01-06 07:53:48 -08:00 |
|
Michael Shamoon
|
507085ee7b
|
Move list reload after network action completes
|
2021-01-06 07:30:53 -08:00 |
|
jonaswinkler
|
9bbcb9319c
|
fixes #128
|
2021-01-04 17:08:52 +01:00 |
|
Michael Shamoon
|
7e36986a26
|
Clearing filters on saved views should reset them to initial rules
|
2021-01-04 00:20:10 -08:00 |
|
jonaswinkler
|
d935dcd350
|
fixes #98
|
2021-01-03 21:44:53 +01:00 |
|
jonaswinkler
|
bd3a2306d6
|
better toasts
|
2020-12-28 21:52:09 +01:00 |
|
jonaswinkler
|
67953c98a9
|
remove some non-required stuff
|
2020-12-28 12:32:36 +01:00 |
|
jonaswinkler
|
c547128238
|
Merge branch 'dev' into feature-bulk-edit
|
2020-12-25 22:19:10 +01:00 |
|
Michael Shamoon
|
6e79b771ec
|
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
|
95c4e77ae4
|
added many localization markers to the front end #123
|
2020-12-23 15:09:39 +01:00 |
|
Michael Shamoon
|
ba066af664
|
Merge branch 'feature-bulk-edit' into feature-bulk-editor
|
2020-12-22 07:43:51 -08:00 |
|
jonaswinkler
|
2f599ca1d3
|
fixes an issue with open documents not refreshing after bulk operations
|
2020-12-22 13:32:30 +01:00 |
|
Michael Shamoon
|
406f8daa12
|
TODO comment
|
2020-12-22 03:32:51 -08:00 |
|
Michael Shamoon
|
0a4a06b991
|
Singular items dont need removal logic since dropdowns dont support this (yet?)
|
2020-12-22 03:13:57 -08:00 |
|
Michael Shamoon
|
41e842a9e6
|
Unify bulk operations logic, working tags assignment and removal
|
2020-12-22 02:58:20 -08:00 |
|
Michael Shamoon
|
360fc081bb
|
Completely rewrite change detection, add back remove operations
|
2020-12-22 02:08:36 -08:00 |
|
Michael Shamoon
|
4cae338479
|
Merge branch 'feature-bulk-edit' into feature-bulk-editor
|
2020-12-22 00:19:35 -08:00 |
|
jonaswinkler
|
9ace199422
|
Merge branch 'dev' into feature-bulk-edit
|
2020-12-22 03:00:22 +01:00 |
|
jonaswinkler
|
f42e5bf1e5
|
added tracking to the document list
|
2020-12-22 02:59:09 +01:00 |
|
Michael Shamoon
|
48d83e166b
|
use ngIf for editor components to maybe help performance
|
2020-12-21 11:12:48 -08:00 |
|
Michael Shamoon
|
39b35c090b
|
Hide filter / bulk editor for better switching
|
2020-12-19 22:14:52 -08:00 |
|
Michael Shamoon
|
561db8607a
|
Unused bulk tag functions
|
2020-12-19 15:20:07 -08:00 |
|
Michael Shamoon
|
d91fa99e77
|
Handler for bulk set tags (awaiting API endpoint)
|
2020-12-19 14:26:26 -08:00 |
|
Michael Shamoon
|
400da7bbc5
|
Minor refactoring
|
2020-12-19 07:49:32 -08:00 |
|
Michael Shamoon
|
da3695e3a4
|
Working to backend except tags
|
2020-12-19 02:26:41 -08:00 |
|
Michael Shamoon
|
24c53e78a7
|
Working bulk editor component
|
2020-12-19 02:08:33 -08:00 |
|
Michael Shamoon
|
55a6dca373
|
Refactor editor and filterable dropdowns to be common components in anticipation of bulk editor
|
2020-12-18 16:03:52 -08:00 |
|
Michael Shamoon
|
fbb2da42dc
|
Merge branch 'dev' into feature-bulk-editor
|
2020-12-18 14:55:21 -08:00 |
|
jonaswinkler
|
75b22e8684
|
Merge branch 'dev' into feature-bulk-edit
|
2020-12-18 00:38:31 +01:00 |
|
jonaswinkler
|
e4ec52ed29
|
default saved view names
|
2020-12-16 18:16:14 +01:00 |
|
Michael Shamoon
|
b45bd66573
|
Basic bulk editor component
|
2020-12-14 23:14:19 -08:00 |
|
jonaswinkler
|
8b57967836
|
Merge branch 'dev' into feature-bulk-edit
|
2020-12-15 03:13:22 +01:00 |
|
jonaswinkler
|
de87efc291
|
confirmation messages
|
2020-12-14 21:14:33 +01:00 |
|