fd3697723c 
								
							 
						 
						
							
							
								
								[Glitch] Add author links on the explore page in web UI  
							
							... 
							
							
							
							Port ed6d24330b 
							
						 
						
							2024-06-17 14:08:08 +02:00  
				
					
						
							
							
								 
						
							
								4069fae10d 
								
							 
						 
						
							
							
								
								[Glitch] Add support for `fediverse:creator` OpenGraph tag  
							
							... 
							
							
							
							Port 128987eded 
							
						 
						
							2024-05-29 18:52:11 +02:00  
				
					
						
							
							
								 
						
							
								bbfcd71118 
								
							 
						 
						
							
							
								
								[Glitch] Fix preview card player getting embedded when clicking on the external link button  
							
							... 
							
							
							
							Port f24c62a5c8 
							
						 
						
							2024-02-29 18:29:57 +01:00  
				
					
						
							
							
								 
						
							
								0a2b95c4f5 
								
							 
						 
						
							
							
								
								Adopt upstream's design for preview cards ( #2634 )  
							
							... 
							
							
							
							Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Christian Schmidt <github@chsc.dk> 
							
						 
						
							2024-02-19 22:47:01 +01:00  
				
					
						
							
							
								 
						
							
								5b67389bba 
								
							 
						 
						
							
							
								
								[Glitch] Add a new `@/` alias for the root frontend directory and use it where possible  
							
							... 
							
							
							
							Port 01b6c83c36 
							
						 
						
							2024-01-16 12:21:13 +01:00  
				
					
						
							
							
								 
						
							
								a1920425ca 
								
							 
						 
						
							
							
								
								[Glitch] Switch from 48px weight 600 material symbol icons to 24px weight 400 icons  
							
							... 
							
							
							
							Port 6bbcd9348e 
							
						 
						
							2024-01-15 20:53:08 +01:00  
				
					
						
							
							
								 
						
							
								8cad0a4d6b 
								
							 
						 
						
							
							
								
								[Glitch] Change icon SVG imports to use a default import  
							
							... 
							
							
							
							Port 608f66f978 
							
						 
						
							2024-01-15 20:20:38 +01:00  
				
					
						
							
							
								 
						
							
								6230d50f3f 
								
							 
						 
						
							
							
								
								[Glitch] Fix various icon styles in web UI  
							
							... 
							
							
							
							Port fa7e64df1d 
							
						 
						
							2024-01-13 23:19:01 +01:00  
				
					
						
							
							
								 
						
							
								d54414866c 
								
							 
						 
						
							
							
								
								[Glitch] Change icons in web UI  
							
							... 
							
							
							
							Port 134de736dc 
							
						 
						
							2024-01-13 23:19:01 +01:00  
				
					
						
							
							
								 
						
							
								408d4710ed 
								
							 
						 
						
							
							
								
								Further reduce differences with upstream  
							
							
							
						 
						
							2023-12-09 20:58:50 +01:00  
				
					
						
							
							
								 
						
							
								1461cc53ed 
								
							 
						 
						
							
							
								
								[Glitch] Add alt text for preview card thumbnails  
							
							... 
							
							
							
							Port 8da99ffb0d 
							
						 
						
							2023-08-13 18:56:58 +02:00  
				
					
						
							
							
								 
						
							
								e48a6a5f2c 
								
							 
						 
						
							
							
								
								[Glitch] Fix missing action label on sensitive videos and embeds in web UI  
							
							... 
							
							
							
							Port 714a20697f 
							
						 
						
							2023-07-30 15:50:53 +02:00  
				
					
						
							
							
								 
						
							
								7d7db8977b 
								
							 
						 
						
							
							
								
								Fix import order with ESLint  
							
							... 
							
							
							
							Port d27216dc46 
							
						 
						
							2023-05-28 16:38:10 +02:00  
				
					
						
							
							
								 
						
							
								6001f5ff36 
								
							 
						 
						
							
							
								
								[Glitch] Use the new JSX transform everywhere  
							
							... 
							
							
							
							Port 8f66126b10 
							
						 
						
							2023-05-28 14:18:43 +02:00  
				
					
						
							
							
								 
						
							
								e8fc445e14 
								
							 
						 
						
							
							
								
								[Glitch] Enable ESLint react/no-deprecated  
							
							... 
							
							
							
							Port b878e3d8df 
							
						 
						
							2023-05-25 21:07:38 +02:00  
				
					
						
							
							
								 
						
							
								5f2071d055 
								
							 
						 
						
							
							
								
								[Glitch] Enforce stricter rules for Typescript files  
							
							... 
							
							
							
							Port c8181eb0a4 
							
						 
						
							2023-05-09 22:56:26 +02:00  
				
					
						
							
							
								 
						
							
								a8939e9098 
								
							 
						 
						
							
							
								
								[Glitch] Change media elements to use aspect-ratio rather than compute height themselves  
							
							... 
							
							
							
							Port 598e63dad2 
							
						 
						
							2023-05-08 22:15:00 +02:00  
				
					
						
							
							
								 
						
							
								3fb7fe14c6 
								
							 
						 
						
							
							
								
								Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream ( #2208 )  
							
							... 
							
							
							
							* Run eslint --fix
* Fix linting issues in video player and reduce divergences with upstream
This includes a behavior change of not auto-looping videos anymore. I don't
remember loops being ever intended, and they have been removed from upstream
a while ago, but we somehow missed the change.
* Fix lint issues in `app/javascript/flavours/glitch/selectors/index.js`
Those were basically caused by dead code that isn't present upstream, so
that brings us closer to upstream as well.
* Fix linting issue and bug in streaming/index.js
* Fix linting issues in config/webpack/shared.js
* Fix unused import in flavours/glitch/features/ui/index.js
* Fix linting issues and reduce divergences from upstream in flavours/glitch/features/ui/components/video_modal.jsx
* Fix linting issues in flavours/glitch/reducers
* Fix linting issues in glitch-soc onboarding modal
* Fix linting issues in flavours/glitch/features/ui/components/navigation_panel.jsx
* Remove dead code for unused local setting navbar_under
* Fix various linting issues
* Fix linting issues in flavours/glitch/components/scrollable_list.jsx and reduce divergences with upstream 
							
						 
						
							2023-05-07 18:22:25 +02:00  
				
					
						
							
							
								 
						
							
								0091b28ffe 
								
							 
						 
						
							
							
								
								[Glitch] Use CSS to trim long card descriptions  
							
							... 
							
							
							
							Port e713c545b8 
							
						 
						
							2023-04-29 11:26:58 +02:00  
				
					
						
							
							
								 
						
							
								b632c5a55a 
								
							 
						 
						
							
							
								
								[Glitch] Add `lang` attribute to preview card  
							
							... 
							
							
							
							Port 8000a8f230 
							
						 
						
							2023-02-25 14:43:57 +01:00  
				
					
						
							
							
								 
						
							
								81ef21a0c8 
								
							 
						 
						
							
							
								
								[Glitch] Rename JSX files with proper `.jsx` extension  
							
							... 
							
							
							
							Port 44a7d87cb1 
							
						 
						
							2023-02-25 14:35:31 +01:00