a719839d9f 
								
							
								 
							
						 
						
							
							
								
								Use a distinct color for selected autocomplete items  
							
							... 
							
							
							
							This restores the ability to see which autocomplete item is selected (which
seems to have gotten lost during redesign).
Fixes https://github.com/vector-im/riot-web/issues/9134  
							
						 
						
							2019-03-12 14:51:37 +00:00  
				
					
						
							
							
								 
						
							
							
								7eea62a22b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2764  from matrix-org/travis/fix-hover  
							
							... 
							
							
							
							Fix sticky hover state by listening for hover on the document 
							
						 
						
							2019-03-11 16:35:25 -06:00  
				
					
						
							
							
								 
						
							
							
								e1f9482107 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2757  from matrix-org/anoa/accept_all_invites  
							
							... 
							
							
							
							Ability to bulk accept all invites (and fix rejecting all invites) 
							
						 
						
							2019-03-08 14:55:59 -07:00  
				
					
						
							
							
								 
						
							
							
								1cefa44319 
								
							
								 
							
						 
						
							
							
								
								Redesign country dropdown to fit redesign  
							
							... 
							
							
							
							This tweaks colors of the country dropdown to blend in better with the rest of
the design.
Fixes https://github.com/vector-im/riot-web/issues/9048  
							
						 
						
							2019-03-08 10:03:50 +00:00  
				
					
						
							
							
								 
						
							
							
								241309ab83 
								
							
								 
							
						 
						
							
							
								
								Use CSS for hovering the tile  
							
							
							
						 
						
							2019-03-07 14:55:17 -07:00  
				
					
						
							
							
								 
						
							
							
								4a1b723ab5 
								
							
								 
							
						 
						
							
							
								
								Fix dropdown arrow on select field for auth flows  
							
							
							
						 
						
							2019-03-07 14:57:58 +00:00  
				
					
						
							
							
								 
						
							
							
								6441b2ed98 
								
							
								 
							
						 
						
							
							
								
								Ensure country dropdown uses light styling on auth  
							
							... 
							
							
							
							If the dark theme is activated, the country dropdown defaults to those colors
where it doesn't fit in with the always-light auth flow. This restyles its
colors to be light. 
							
						 
						
							2019-03-06 16:45:54 +00:00  
				
					
						
							
							
								 
						
							
							
								8beab58918 
								
							
								 
							
						 
						
							
							
								
								Use more nesting for auth body style overrides  
							
							... 
							
							
							
							No styles are changed here. This just groups them under one parent block to
avoid repeating `.mx_AuthBody`. 
							
						 
						
							2019-03-06 16:37:16 +00:00  
				
					
						
							
							
								 
						
							
							
								9d36ef0808 
								
							
								 
							
						 
						
							
							
								
								Fix background color of phone field label on dark theme  
							
							... 
							
							
							
							This adds extra styles to reset the field label background color on registration
even if dark theme is used. 
							
						 
						
							2019-03-06 16:28:09 +00:00  
				
					
						
							
							
								 
						
							
							
								0f14d89257 
								
							
								 
							
						 
						
							
							
								
								Ability to bulk accept all invites  
							
							
							
						 
						
							2019-03-06 14:06:53 +00:00  
				
					
						
							
							
								 
						
							
							
								8bf5e1d19f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2749  from jryans/auth-field  
							
							... 
							
							
							
							Use Field component in auth flows 
							
						 
						
							2019-03-06 11:18:24 +00:00  
				
					
						
							
							
								 
						
							
							
								dde36459e6 
								
							
								 
							
						 
						
							
							
								
								Simplify field row / field styles  
							
							
							
						 
						
							2019-03-06 11:11:24 +00:00  
				
					
						
							
							
								 
						
							
							
								c1056025ed 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2748  from matrix-org/dbkr/shameless_plugging  
							
							... 
							
							
							
							Support linking to hosting providers 
							
						 
						
							2019-03-05 18:22:02 +00:00  
				
					
						
							
							
								 
						
							
							
								5b1d361577 
								
							
								 
							
						 
						
							
							
								
								Convert registration phone number to Field component  
							
							... 
							
							
							
							Now that we have prefix support in the Field component, we can also convert the
