59 Commits

Author SHA1 Message Date
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
jonaswinkler
f4a724ebb2 Merge branch 'dev' into feature-bulk-edit 2020-12-13 15:13:43 +01:00
Michael Shamoon
9623139cb2 Completely refactored because programming
Extracted filter editor to service
Made all components actually reactive
2020-12-12 22:53:34 -08:00
Michael Shamoon
bc665fb691 Working date filtering 2020-12-12 01:09:52 -08:00
Michael Shamoon
b1d5ad1a6b Fix broken card tags / correspondent links 2020-12-11 15:20:47 -08:00
jonaswinkler
ab1d384e72 bulk edit menu and methods 2020-12-11 14:49:22 +01:00
Michael Shamoon
2c26178cd3 Title filtering 2020-12-10 01:42:40 -08:00
Michael Shamoon
ed38e7f45d Working moved dropdowns 2020-12-10 00:46:13 -08:00
Michael Shamoon
af14217ce8 Moved quick filters to filter editor 2020-12-09 23:12:51 -08:00
Michael Shamoon
c442b45cac Visual tweaks 2020-12-09 01:28:04 -08:00
Michael Shamoon
83b1cf4b59 Clear button & visual tweaks 2020-12-09 01:28:04 -08:00
Michael Shamoon
53a0289843 Toggling of items 2020-12-09 01:27:35 -08:00
Michael Shamoon
f9648af2c0 Basic tags, correspondents & document type dropdowns 2020-12-09 01:27:35 -08:00
jonaswinkler
a81e002e7b addresses #104 2020-12-08 00:09:36 +01:00
jonaswinkler
d8296721bb addresses #106 2020-12-07 22:15:56 +01:00
jonaswinkler
cd5587b511 bugfix 2020-12-04 23:16:04 +01:00
jonaswinkler
34b0e74622 bugfix 2020-12-04 23:07:11 +01:00
jonaswinkler
5765b84f3e bugfix 2020-12-04 01:26:12 +01:00
jonaswinkler
509f018d85 adjustments of the front end for API changes. 2020-12-03 20:28:17 +01:00
jonaswinkler
ff20b2857c improvements to the filter. 2020-12-03 19:55:42 +01:00
jonaswinkler
cb92d4c691 hide the filter when it's cleared. 2020-12-03 15:02:27 +01:00
jonaswinkler
693d12fda5 small fix. 2020-12-03 01:03:28 +01:00
jonaswinkler
6367a4807b clickable fast filters now disregard any unapplied changes in the filter editor 2020-12-02 01:19:28 +01:00
jonaswinkler
97b7c16645 still not happy with the document list table, but it has clickable tags and correspondents #54 2020-11-28 22:14:12 +01:00