2f996375e5 
								
							 
						 
						
							
							
								
								[Glitch] Fix search not being easily findable on smaller screens in web UI  
							
							... 
							
							
							
							Port 2b78c07ef1 
							
						 
						
							2023-06-27 13:21:14 +02:00  
				
					
						
							
							
								 
						
							
								6fb34258a4 
								
							 
						 
						
							
							
								
								[Glitch] Add onboarding prompt when home feed too slow in web UI  
							
							... 
							
							
							
							Port 00ec43914a 
							
						 
						
							2023-06-25 17:40:01 +02:00  
				
					
						
							
							
								 
						
							
								d795c2c70c 
								
							 
						 
						
							
							
								
								[Glitch] Fix CAPTCHA page not following design pattern of sign-up flow  
							
							... 
							
							
							
							Port 39110d1d0a 
							
						 
						
							2023-06-18 12:11:58 +02:00  
				
					
						
							
							
								 
						
							
								fefdc3244c 
								
							 
						 
						
							
							
								
								[Glitch] Change "direct message" nomenclature to "private mention" in web UI ( #2158 )  
							
							... 
							
							
							
							Port 68a192e718 
							
						 
						
							2023-06-11 13:33:45 +02:00  
				
					
						
							
							
								 
						
							
								fb0d2de8fe 
								
							 
						 
						
							
							
								
								[Glitch] Change design of dropdowns in web UI  
							
							... 
							
							
							
							Port e4fd9503ec 
							
						 
						
							2023-06-10 17:10:06 +02:00  
				
					
						
							
							
								 
						
							
								bf23afa059 
								
							 
						 
						
							
							
								
								[Glitch] Add card with who invited you to join when displaying rules on sign-up  
							
							... 
							
							
							
							Port SCSS from 0766c9a631 
							
						 
						
							2023-06-10 16:30:36 +02:00  
				
					
						
							
							
								 
						
							
								9af04d5a46 
								
							 
						 
						
							
							
								
								[Glitch] Add a confirmation screen when suspending a domain  
							
							... 
							
							
							
							Port e9385e93e9 
							
						 
						
							2023-06-10 15:10:24 +02:00  
				
					
						
							
							
								 
						
							
								8188522bde 
								
							 
						 
						
							
							
								
								[Glitch] Fix prev/next buttons color in media viewer  
							
							... 
							
							
							
							Port 675672feb6 
							
						 
						
							2023-06-10 14:48:41 +02:00  
				
					
						
							
							
								 
						
							
								602ae7f2f6 
								
							 
						 
						
							
							
								
								[Glitch] Fix videos being improperly positioned on safari  
							
							... 
							
							
							
							Port 0eed06073f 
							
						 
						
							2023-05-25 21:47:48 +02:00  
				
					
						
							
							
								 
						
							
								69903b5830 
								
							 
						 
						
							
							
								
								Fix margins around small avatars (reply indicators, autocompletion suggestion) ( #2231 )  
							
							... 
							
							
							
							Fix regression from #2156  
							
						 
						
							2023-05-25 19:40:33 +02:00  
				
					
						
							
							
								 
						
							
								2f2f74efd8 
								
							 
						 
						
							
							
								
								[Glitch] Update style of captcha confirmation page to match sign-up form ( #2226 )  
							
							
							
						 
						
							2023-05-25 19:14:37 +02:00  
				
					
						
							
							
								 
						
							
								bbd0e9caa6 
								
							 
						 
						
							
							
								
								[Glitch] Add ALT badges to media that has alternative text in web UI  
							
							... 
							
							
							
							Port 8131a5b330 
							
						 
						
							2023-05-08 22:15:00 +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  
				
					
						
							
							
								 
						
							
								10f5329ddf 
								
							 
						 
						
							
							
								
								[Glitch] Fix incorrect box shadow on avatar in thread view  
							
							... 
							
							
							
							Port d37c0a1060 
							
						 
						
							2023-05-08 21:09:49 +02:00  
				
					
						
							
							
								 
						
							
								f89f3a8566 
								
							 
						 
						
							
							
								
								Fix glitch-soc's thread line styling ( #2214 )  
							
							... 
							
							
							
							Thread lines were misaligned in glitch-soc because we have less padding and
larger avatar sizes. 
							
						 
						
							2023-05-08 18:21:36 +02:00  
				
					
						
							
							
								 
						
							
								e9eab013e7 
								
							 
						 
						
							
							
								
								[Glitch] Fix audio player width in thread view  
							
							... 
							
							
							
							Port cf1bc4bb93 
							
						 
						
							2023-05-08 15:50:05 +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  
				
					
						
							
							
								 
						
							
								6f64c79ca4 
								
							 
						 
						
							
							
								
								Fix SCSS linting issues ( #2207 )  
							
							... 
							
							
							
							* Disable font-family-no-missing-generic-family-keyword for font-awesome accessibility icons
* Run stylelint --fix
* Avoid `@extend` directives with doodle modal CSS
* Drop use of `@extend` for notification cleanup buttons SCSS
* Run prettier on SCSS 
							
						 
						
							2023-05-07 15:04:59 +02:00  
				
					
						
							
							
								 
						
							
								38eeed6cbf 
								
							 
						 
						
							
							
								
								[Glitch] Change logo version in header based on screen size in web UI  
							
							... 
							
							
							
							Port 6028d047b9 
							
						 
						
							2023-04-29 18:54:13 +02:00  
				
					
						
							
							
								 
						
							
								cb97a92954 
								
							 
						 
						
							
							
								
								[Glitch] Fix thread lines in right-to-left locales ( #24714 )  
							
							... 
							
							
							
							Port 105f8687e4 
							
						 
						
							2023-04-29 12:21:44 +02:00  
				
					
						
							
							
								 
						
							
								103b6de8b2 
								
							 
						 
						
							
							
								
								[Glitch] Fix sass warning about deprecated slash as division ( #24653 )  
							
							... 
							
							
							
							Port 1527b02c6d 
							
						 
						
							2023-04-29 12:17:06 +02:00  
				
					
						
							
							
								 
						
							
								7b01b7c3bf 
								
							 
						 
						
							
							
								
								[Glitch] Add lines to threads in web UI  
							
							... 
							
							
							
							Port 290e4aba31 
							
						 
						
							2023-04-29 12:08:13 +02:00  
				
					
						
							
							
								 
						
							
								374a109546 
								
							 
						 
						
							
							
								
								[Glitch] Change styling of the recommended accounts to allow bio to be more visible  
							
							... 
							
							
							
							Port e1b4eeb636 
							
						 
						
							2023-04-29 11:28:24 +02:00  
				
					
						
							
							
								 
						
							
								0091b28ffe 
								
							 
						 
						
							
							
								
								[Glitch] Use CSS to trim long card descriptions  
							
							... 
							
							
							
							Port e713c545b8 
							
						 
						
							2023-04-29 11:26:58 +02:00  
				
					
						
							
							
								 
						
							
								678480d4d3 
								
							 
						 
						
							
							
								
								Fix small mistakes in RTL layout ( #2182 )  
							
							... 
							
							
							
							Borders in blockquotes in reply-indicator weren't colored properly.
avatar margin when viewing edited toots dropdown was applied to wrong side.
Conversations had padding applied to the wrong side.
Padding for notifcation cleaner checkboxes was applied to wrong side.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-04-25 20:33:27 +02:00  
				
					
						
							
							
								 
						
							
								aea7866161 
								
							 
						 
						
							
							
								
								Change `drawer--header` to `drawer__header` ( #2189 )  
							
							... 
							
							
							
							Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-04-25 20:29:04 +02:00  
				
					
						
							
							
								 
						
							
								2f3dffb057 
								
							 
						 
						
							
							
								
								[Glitch] Add progress indicator to sign-up flow  
							
							... 
							
							
							
							Port e5c0b16735 
							
						 
						
							2023-04-22 10:18:20 +02:00  
				
					
						
							
							
								 
						
							
								a3c05640f7 
								
							 
						 
						
							
							
								
								[Glitch] Add “In Memoriam” banner back to profiles  
							
							... 
							
							
							
							Port 86ad43173f 
							
						 
						
							2023-04-16 18:02:16 +02:00  
				
					
						
							
							
								 
						
							
								cb0562f32c 
								
							 
						 
						
							
							
								
								[Glitch] Fix tab arrows on RTL layouts  
							
							... 
							
							
							
							Port af49d93fd6 
							
						 
						
							2023-04-16 17:58:32 +02:00  
				
					
						
							
							
								 
						
							
								f28942cef9 
								
							 
						 
						
							
							
								
								[Glitch] Refactor styles to use logical properties for positioning ( #2156 )  
							
							... 
							
							
							
							Port babd86e59445848d6547 
							
						 
						
							2023-04-16 17:45:18 +02:00  
				
					
						
							
							
								 
						
							
								53cdcce3d1 
								
							 
						 
						
							
							
								
								[Glitch] Fix loading spinner + infinite scroll for private mentions  
							
							... 
							
							
							
							Port 9ef9974ff2 
							
						 
						
							2023-04-09 12:10:01 +02:00  
				
					
						
							
							
								 
						
							
								b756e49cf1 
								
							 
						 
						
							
							
								
								[Glitch] Enable Stylelint property-no-unknown  
							
							... 
							
							
							
							Port cd14f712ad 
							
						 
						
							2023-04-09 12:05:55 +02:00  
				
					
						
							
							
								 
						
							
								df6602ede1 
								
							 
						 
						
							
							
								
								[Glitch] Fix account header image missing in low-res  
							
							... 
							
							
							
							Port d7b8c6db7e 
							
						 
						
							2023-04-09 12:01:55 +02:00  
				
					
						
							
							
								 
						
							
								69ca6316ec 
								
							 
						 
						
							
							
								
								[Glitch] Fix inconsistent radius in drawer  
							
							... 
							
							
							
							Port fa98363a27 
							
						 
						
							2023-04-04 12:51:24 +02:00  
				
					
						
							
							
								 
						
							
								b4f60bc6de 
								
							 
						 
						
							
							
								
								[Glitch] Fit the max-width of media in .prose to parent box  
							
							... 
							
							
							
							Port 0a9def5498 
							
						 
						
							2023-03-22 20:00:33 +01:00  
				
					
						
							
							
								 
						
							
								32418f0ff3 
								
							 
						 
						
							
							
								
								[Glitch] Center the text itself in upload area  
							
							... 
							
							
							
							Port a52ccd7ad9 
							
						 
						
							2023-03-15 09:33:48 +01:00  
				
					
						
							
							
								 
						
							
								7f3b0dedeb 
								
							 
						 
						
							
							
								
								Refactor glitch-soc rich text SCSS  
							
							
							
						 
						
							2023-03-05 21:31:45 +01:00  
				
					
						
							
							
								 
						
							
								b91756fd4d 
								
							 
						 
						
							
							
								
								Move misc rules from components/index.scss to components/misc.scss  
							
							
							
						 
						
							2023-02-25 23:47:21 +01:00  
				
					
						
							
							
								 
						
							
								cc94cc86ae 
								
							 
						 
						
							
							
								
								Fix glitch-soc SCSS code style and refactor closer to upstream  
							
							
							
						 
						
							2023-02-25 23:46:23 +01:00  
				
					
						
							
							
								 
						
							
								28cb77bd07 
								
							 
						 
						
							
							
								
								[Glitch] Increase contrast of upload progress background  
							
							... 
							
							
							
							Port f4f91bc295 
							
						 
						
							2023-02-25 14:43:24 +01:00  
				
					
						
							
							
								 
						
							
								56bec60f25 
								
							 
						 
						
							
							
								
								[Glitch] Fix sidebar cut-off on small screens in admin UI  
							
							... 
							
							
							
							Port 7adde24a95 
							
						 
						
							2023-02-25 14:40:29 +01:00  
				
					
						
							
							
								 
						
							
								ea9a1d79df 
								
							 
						 
						
							
							
								
								[Glitch] Upgrade to Stylelint 15 with Prettier  
							
							... 
							
							
							
							Port 0c9d455ea5 
							
						 
						
							2023-02-18 16:02:12 +01:00  
				
					
						
							
							
								 
						
							
								5e37906083 
								
							 
						 
						
							
							
								
								[Glitch] Add scrolling to Compare history modal  
							
							... 
							
							
							
							Port e8cb3ee827 
							
						 
						
							2023-02-09 13:03:41 +01:00  
				
					
						
							
							
								 
						
							
								d9a078e6d3 
								
							 
						 
						
							
							
								
								Add role badges to WebUI ( #2096 )  
							
							... 
							
							
							
							* [Glitch] Add role badges to WebUI
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
* [Glitch] Ensure role name remains readable
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2023-01-26 23:35:23 +01:00  
				
					
						
							
							
								 
						
							
								20abef6590 
								
							 
						 
						
							
							
								
								Allow users to set the trigger height for lengthy toot auto-collapse ( #2070 )  
							
							... 
							
							
							
							* Allow users to set the trigger height for lengthy toot autocollapse
Add a field in the glitch-soc preferences to set the exact height in pixels of a "lengthy toot" where auto-collapse is triggered
Originally authored by Dean Bassett (github.com/deanveloper)
Squashed 3 commits from neatchee/mastodon and returned some values to project defaults:
* ef665c1df5821e684c8da3392049f33243fafa74
* 0fce108d210efe55027a3af061bfc57aaaa83843
* 998f701a2b2e37edbda7dffb11a61f67f5559b18
* Remove bad escape characters
* Apply feedback from glitch-soc code review
- move input width specification to CSS
- adjust language for clarity
* Update comments re: lengthy toot height
* Fix inconsistent indentation
* Use a calculated width that scales better with browser font instead of static 45px width 
							
						 
						
							2023-01-26 19:36:44 +01:00  
				
					
						
							
							
								 
						
							
								2093436349 
								
							 
						 
						
							
							
								
								[Glitch] Fix styling of featured tags in light theme  
							
							... 
							
							
							
							Port e5ae75bf6a 
							
						 
						
							2023-01-25 17:27:23 +01:00  
				
					
						
							
							
								 
						
							
								cf3ad10e75 
								
							 
						 
						
							
							
								
								[Glitch] Fix upload area display in single-column mode  
							
							... 
							
							
							
							Port 54e798a5a0 
							
						 
						
							2023-01-24 20:36:59 +01:00  
				
					
						
							
							
								 
						
							
								a4090ab646 
								
							 
						 
						
							
							
								
								[Glitch] Fix wrong text color on some buttons in light theme in web UI  
							
							... 
							
							
							
							Port 13e9d91ba7 
							
						 
						
							2023-01-21 15:08:51 +01:00  
				
					
						
							
							
								 
						
							
								0d20b38da7 
								
							 
						 
						
							
							
								
								[Glitch] Fix wrong padding in RTL layout in web UI  
							
							... 
							
							
							
							Port part of 4894deca7e 
							
						 
						
							2023-01-21 15:07:52 +01:00  
				
					
						
							
							
								 
						
							
								26c2b401a5 
								
							 
						 
						
							
							
								
								Fix missing admin CSS in glitch-soc flavor ( #2088 )  
							
							... 
							
							
							
							Port SCSS changes from 43f56f1291 
							
						 
						
							2023-01-18 18:54:04 +01:00