phone number with country dropdown on registration. 
							
						 
						
							2019-03-05 17:58:42 +00:00  
				
					
						
							
							
								 
						
							
							
								57d8f6d8a2 
								
							
								 
							
						 
						
							
							
								
								Support linking to hosting providers  
							
							... 
							
							
							
							From link in app config 
							
						 
						
							2019-03-05 16:12:02 +00:00  
				
					
						
							
							
								 
						
							
							
								26b2aa174b 
								
							
								 
							
						 
						
							
							
								
								Add prefix support to Fields  
							
							... 
							
							
							
							This allows Fields to have an optional prefix component which is placed inside
the border of the Field and to the left of the input. Since this label animation
would be complex to get right for this case, it is instead fixed to the top left
if there is a prefix component.
This canonical example of this today would be a phone number field which
includes a country dropdown. 
							
						 
						
							2019-03-05 15:25:43 +00:00  
				
					
						
							
							
								 
						
							
							
								ae5c32d28b 
								
							
								 
							
						 
						
							
							
								
								Lift border up to the Field root  
							
							... 
							
							
							
							By placing the Field's border on the Field component root instead of the input,
it's easier to wrap it around additional elements that we'll soon stuff inside
the field. 
							
						 
						
							2019-03-05 15:25:43 +00:00  
				
					
						
							
							
								 
						
							
							
								bfe120fbf4 
								
							
								 
							
						 
						
							
							
								
								Convert registration to Field component  
							
							... 
							
							
							
							This converts most fields in the registration form to use the Field component,
except for the phone number, which is a left as a separate task because of the
country dropdown menu. 
							
						 
						
							2019-03-05 15:25:42 +00:00  
				
					
						
							
							
								 
						
							
							
								96196d8c3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2746  from matrix-org/bwindels/flairnolayout  
							
							... 
							
							
							
							Prevent flair pushing timeline downwards 
							
						 
						
							2019-03-05 15:34:09 +01:00  
				
					
						
							
							
								 
						
							
							
								18d897298d 
								
							
								 
							
						 
						
							
							
								
								ensure flair is 16px high  
							
							... 
							
							
							
							so it doesn't push the message down 
							
						 
						
							2019-03-05 14:49:07 +01:00  
				
					
						
							
							
								 
						
							
							
								1336508a4e 
								
							
								 
							
						 
						
							
							
								
								Add comment, fix bad math  
							
							... 
							
							
							
							This adds a comment to explain the `max-width` and also fixes it actually use
the right value. (I had grabbed the wrong part of `margin` the first time.) 
							
						 
						
							2019-03-05 11:13:39 +00:00  
				
					
						
							
							
								 
						
							
							
								c1688d2be3 
								
							
								 
							
						 
						
							
							
								
								Limit Field label to size of input  
							
							... 
							
							
							
							This avoids awkward wrapping if the label is longer than the input. This will
