jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							6d39dfeb3b 
							
						 
					 
					
						
						
							
							forgot to address this.  
						
						
						
						
					 
					
						2020-12-15 03:53:18 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							999b36473c 
							
						 
					 
					
						
						
							
							more refactoring and bug fixing.  
						
						
						
						
					 
					
						2020-12-15 03:29:23 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							ff71b04848 
							
						 
					 
					
						
						
							
							editable saved views  
						
						
						
						
					 
					
						2020-12-15 02:35:04 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							67d03c11b9 
							
						 
					 
					
						
						
							
							fixed the date selection dropdowns.  
						
						... 
						
						
						
						- They still contain that ugly hack. 
						
						
					 
					
						2020-12-15 00:48:06 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							533be7e96e 
							
						 
					 
					
						
						
							
							better highlight of active filters  
						
						
						
						
					 
					
						2020-12-15 00:30:36 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							4ed56e4603 
							
						 
					 
					
						
						
							
							fix  
						
						
						
						
					 
					
						2020-12-15 00:00:40 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							45848f5e34 
							
						 
					 
					
						
						
							
							removed manual date formatting/parsing  
						
						
						
						
					 
					
						2020-12-14 22:46:50 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							cf619d9d31 
							
						 
					 
					
						
						
							
							typing  
						
						
						
						
					 
					
						2020-12-14 22:20:28 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							958acd8a36 
							
						 
					 
					
						
						
							
							imports  
						
						
						
						
					 
					
						2020-12-14 20:21:31 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							13d934dc6e 
							
						 
					 
					
						
						
							
							new saved view service replaces old local storage based service  
						
						
						
						
					 
					
						2020-12-14 18:46:11 +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 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							10440ec820 
							
						 
					 
					
						
						
							
							this button wasn't really doing anything.  
						
						
						
						
					 
					
						2020-12-14 11:31:12 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							02c1d496d6 
							
						 
					 
					
						
						
							
							some refactoring.  
						
						
						
						
					 
					
						2020-12-14 11:22:24 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							98ab79ad5a 
							
						 
					 
					
						
						
							
							fix title filter not removing filter rule  
						
						
						
						
					 
					
						2020-12-14 11:12:36 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							32201dd034 
							
						 
					 
					
						
						
							
							button badge margin  
						
						
						
						
					 
					
						2020-12-13 20:56:49 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							670b6d3629 
							
						 
					 
					
						
						
							
							Change date filter active check to check circle filled  
						
						
						
						
					 
					
						2020-12-13 20:53:00 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							54d90a4c4b 
							
						 
					 
					
						
						
							
							Code cleanup  
						
						
						
						
					 
					
						2020-12-13 20:37:13 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							9bfc92cf79 
							
						 
					 
					
						
						
							
							Fix missing NgbDropdown import  
						
						
						
						
					 
					
						2020-12-13 20:16:23 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							a12ec00827 
							
						 
					 
					
						
						
							
							Remove unused displayName  
						
						
						
						
					 
					
						2020-12-13 20:16:15 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							245af65841 
							
						 
					 
					
						
						
							
							Auto-close menu when single item chosen with Enter key  
						
						
						
						
					 
					
						2020-12-13 15:47:46 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							ee7492cf52 
							
						 
					 
					
						
						
							
							Clear date filter buttons  
						
						
						
						
					 
					
						2020-12-13 15:38:28 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							8e5c2a2b14 
							
						 
					 
					
						
						
							
							Fix date clearing  
						
						
						
						
					 
					
						2020-12-13 15:08:45 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							04bb7d4893 
							
						 
					 
					
						
						
							
							Remove card around filter editor  
						
						
						
						
					 
					
						2020-12-13 14:46:10 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							1fafb9ace6 
							
						 
					 
					
						
						
							
							Prettier styling on dropdowns  
						
						
						
						
					 
					
						2020-12-13 14:40:17 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							ae51619243 
							
						 
					 
					
						
						
							
							Make date buttons same as other dropdowns  
						
						
						
						
					 
					
						2020-12-13 14:11:43 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							7ac101d84e 
							
						 
					 
					
						
						
							
							Typo!  
						
						
						
						
					 
					
						2020-12-13 12:17:01 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							2c18f6268b 
							
						 
					 
					
						
						
							
							Comment cleanup  
						
						
						
						
					 
					
						2020-12-13 11:34:58 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							7d212f6e80 
							
						 
					 
					
						
						
							
							Last time fixing the toggling logic, I hope =/  
						
						
						
						
					 
					
						2020-12-13 11:33:57 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							3d8cd0f0d6 
							
						 
					 
					
						
						
							
							change tag selected marker to badge  
						
						
						
						
					 
					
						2020-12-13 11:32:13 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							3f719a21e0 
							
						 
					 
					
						
						
							
							Typo from merge  
						
						
						
						
					 
					
						2020-12-13 11:29:12 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a75d3f41b 
							
						 
					 
					
						
						
							
							Merge branch 'dev' into quick-filters  
						
						
						
						
					 
					
						2020-12-13 11:27:40 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							1ddad84985 
							
						 
					 
					
						
						
							
							Fix visual clearing of date field  
						
						
						
						
					 
					
						2020-12-13 11:23:21 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							bcdbc975d6 
							
						 
					 
					
						
						
							
							Show filter has items selected  
						
						
						
						
					 
					
						2020-12-13 11:20:28 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							a61ea3555a 
							
						 
					 
					
						
						
							
							Ok now toggling logic is fixed  
						
						
						
						
					 
					
						2020-12-13 11:17:10 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							2de546fd52 
							
						 
					 
					
						
						
							
							Fix tag / correspondent / document type toggling logic  
						
						
						
						
					 
					
						2020-12-13 11:03:50 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							d6894d3c64 
							
						 
					 
					
						
						
							
							Change views menu title  
						
						
						
						
					 
					
						2020-12-13 10:28:09 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							bb1725c7dd 
							
						 
					 
					
						
						
							
							Typescript cleanup  
						
						
						
						
					 
					
						2020-12-13 10:25:51 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							6f684f8070 
							
						 
					 
					
						
						
							
							Dropdown components now accept lists not observables  
						
						
						
						
					 
					
						2020-12-13 10:24:20 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							7712230300 
							
						 
					 
					
						
						
							
							remove unneeded display Input  
						
						
						
						
					 
					
						2020-12-13 10:18:03 -08:00 
						 
				 
			
				
					
						
							
							
								Jonas Winkler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e4c5af158 
							
						 
					 
					
						
						
							
							Merge pull request  #133  from rYR79435/patch-2  
						
						... 
						
						
						
						Open GitHub and Documentation links in a new tab 
						
						
					 
					
						2020-12-13 15:48:57 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							3089b049cf 
							
						 
					 
					
						
						
							
							refactored metadata views  
						
						
						
						
					 
					
						2020-12-13 14:56:44 +01:00 
						 
				 
			
				
					
						
							
							
								jonaswinkler 
							
						 
					 
					
						
						
						
						
							
						
						
							5bea5e75c0 
							
						 
					 
					
						
						
							
							Refactored delete dialog into a more generic confirm dialog  
						
						
						
						
					 
					
						2020-12-13 14:28:37 +01:00 
						 
				 
			
				
					
						
							
							
								rYR79435 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30853e963e 
							
						 
					 
					
						
						
							
							Open GitHub and Documentation links in a new tab  
						
						
						
						
					 
					
						2020-12-13 13:30:30 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							1379c039b8 
							
						 
					 
					
						
						
							
							Workaround for infinte loop breaks two way binding for date picker initialization  
						
						
						
						
					 
					
						2020-12-13 02:03:59 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Shamoon 
							
						 
					 
					
						
						
						
						
							
						
						
							37c21e518d 
							
						 
					 
					
						
						
							
							set max date for date pickers  
						
						
						
						
					 
					
						2020-12-13 01:27:11 -08: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