Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							846e235e0c 
							
						 
					 
					
						
						
							
							fix: NEXT_PUBLIC_VERCEL_URL usage  
						
						
						
					 
					
						2022-04-12 11:37:17 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee07435c62 
							
						 
					 
					
						
						
							
							feat: get rid of NEXT_PUBLIC_SITE_URL  
						
						
						
					 
					
						2022-04-12 00:10:07 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							62e3a37c65 
							
						 
					 
					
						
						
							
							fix: capitalize component files  
						
						
						
					 
					
						2022-04-10 17:34:11 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							986f7ab888 
							
						 
					 
					
						
						
							
							feat: new dashboards logic,  closes   #17  
						
						
						
					 
					
						2022-04-10 16:54:51 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce9bb0eedf 
							
						 
					 
					
						
						
							
							refactor: frontend code, especially DisplayForecast(s)  
						
						
						
					 
					
						2022-04-10 16:54:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							63219d429d 
							
						 
					 
					
						
						
							
							fix: add missing dependency  
						
						
						
					 
					
						2022-04-08 10:01:30 -04:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							340dd3ac19 
							
						 
					 
					
						
						
							
							fix: /capture code  
						
						
						
					 
					
						2022-04-06 01:51:32 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39e46b1fe6 
							
						 
					 
					
						
						
							
							fix: more dashboards fixing & ts changes  
						
						
						
					 
					
						2022-04-06 00:36:38 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3771b53e4f 
							
						 
					 
					
						
						
							
							fix: platform labels in dashboards  
						
						
						
					 
					
						2022-04-06 00:02:54 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b6ff8d440 
							
						 
					 
					
						
						
							
							fix: platform names, dashboards, cleanups  
						
						
						
					 
					
						2022-04-02 02:25:12 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1461002070 
							
						 
					 
					
						
						
							
							fix: secretEmbed  
						
						
						
					 
					
						2022-04-02 01:38:39 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72db637972 
							
						 
					 
					
						
						
							
							feat: new db structure; platform labels  
						
						
						
					 
					
						2022-04-01 23:24:35 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49d8140784 
							
						 
					 
					
						
						
							
							feat: algolia settings in .env  
						
						
						
					 
					
						2022-03-30 19:52:43 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							066eb0302a 
							
						 
					 
					
						
						
							
							style: bring back double quotes from prettier  
						
						... 
						
						
						
						One large commit to avoid dealing with messy patches later on.
Turns out I had
https://marketplace.visualstudio.com/items?itemName=amatiasq.sort-imports 
installed with single quotes which messed up all double quotes from
prettier. 
						
					 
					
						2022-03-28 20:59:07 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							164f996f41 
							
						 
					 
					
						
						
							
							feat: convert all js to ts  
						
						... 
						
						
						
						allowJs is set to false in tsconfig.json now; please write all future
code with typescript.
cleanups:
- removed platforms/deprecated
- removed flow/history/old
    - see https://github.com/QURIresearch/metaforecast/issues/22 
- commented some invalid axios options
- minor fixes with mismatching function arguments
- commented invalid mongo call in databaseReadWithReadCredentials
- {encoding: 'utf-8'} in readFileSync calls 
						
					 
					
						2022-03-28 00:32:47 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7565540f8a 
							
						 
					 
					
						
						
							
							feat: repo renamed  
						
						
						
					 
					
						2022-03-27 00:33:13 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d662572bcd 
							
						 
					 
					
						
						
							
							feat: don't update progress bar on searches  
						
						
						
					 
					
						2022-03-26 14:42:13 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb846068f3 
							
						 
					 
					
						
						
							
							feat: shallow: true on router.replace  
						
						
						
					 
					
						2022-03-26 14:33:22 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2745d713c 
							
						 
					 
					
						
						
							
							feat: useNoInitialEffect in CommonDisplay ( fix   #14 )  
						
						
						
					 
					
						2022-03-26 14:21:36 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b1c0f4228 
							
						 
					 
					
						
						
							
							refactor: move layout.tsx to web/display  
						
						... 
						
						
						
						https://metaforecast.org/layout  is not a real page, so it shouldn't be
in src/pages. 
					
						2022-03-26 04:15:07 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c586c6ec1 
							
						 
					 
					
						
						
							
							refactor: commonDisplay -> CommonDisplay  
						
						
						
					 
					
						2022-03-26 03:57:18 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b481212721 
							
						 
					 
					
						
						
							
							feat: more ts, fix tailwind  
						
						... 
						
						
						
						- rename more files to .ts/.tsx
- update tailwind config to use .tsx files from all dirs
- merge css files into a single main.css to avoid import order
  dependencies
- minor cleanups due to ts complaints 
						
					 
					
						2022-03-26 03:36:50 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42c0f0967b 
							
						 
					 
					
						
						
							
							feat: back to frontpage-in-db approach  
						
						
						
					 
					
						2022-03-26 02:51:55 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f056d257b2 
							
						 
					 
					
						
						
							
							feat: /capture and / are static  
						
						
						
					 
					
						2022-03-25 02:45:21 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98c7c31a0f 
							
						 
					 
					
						
						
							
							feat: always search on client side  
						
						
						
					 
					
						2022-03-25 01:51:20 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c92d131ae3 
							
						 
					 
					
						
						
							
							feat: reactive search with useEffect  
						
						
						
					 
					
						2022-03-25 01:23:07 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23a4003f31 
							
						 
					 
					
						
						
							
							feat: refactor commonDisplay and related code  
						
						... 
						
						
						
						- more typescript
- fix https://github.com/QURIresearch/metaforecast-frontend/issues/15 
- simplify hasDisplayBeenCaptured code
- various cleanups 
						
					 
					
						2022-03-25 01:22:26 +03:00 
						 
				 
			
				
					
						
							
							
								Vyacheslav Matyukhin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							244f02b3af 
							
						 
					 
					
						
						
							
							refactor: monorepo  
						
						
						
					 
					
						2022-03-22 03:30:25 +03:00