show an ellipsis to suggest there's more text in the label than can be shown. 
							
						 
						
							2019-03-04 18:02:36 +00:00  
				
					
						
							
							
								 
						
							
							
								8a6ae6b48e 
								
							
								 
							
						 
						
							
							
								
								Use a mask for the continuation icon  
							
							... 
							
							
							
							Fixes https://github.com/vector-im/riot-web/issues/7990  
							
						 
						
							2019-03-01 15:59:19 -07:00  
				
					
						
							
							
								 
						
							
							
								5a4676ac66 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2725  from matrix-org/travis/settings/pl-dropdowns  
							
							... 
							
							
							
							Convert PowerSelector to use mxField instead 
							
						 
						
							2019-03-01 09:03:16 -07:00  
				
					
						
							
							
								 
						
							
							
								a41df7ab68 
								
							
								 
							
						 
						
							
							
								
								Convert PowerSelector to use mxField instead  
							
							
							
						 
						
							2019-02-28 19:00:57 -07:00  
				
					
						
							
							
								 
						
							
							
								69016e32a4 
								
							
								 
							
						 
						
							
							
								
								fix margin on e2e icon in member panel  
							
							
							
						 
						
							2019-02-28 15:39:10 +01:00  
				
					
						
							
							
								 
						
							
							
								bd577e8f9b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2714  from jryans/field-click-label  
							
							... 
							
							
							
							Send Field label pointer events to input 
							
						 
						
							2019-02-27 17:07:08 +00:00  
				
					
						
							
							
								 
						
							
							
								e9490b3032 
								
							
								 
							
						 
						
							
							
								
								Send Field label pointer events to input  
							
							... 
							
							
							
							When the `label` element is displayed on top of the input (`label` is set and
there is no `placeholder`), it would block clicks from reaching the input. This
allows them to get through, but then also restores `label`'s events once it
moves out of the way.
Fixes https://github.com/vector-im/riot-web/issues/8469  
							
						 
						
							2019-02-27 13:23:48 +00:00  
				
					
						
							
							
								 
						
							
							
								209ac2c587 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2706  from jryans/move-non-feather-icons  
							
							... 
							
							
							
							Move non-feather icons out of feather dir 
							
						 
						
							2019-02-27 13:08:23 +00:00  
				
					
						
							
							
								 
						
							
							
								404c60fb0e 
								
							
								 
							
						 
						
							
							
								
								Keep registration spinner inside the auth modal  
							
							... 
							
							
							
							The spinner was taking on the full height of the modal and escaping off the
page. This keeps it contained inside the modal.
Fixes https://github.com/vector-im/riot-web/issues/8661  
							
						 
						
							2019-02-27 11:21:39 +00:00  
				
					
						
							
							
								 
						
							
							
								4b340450b9 
								
							
								 
							
						 
						
							
							
								
								Rename Feather icon directory to `feather-customised`  
							
							... 
							
							
							
							These icons are based on Feather as the original source, but they have various
tweaks applied, such as stroke width, color, etc. Hopefully the tweaked name
makes this more obvious in the future. 
							
						 
						
							2019-02-27 10:42:10 +00:00  
				
					
						
							
							
								 
						
							
							
								3b3f0ea957 
								
							
								 
							
						 
						
							
							
								
								Move E2E icons out of feather dir  
							
							... 
							
							
							
							They appear to all be created by Nad, according to
