b55c31e01b 
								
							 
						 
						
							
							
								
								[Glitch] Change "social web" to "fediverse" in a few banners in web UI  
							
							... 
							
							
							
							Port 4de108e755 
							
						 
						
							2024-12-01 19:04:36 +01:00  
				
					
						
							
							
								 
						
							
								ca5955ed76 
								
							 
						 
						
							
							
								
								[Glitch] Use a modern React context for identity in the app  
							
							... 
							
							
							
							Port a178ba7cd5 
							
						 
						
							2024-05-20 12:53:52 +02:00  
				
					
						
							
							
								 
						
							
								13c9524436 
								
							 
						 
						
							
							
								
								[Glitch] Add notification policies and notification requests in web UI  
							
							... 
							
							
							
							Port c10bbf5fe3 
							
						 
						
							2024-03-13 18:38:46 +01:00  
				
					
						
							
							
								 
						
							
								98cf4b7ba0 
								
							 
						 
						
							
							
								
								Reduce code differences with upstream  
							
							
							
						 
						
							2024-03-08 12:42:03 +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  
				
					
						
							
							
								 
						
							
								d54414866c 
								
							 
						 
						
							
							
								
								[Glitch] Change icons in web UI  
							
							... 
							
							
							
							Port 134de736dc 
							
						 
						
							2024-01-13 23:19:01 +01:00  
				
					
						
							
							
								 
						
							
								8123e86623 
								
							 
						 
						
							
							
								
								[Glitch] Fix double scroll bars in some columns in advanced interface  
							
							... 
							
							
							
							Port 37bbd3c106 
							
						 
						
							2023-10-24 20:46:11 +02:00  
				
					
						
							
							
								 
						
							
								7b325aa81b 
								
							 
						 
						
							
							
								
								[Glitch] Autofix missing comma and indentation in JS files  
							
							... 
							
							
							
							Port 774e1189d2 
							
						 
						
							2023-10-09 21:14:25 +02:00  
				
					
						
							
							
								 
						
							
								feaf3cf780 
								
							 
						 
						
							
							
								
								Fix firehose not indicating new toots in "All" ( #2335 )  
							
							... 
							
							
							
							When "Show local-only toots in All" is enabled, the column never indicated there are new toots, since `hasUnread` was always false.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-07-29 08:37:29 +02:00  
				
					
						
							
							
								 
						
							
								e69fe94669 
								
							 
						 
						
							
							
								
								Fix "All" live feed not loading automatically. ( #2332 )  
							
							... 
							
							
							
							The dispatch to expand the timeline was missing the `allowLocalOnly` param.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-07-27 19:25:55 +02:00  
				
					
						
							
							
								 
						
							
								55ea79165a 
								
							 
						 
						
							
							
								
								[Glitch] Convert `<DismissableBanner>` to Typescript  
							
							... 
							
							
							
							Port 4534498a8e 
							
						 
						
							2023-07-12 15:09:14 +02:00  
				
					
						
							
							
								 
						
							
								c6246807f5 
								
							 
						 
						
							
							
								
								[Glitch] Fix local live feeds does not expand  
							
							... 
							
							
							
							Port 6268188543 
							
						 
						
							2023-07-05 12:39:46 +02:00  
				
					
						
							
							
								 
						
							
								0a5271629c 
								
							 
						 
						
							
							
								
								[Glitch] Change labels of live feeds tabs in web UI  
							
							... 
							
							
							
							Port 54a10523e2 
							
						 
						
							2023-07-05 12:37:37 +02:00  
				
					
						
							
							
								 
						
							
								ed15893eed 
								
							 
						 
						
							
							
								
								Add regex filter back to firehose ( #2266 )  
							
							... 
							
							
							
							* Add regex filter back to firehose
The regex filter will apply to all tabs and not be automatically applied when pinned.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
* Keep regex when pinned
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
---------
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-07-03 15:41:50 +02:00  
				
					
						
							
							
								 
						
							
								b422b5eebd 
								
							 
						 
						
							
							
								
								Fix showing local only toots in "All" ( #2265 )  
							
							... 
							
							
							
							* Fix warnings about missing dependency in hooks
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
* Add `allowLocalOnly` to timelineId
Without this local-only toots will never be loaded.
feedType is checked to be public to not show local-only toots in the "Remote" tab.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
---------
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-07-03 07:00:38 +02:00  
				
					
						
							
							
								 
						
							
								9f3c3f5209 
								
							 
						 
						
							
							
								
								Show local-only posts in “All” by default, and add back option to toggle it  
							
							
							
						 
						
							2023-07-02 20:28:02 +02:00  
				
					
						
							
							
								 
						
							
								7cc2c1be29 
								
							 
						 
						
							
							
								
								[Glitch] Change local and federated timelines to be in a single firehose column  
							
							... 
							
							
							
							Port cea9db5a0b 
							
						 
						
							2023-07-02 11:58:51 +02:00