Commit Graph

58 Commits

Author SHA1 Message Date
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
jonaswinkler 889fe5890d refactored titles 2020-12-14 20:59:18 +01:00
jonaswinkler 381a503947 bugfix 2020-12-14 19:39:16 +01:00
jonaswinkler b7126030d1 many changes to support server side saved views 2020-12-14 19:26:36 +01:00
jonaswinkler 94c07839a4 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 54d90a4c4b Code cleanup 2020-12-13 20:37:13 -08:00
Michael Shamoon 7ac101d84e Typo! 2020-12-13 12:17:01 -08:00
jonaswinkler b5a85caa72 confirm dialogs for remove operations 2020-12-13 15:20:24 +01:00
jonaswinkler bb9b438aa6 Merge branch 'dev' into feature-bulk-edit 2020-12-13 15:13:43 +01:00
Michael Shamoon e215e11417 Completely refactored because programming
Extracted filter editor to service
Made all components actually reactive
2020-12-12 22:53:34 -08:00
Michael Shamoon 9cd40e96f4 Working date filtering 2020-12-12 01:09:52 -08:00
Michael Shamoon e7cb358536 Fix broken card tags / correspondent links 2020-12-11 15:20:47 -08:00
jonaswinkler d1f285113d bulk edit menu and methods 2020-12-11 14:49:22 +01:00
Michael Shamoon 25e1177198 Title filtering 2020-12-10 01:42:40 -08:00
Michael Shamoon ab8a1cfded Working moved dropdowns 2020-12-10 00:46:13 -08:00
Michael Shamoon fa5121082d Moved quick filters to filter editor 2020-12-09 23:12:51 -08:00
Michael Shamoon 4fbb814e5b Visual tweaks 2020-12-09 01:28:04 -08:00
Michael Shamoon 0f635d1bb2 Clear button & visual tweaks 2020-12-09 01:28:04 -08:00
Michael Shamoon 23ba3be68f Toggling of items 2020-12-09 01:27:35 -08:00
Michael Shamoon f3fd0fcf72 Basic tags, correspondents & document type dropdowns 2020-12-09 01:27:35 -08:00
jonaswinkler c4a939dbcc addresses #104 2020-12-08 00:09:36 +01:00
jonaswinkler dc36e8566a addresses #106 2020-12-07 22:15:56 +01:00
jonaswinkler e9758d5224 bugfix 2020-12-04 23:16:04 +01:00
jonaswinkler 5456d5eafa bugfix 2020-12-04 23:07:11 +01:00
jonaswinkler ceaade29a6 bugfix 2020-12-04 01:26:12 +01:00
jonaswinkler 982ea84906 adjustments of the front end for API changes. 2020-12-03 20:28:17 +01:00
jonaswinkler c4d13b5802 improvements to the filter. 2020-12-03 19:55:42 +01:00
jonaswinkler 20fc065567 hide the filter when it's cleared. 2020-12-03 15:02:27 +01:00
jonaswinkler 748b27c680 small fix. 2020-12-03 01:03:28 +01:00
jonaswinkler 282e6f453f clickable fast filters now disregard any unapplied changes in the filter editor 2020-12-02 01:19:28 +01:00
jonaswinkler ab41a708e9 still not happy with the document list table, but it has clickable tags and correspondents #54 2020-11-28 22:14:12 +01:00
jonaswinkler 562d81e246 clickable tags and correspondents fixes #54 2020-11-28 21:28:07 +01:00