https://github.com/matrix-org/matrix-react-sdk/pull/2557 . 
							
						 
						
							2019-02-26 20:31:32 +00:00  
				
					
						
							
							
								 
						
							
							
								426bdafe22 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2672  from jryans/password-validation  
							
							... 
							
							
							
							Report validity state of all registration fields on any change 
							
						 
						
							2019-02-26 18:20:38 +00:00  
				
					
						
							
							
								 
						
							
							
								0a404d5adc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2702  from matrix-org/nadonomy/room-list  
							
							... 
							
							
							
							Normalise room list font weight, bold unreads 
							
						 
						
							2019-02-26 10:43:21 +01:00  
				
					
						
							
							
								 
						
							
							
								18b27a72d8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2692  from matrix-org/t3chguy/room_context_menu_settings  
							
							... 
							
							
							
							Settings button in Room Context Menu 
							
						 
						
							2019-02-25 20:28:38 -07:00  
				
					
						
							
							
								 
						
							
							
								8d149575ea 
								
							
								 
							
						 
						
							
							
								
								Merge branches 'develop' and 't3chguy/room_context_menu_settings' of github.com:matrix-org/matrix-react-sdk into t3chguy/room_context_menu_settings  
							
							
							
						 
						
							2019-02-25 23:12:06 +00:00  
				
					
						
							
							
								 
						
							
							
								d4b6ce6932 
								
							
								 
							
						 
						
							
							
								
								Apply PR feedback, don't change room to go to its settings  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2019-02-25 23:08:51 +00:00  
				
					
						
							
							
								 
						
							
							
								dd9077f1e4 
								
							
								 
							
						 
						
							
							
								
								Merge branches 'develop' and 't3chguy/pretty_Devtools' of github.com:matrix-org/matrix-react-sdk into t3chguy/pretty_Devtools  
							
							
							
						 
						
							2019-02-25 22:39:37 +00:00  
				
					
						
							
							
								 
						
							
							
								56d58f8600 
								
							
								 
							
						 
						
							
							
								
								make better use of space  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2019-02-25 22:38:33 +00:00  
				
					
						
							
							
								 
						
							
							
								5bdd61111d 
								
							
								 
							
						 
						
							
							
								
								Fix textareas  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2019-02-25 22:12:06 +00:00  
				
					
						
							
							
								 
						
							
							
								88dfd3287f 
								
							
								 
							
						 
						
							
							
								
								Normalise room list font weight and make bold when there are unreads.  
							
							
							
						 
						
							2019-02-25 11:02:27 -07:00  
				
					
						
							
							
								 
						
							
							
								4801b25f77 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'origin/develop' into travis/settings-cleanup-1  
							
							
							
						 
						
							2019-02-25 09:40:50 -07:00  
				
					
						
							
							
								 
						
							
							
								fa5f1df194 
								
							
								 
							
						 
						
							
							
								
								Fix z ordering of the overflow tile  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2019-02-24 03:18:21 +00:00  
				
					
						
							
							
								 
						
							
							
								bd54a401bc 
								
							
								 
							
						 
						
							
							
								
								Sort settings tabs into a logical structure  
							
							... 
							
							
							
							Fixes https://github.com/vector-im/riot-web/issues/8864  
							
						 
						
							2019-02-22 11:33:03 -07:00  
				
					
						
							
							
								 
						
							
							
								2903a0e712 
								
							
								 
							
						 
						
							
							
								
								Rework EditableItemList to support mxField  
							
							... 
							
							
							
							Also improves upon the general UX to be a bit friendlier for direct manipulation things. 
							
						 
						
							2019-02-21 15:22:08 -07:00  
				
					
						
							
							
								 
						
							
							
								8e32798f45 
								
							
								 
							
						 
						
							
							
								
								Ensure fields with errors are clearly visible  
							
							... 
							
							
							
							Until we have better validation, let's at least ensure fields with errors are
properly marked via color. 
							
						 
						
							2019-02-21 14:44:39 +00:00  
				
					
						
							
							
								 
						
							
							
								f11505a9de 
								
							
								 
							
						 
						
							
							
								
								bring back user page  
							
							... 
							
							
							
							Adds a UserView that contains a MainSplit with an empty div
and a RightPanel, preset to the given member.
UserView fetches the profile and creates a fake member, which
it passed on to the RightPanel.
this doesn't use the view_user action on purpose, to avoid any
interference of the UserView when trying to view a room member. 
							
						 
						
							2019-02-20 12:45:55 +01:00  
				
					
						
							
							
								 
						
							
							
								edf10dbdde 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2659  from jryans/dark-theme-more-2  
							
							... 
							
							
							
							Dark theme follow ups round 2 
							
						 
						
							2019-02-19 17:51:29 +00:00  
				
					
						
							
							
								 
						
							
							
								e7a84b33e8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2653  from matrix-org/benp/prevent-accidental-username-clicking  
							
							... 
							
							
							
							make mx_SenderProfile inline-block, reduces clickable area around usernames 
							
						 
						
							2019-02-19 12:26:27 +00:00  
				
					
						
							
							
								 
						
							
							
								5fb990eb5f 
								
							
								 
							
						 
						
							
							
								
								Convert Markdown button to SVG mask  
							
							... 
							
							
							
							This makes it easier to theme via CSS, which helps with the dark theme. 
							
						 
						
							2019-02-18 18:26:52 +00:00