Michael Telatynski 
							
						 
					 
					
						
						
							
						
						8fccef86d8 
					 
					
						
						
							
							Wire up drag-drop file uploads for the thread view ( #7860 )  
						
						 
						
						
						
						
					 
					
						2022-02-22 11:14:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Telatynski 
							
						 
					 
					
						
						
							
						
						50f8c61fa8 
					 
					
						
						
							
							Fix search results view for layouts other than Group/Modern ( #7648 )  
						
						 
						
						
						
						
					 
					
						2022-01-26 20:15:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Timo 
							
						 
					 
					
						
						
							
						
						9bcb82d6dc 
					 
					
						
						
							
							Add CSS variable to make the UI gaps consistent and fix the resize handle position ( #7234 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: J. Ryan Stinnett <jryans@gmail.com > 
						
						
					 
					
						2021-12-06 13:10:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain 
							
						 
					 
					
						
						
							
						
						065b65a764 
					 
					
						
						
							
							Hide scrollbar if content height is smaller than scroll node height ( #7220 )  
						
						 
						
						
						
						
					 
					
						2021-11-29 17:03:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						9db0ebb7f5 
					 
					
						
						
							
							Task/colors 11 ( #7211 )  
						
						 
						
						
						
						
					 
					
						2021-11-29 12:52:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						9abb2f5ff4 
					 
					
						
						
							
							Color cleanup 8 ( #7108 )  
						
						 
						
						... 
						
						
						
						* $accent-color -> $accent
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $accent-bg-color
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* $notice-primary-color -> $alert
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $notice-primary-bg-color
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $accent-50pct
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* $warning-color -> $alert
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $accent-darker
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $orange-warning-color
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $warning-bg-color
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove $info-bg-color
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-11-11 13:37:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						5c66bd6c7b 
					 
					
						
						
							
							Add max-empty-lines and no-eol-whitespace to stylelint ( #7034 )  
						
						 
						
						
						
						
					 
					
						2021-10-26 08:23:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						54cd385e6d 
					 
					
						
						
							
							Improve AUX panel behaviour  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-08-27 13:31:43 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Travis Ralston 
							
						 
					 
					
						
						
							
						
						49453f2d49 
					 
					
						
						
							
							Merge pull request  #6604  from SimonBrandner/task/colors-2  
						
						 
						
						... 
						
						
						
						Color de-duplication #2  
						
						
					 
					
						2021-08-24 12:37:18 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dariusz Niemczyk 
							
						 
					 
					
						
						
							
						
						4cd79e30af 
					 
					
						
						
							
							Improve layering for chat  
						
						 
						
						... 
						
						
						
						Currently we have a lot of unnecessary layers being created in the app,
which is extremely problematic on Windows when using Chrome, as it
deoptimises fonts rendering due to layers mismatch; chrome's algorithm
can't figure out if the layers won't resize or overlap so it creates a
lot of additional layers, which has a side effect of turning off
sub-pixel antialiasing on Windows.
This is a first step to improve the layering in the entire app. 
						
						
					 
					
						2021-08-24 19:22:35 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						b6ea75b681 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/develop' into task/colors-2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-08-24 08:57:12 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dariusz Niemczyk 
							
						 
					 
					
						
						
							
						
						d9b79888fd 
					 
					
						
						
							
							Fix content not being centered  
						
						 
						
						
						
						
					 
					
						2021-08-20 18:15:57 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dariusz Niemczyk 
							
						 
					 
					
						
						
							
						
						86b6c6a836 
					 
					
						
						
							
							Fix room views not having proper container  
						
						 
						
						
						
						
					 
					
						2021-08-20 16:32:56 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dariusz Niemczyk 
							
						 
					 
					
						
						
							
						
						582b5c90a4 
					 
					
						
						
							
							Properly sepearate left column from timeline  
						
						 
						
						
						
						
					 
					
						2021-08-16 14:26:21 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						2afee596a9 
					 
					
						
						
							
							$primary-bg-color -> $background  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-08-12 17:17:34 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain Souquet 
							
						 
					 
					
						
						
							
						
						a22baa1b2b 
					 
					
						
						
							
							move file drop image animation to compositor  
						
						 
						
						
						
						
					 
					
						2021-07-02 15:23:27 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain 
							
						 
					 
					
						
						
							
						
						a36063704d 
					 
					
						
						
							
							Merge pull request  #6138  from matrix-org/gsouquet/containment-event  
						
						 
						
						... 
						
						
						
						Fix mx_Event containment rules and empty read avatar row 
						
						
					 
					
						2021-06-03 16:38:55 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain 
							
						 
					 
					
						
						
							
						
						7f83590846 
					 
					
						
						
							
							Merge pull request  #6079  from matrix-org/gsouquet/switch-rooms  
						
						 
						
						
						
						
					 
					
						2021-06-03 08:44:01 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain Souquet 
							
						 
					 
					
						
						
							
						
						a34f8a29f4 
					 
					
						
						
							
							fix mx_Event containment rules and empty read avatar row  
						
						 
						
						
						
						
					 
					
						2021-06-03 08:41:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain Souquet 
							
						 
					 
					
						
						
							
						
						ebd7cd6212 
					 
					
						
						
							
							Add CSS containement rules for shorter reflow operations  
						
						 
						
						
						
						
					 
					
						2021-06-01 11:26:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain Souquet 
							
						 
					 
					
						
						
							
						
						1a51ed9ffd 
					 
					
						
						
							
							Make breadcrumb animation run on the compositing layer  
						
						 
						
						
						
						
					 
					
						2021-05-28 09:34:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Germain Souquet 
							
						 
					 
					
						
						
							
						
						0312b55007 
					 
					
						
						
							
							Remove status area UI defects when in-call  
						
						 
						
						
						
						
					 
					
						2021-04-06 11:00:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						3a643e5b9d 
					 
					
						
						
							
							Remove unnecessary changes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 11:46:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						11c5aa02d2 
					 
					
						
						
							
							Remove mx_RoomView_container  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 11:19:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						819a0b013f 
					 
					
						
						
							
							min-width  
						
						 
						
						... 
						
						
						
						We need to allow the container to be smaller
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 11:08:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						e90ae2ea75 
					 
					
						
						
							
							Delint  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 08:18:05 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						172cc01f7d 
					 
					
						
						
							
							Add background animation  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 08:12:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						f0c26846c7 
					 
					
						
						
							
							Fix formatting  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 08:11:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						1a7f9091b4 
					 
					
						
						
							
							Animate icon size  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-26 07:51:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						1c48804d96 
					 
					
						
						
							
							Remove unnecessary class  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-25 19:28:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						26b70b6228 
					 
					
						
						
							
							Remove label background  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-25 18:32:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						a3001f77e4 
					 
					
						
						
							
							Remove rounded corners of the drop area  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-25 18:30:39 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						ad85764a8e 
					 
					
						
						
							
							Fix timeline expansion  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2021-02-25 18:23:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						c1a105f071 
					 
					
						
						
							
							Merge branch 'develop' into improve-file-drop-ui  
						
						 
						
						
						
						
					 
					
						2021-02-25 18:12:37 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								J. Ryan Stinnett 
							
						 
					 
					
						
						
							
						
						d78bc98521 
					 
					
						
						
							
							Resolve linting errors after upgrades  
						
						 
						
						
						
						
					 
					
						2021-01-27 12:42:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						dcb30b72b0 
					 
					
						
						
							
							Fix left panel resizer  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2020-12-17 13:25:22 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						da97d18332 
					 
					
						
						
							
							Added a comment  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2020-12-16 21:33:05 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						41e2ffdf0d 
					 
					
						
						
							
							Added background  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2020-12-16 19:51:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Šimon Brandner 
							
						 
					 
					
						
						
							
						
						89bc443594 
					 
					
						
						
							
							Fix file drop UI  
						
						 
						
						... 
						
						
						
						Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com > 
						
						
					 
					
						2020-12-16 16:02:27 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Travis Ralston 
							
						 
					 
					
						
						
							
						
						4657a34bbb 
					 
					
						
						
							
							Document some of the magic values  
						
						 
						
						
						
						
					 
					
						2020-09-17 10:44:18 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Travis Ralston 
							
						 
					 
					
						
						
							
						
						24d0950b7e 
					 
					
						
						
							
							Adjust layout and formatting of notifications / file cards  
						
						 
						
						... 
						
						
						
						This follows some polish time with a designer.
The placeholder text on the two panels was tracking up/down when the width was changed. This is fixed by adjusting some of the flexbox properties to center it more safely. 
We also spent some time making the notifications panel more legible while we wait for the overhaul to land. 
						
						
					 
					
						2020-09-17 09:23:06 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Windels 
							
						 
					 
					
						
						
							
						
						571bd30898 
					 
					
						
						
							
							update call icons  
						
						 
						
						
						
						
					 
					
						2020-07-08 18:02:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jorik Schellekens 
							
						 
					 
					
						
						
							
						
						6cf9166c4a 
					 
					
						
						
							
							Use variables for the rem values.  
						
						 
						
						... 
						
						
						
						It's become obvious that these random floating points everywhere
are unwieldy. Now they're all in one place with some fairly logical
variable names which will help out in design->implementation phase. 
						
						
					 
					
						2020-03-31 15:26:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jorik Schellekens 
							
						 
					 
					
						
						
							
						
						da34e6241d 
					 
					
						
						
							
							Make all 'font-size's and 'line-height's rem  
						
						 
						
						... 
						
						
						
						Font size of the whole app would ideally be controlled by a single
value. This value is currently hard coded using the :root CSS selector.
It is the intention to make this value configurable within riot. In the
interim all font-sizes have been converted to rem by the simple process
of regex. Replacing px values with their equivalent rem values assuming
a font size of 15px and then rounded to three decimal places, which was
the base at the time of this transformation.
I'm expecting another commit cleaning up rem values but I thought it
best to leave that to review.
This commit doesn't address any scaling issues. I thought it better to
land this unwieldy, mechanical, invisible change before the others
otherwise the pr would be impossible to review thoroughly. 
						
						
					 
					
						2020-03-30 18:23:46 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
							
						
						a2e3f64963 
					 
					
						
						
							
							Change read markers to use CSS transitions  
						
						 
						
						... 
						
						
						
						Removes one of the two places we use Velocity, so we're one step
closer to getting rid of it for good.
Should therefore fix the fact that Velocity is leaking data entries
and therefore <hr> elements.
Hopefully also makes the logic in getEventTiles incrementally simpler,
if still somwewhat byzantine. 
						
						
					 
					
						2019-11-26 19:06:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Windels 
							
						 
					 
					
						
						
							
						
						faecceb3b4 
					 
					
						
						
							
							remove manual order so component order follows markup order  
						
						 
						
						
						
						
					 
					
						2019-04-18 09:20:26 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
							
						
						04b69116ee 
					 
					
						
						
							
							Fix tedious CSS stuff with stylelint --fix  
						
						 
						
						
						
						
					 
					
						2019-04-09 15:05:39 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
							
						
						eb6f3f6008 
					 
					
						
						
							
							Fix up some CSS things stylelint was complaining about  
						
						 
						
						... 
						
						
						
						And also disable a load of rules that feel like they're probably
causing more headaches than they fix. 
						
						
					 
					
						2019-04-09 15:03:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Windels 
							
						 
					 
					
						
						
							
						
						a326c83016 
					 
					
						
						
							
							Merge pull request  #2842  from matrix-org/bwindels/bacat-scrolling-merged-develop  
						
						 
						
						... 
						
						
						
						BACAT Scrolling 
						
						
					 
					
						2019-03-29 14:02:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nad Chishtie 
							
						 
					 
					
						
						
							
						
						5ac3905a37 
					 
					
						
						
							
							Use same horizontal padding as room avatar to align to grid  
						
						 
						
						
						
						
					 
					
						2019-03-27 13:15:03 +01:00