efc36acf93 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't open the regular browser or our context menu on right-clicking the `Options` button in the message action bar ( #8648 )  
							
							
							
						 
						
							2022-05-19 15:26:35 +00:00  
				
					
						
							
							
								 
						
							
							
								395b167b20 
								
									
								
							
								 
							
						 
						
							
							
								
								Show notifications even when Element is focused ( #8590 )  
							
							
							
						 
						
							2022-05-19 14:44:47 +00:00  
				
					
						
							
							
								 
						
							
							
								3f2f839b3b 
								
									
								
							
								 
							
						 
						
							
							
								
								Add jump to related event context menu item ( #6775 )  
							
							
							
						 
						
							2022-05-19 14:56:10 +01:00  
				
					
						
							
							
								 
						
							
							
								82169ab923 
								
									
								
							
								 
							
						 
						
							
							
								
								Patch Jitsi logs into rageshakes ( #8643 )  
							
							
							
						 
						
							2022-05-19 10:23:29 +01:00  
				
					
						
							
							
								 
						
							
							
								408f4dfe09 
								
									
								
							
								 
							
						 
						
							
							
								
								Add public room directory hook ( #8626 )  
							
							
							
						 
						
							2022-05-19 09:03:29 +01:00  
				
					
						
							
							
								 
						
							
							
								e87bda9f37 
								
									
								
							
								 
							
						 
						
							
							
								
								Add an option to ignore (block) a user when reporting their events ( #8471 )  
							
							... 
							
							
							
							* Add an option to ignore (block) a user when reporting their events
This is primarily useful if the content being reported really doesn't belong on your screen, and the room moderators are slow to react.
Ideally we'd use the word "block" instead of "ignore", but we call it "ignore user" everywhere else. See https://github.com/vector-im/element-web/issues/19590  for further context on the word choice.
This change includes a minor refactor to the styles of labelled toggles (for reusability).
* Appease the linter
* Use a checkbox instead of toggle in the dialog
* Update classnames handling for toggle switch
* Appease the linter 
							
						 
						
							2022-05-18 16:20:55 +00:00  
				
					
						
							
							
								 
						
							
							
								c715f72745 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove obsolete declarations for buttons on EditMessageComposer on ThreadView ( #8632 )  
							
							... 
							
							
							
							Those declarations are no longer necessary to align the buttons with the right edge of the input area and background.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-05-18 14:22:42 +01:00  
				
					
						
							
							
								 
						
							
							
								2d386556a6 
								
									
								
							
								 
							
						 
						
							
							
								
								ensure metaspace changes correctly notify listeners ( #8611 )  
							
							
							
						 
						
							2022-05-18 15:15:25 +02:00  
				
					
						
							
							
								 
						
							
							
								9b92eca73d 
								
									
								
							
								 
							
						 
						
							
							
								
								Organize rules of GenericEventListSummary on bubble layout ( #8599 )  
							
							... 
							
							
							
							* Organize - data-expanded=false
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Organize - data-expanded=true
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Organize - EventTile
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Dedupe mx_GenericEventListSummary[data-layout=bubble]
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* yarn run lint:style --fix
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-05-18 14:10:02 +01:00  
				
					
						
							
							
								 
						
							
							
								bb46846981 
								
									
								
							
								 
							
						 
						
							
							
								
								Set common horizontal spacing rules for EventTile on the right panel ( #8528 )  
							
							... 
							
							
							
							* Remove an obsolete override against .mx_EventTile_line
- Move &[data-layout=bubble] under mx_ThreadView
- Use variables for .mx_NewRoomIntro
- Move the variable to BaseCard
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Use --ThreadView_group_spacing-end variable
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Apply GenericEventListSummary rules to ThreadView only
This commit stops those declarations from being applied to TimelineCard, which is also applied with mx_ThreadPanel class name.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Nesting - mx_GenericEventListSummary:not([data-layout=bubble])
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* yarn run lint:style --fix
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-05-18 14:08:39 +01:00  
				
					
						
							
							
								 
						
							
							
								8d59612c74 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge styles of mx_EventTile_content for maintainability ( #8605 )  
							
							... 
							
							
							
							* Include mx_EventTile_edited in mx_EventTile_content
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include mx_EventTile_pendingModeration in mx_EventTile_content
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Merge style rules of mx_EventTile_edited and mx_EventTile_pendingModeration
Except "cursor: pointer" of mx_EventTile_edited
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include markdown-body in mx_EventTile_content
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include 'pre code' in 'pre'
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include 'mx_EventTile_content' in 'mx_EventTile_content'
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include 'mx_EventTile_content .markdown-body' header in 'mx_EventTile_content'
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include 'mx_EventTile_content .markdown-body' a, blockquote, and em in 'mx_EventTile_content'
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove a comment on selector 'code'
There is technically nothing wrong that a declaration for 'code' is inherited to 'pre code'.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-05-18 14:04:39 +01:00  
				
					
						
							
							
								 
						
							
							
								ce73b9988e 
								
									
								
							
								 
							
						 
						
							
							
								
								Hide image banner on stickers, they have a tooltip already ( #8641 )  
							
							
							
						 
						
							2022-05-18 10:08:33 +01:00  
				
					
						
							
							
								 
						
							
							
								65e27cd6be 
								
									
								
							
								 
							
						 
						
							
							
								
								If pasting a url atop another url, don't wrap one in the other ( #8642 )  
							
							
							
						 
						
							2022-05-18 10:08:24 +01:00  
				
					
						
							
							
								 
						
							
							
								f427f09b8b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8637  from matrix-org/actions/upgrade-deps  
							
							... 
							
							
							
							Upgrade dependencies 
							
						 
						
							2022-05-17 20:12:50 +01:00  
				
					
						
							
							
								 
						
							
							
								bf1a19ab1a 
								
							
								 
							
						 
						
							
							
								
								[create-pull-request] automated change  
							
							
							
						 
						
							2022-05-17 19:03:57 +00:00  
				
					
						
							
							
								 
						
							
							
								5f3a9378af 
								
									
								
							
								 
							
						 
						
							
							
								
								Revert "Sonarcloud check out upstream develop not fork develop ( #8622 )" ( #8635 )  
							
							... 
							
							
							
							This reverts commit 6ffd12a027 
							
						 
						
							2022-05-17 18:27:27 +01:00  
				
					
						
							
							
								 
						
							
							
								9889aa0de2 
								
									
								
							
								 
							
						 
						
							
							
								
								Adjust EditMessageComposer style declarations ( #8631 )  
							
							
							
						 
						
							2022-05-17 19:12:13 +02:00  
				
					
						
							
							
								 
						
							
							
								6ffd12a027 
								
									
								
							
								 
							
						 
						
							
							
								
								Sonarcloud check out upstream develop not fork develop ( #8622 )  
							
							
							
						 
						
							2022-05-17 18:09:28 +01:00  
				
					
						
							
							
								 
						
							
							
								7603132c32 
								
									
								
							
								 
							
						 
						
							
							
								
								Translations update from Weblate ( #8630 )  
							
							... 
							
							
							
							* Translated using Weblate (Spanish)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/ 
* Translated using Weblate (Estonian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/ 
* Translated using Weblate (Lao)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lo/ 
* Translated using Weblate (Esperanto)
Currently translated at 80.6% (2764 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ 
* Translated using Weblate (Esperanto)
Currently translated at 80.9% (2773 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (Italian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Esperanto)
Currently translated at 80.9% (2775 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 80.9% (2775 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/ 
* Translated using Weblate (Esperanto)
Currently translated at 80.9% (2775 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/ 
* Translated using Weblate (Italian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/ 
* Translated using Weblate (Estonian)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/ 
* Translated using Weblate (Lao)
Currently translated at 100.0% (3426 of 3426 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lo/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3429 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (German)
Currently translated at 95.4% (3274 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (German)
Currently translated at 97.2% (3335 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3429 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3429 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Estonian)
Currently translated at 100.0% (3429 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (3429 of 3429 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3433 of 3433 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3433 of 3433 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3433 of 3433 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3433 of 3433 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Portuguese)
Currently translated at 11.7% (404 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/ 
* Translated using Weblate (Italian)
Currently translated at 99.7% (3425 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/ 
* Translated using Weblate (Italian)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/ 
* Translated using Weblate (Vietnamese)
Currently translated at 89.1% (3059 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/vi/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Vietnamese)
Currently translated at 89.1% (3059 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/vi/ 
* Translated using Weblate (Estonian)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/ 
* Translated using Weblate (Galician)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/ 
* Translated using Weblate (Lao)
Currently translated at 100.0% (3432 of 3432 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lo/ 
* Translated using Weblate (French)
Currently translated at 99.5% (3412 of 3428 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/ 
* Translated using Weblate (Esperanto)
Currently translated at 80.9% (2767 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/ 
* Translated using Weblate (French)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/ 
* Translated using Weblate (Greek)
Currently translated at 98.1% (3357 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/el/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ 
* Translated using Weblate (German)
Currently translated at 98.4% (3366 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (German)
Currently translated at 98.4% (3366 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (3376 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (3376 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (German)
Currently translated at 98.7% (3376 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (Estonian)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (German)
Currently translated at 98.7% (3376 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Italian)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/ 
* Translated using Weblate (Spanish)
Currently translated at 99.8% (3415 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (3420 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/ 
* Translated using Weblate (Hungarian)
Currently translated at 99.5% (3405 of 3420 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3417 of 3417 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3417 of 3417 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3417 of 3417 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3417 of 3417 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3416 of 3416 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Estonian)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/ 
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/ 
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/ 
* Translated using Weblate (Italian)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/ 
* Translated using Weblate (Spanish)
Currently translated at 99.9% (3417 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/ 
* Translated using Weblate (Spanish)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/ 
* Translated using Weblate (Japanese)
Currently translated at 94.8% (3244 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ 
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ 
* Translated using Weblate (Japanese)
Currently translated at 94.8% (3244 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/ 
* Translated using Weblate (Swedish)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/ 
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (3419 of 3419 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/ 
Co-authored-by: GardeniaFair <info@gardeniafair.com>
Co-authored-by: LinAGKar <linus.kardell@gmail.com>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: waclaw66 <waclaw66@seznam.cz>
Co-authored-by: Xose M <xosem@disroot.org>
Co-authored-by: Priit Jõerüüt <riot@joeruut.com>
Co-authored-by: anoloth <anoloth@gmail.com>
Co-authored-by: Weblate <translate@riot.im>
Co-authored-by: worldspeak <septonimus@protonmail.com>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: random <dictionary@tutamail.com>
Co-authored-by: Ross Schulman <ross@rbs.io>
Co-authored-by: Madison Scott-Clary <makyo@drab-makyo.com>
Co-authored-by: Jozef Gaal <preklady@mayday.sk>
Co-authored-by: libexus <libexus@gmail.com>
Co-authored-by: Samuel mok <samuelmoktm@gmail.com>
Co-authored-by: trongtran810 <trantrong810@gmail.com>
Co-authored-by: Jean-Luc KABORE-TURQUIN <turquinjl@gmail.com>
Co-authored-by: Glandos <bugs-github@antipoul.fr>
Co-authored-by: Johan Smits <johan@smitsmail.net>
Co-authored-by: Theo <tbousiou@gmail.com>
Co-authored-by: uwe schmiad <lojid13236@dmosoft.com>
Co-authored-by: Stefan Schmidt <thrimbor.github@gmail.com>
Co-authored-by: Christian Paul <info@jaller.de>
Co-authored-by: noantiq <timucin.boldt@udo.edu>
Co-authored-by: iaiz <git@iapellaniz.com>
Co-authored-by: Szimszon <github@oregpreshaz.eu>
Co-authored-by: Dmytro Teslov <hellios.dt@gmail.com>
Co-authored-by: strix aluco <strixaluco@rocketmail.com>
Co-authored-by: John Doe <murat_keuls@aleeas.com>
Co-authored-by: Kaede <contact@kaede.ch>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2022-05-17 18:05:19 +01:00  
				
					
						
							
							
								 
						
							
							
								118585a672 
								
									
								
							
								 
							
						 
						
							
							
								
								Update weblateToCounterpart to be more resilient ( #8633 )  
							
							... 
							
							
							
							* Remove unused code for weblate->counterpart conversion
Happens at build time instead now
* Update `weblateToCounterpart` to be more resilient 
							
						 
						
							2022-05-17 17:44:29 +01:00  
				
					
						
							
							
								 
						
							
							
								d9b7e0721c 
								
									
								
							
								 
							
						 
						
							
							
								
								Add visual tests using Percy in Cypress ( #8610 )  
							
							... 
							
							
							
							* Add basic Percy tests
* Run Percy in CI
* Fix snapshot timing
* Fix bad selector
* Hide another bit of dynamic text
* Add docs 
							
						 
						
							2022-05-17 15:16:14 +00:00  
				
					
						
							
							
								 
						
							
							
								c122c5cd3b 
								
									
								
							
								 
							
						 
						
							
							
								
								Add basic performance testing via Cypress ( #8586 )  
							
							
							
						 
						
							2022-05-17 15:38:45 +01:00  
				
					
						
							
							
								 
						
							
							
								83b3dfa341 
								
									
								
							
								 
							
						 
						
							
							
								
								Add logs to try debug issue with thread view ( #8628 )  
							
							... 
							
							
							
							* Tidy up
* Add logs to try debug issue with thread view 
							
						 
						
							2022-05-17 10:38:24 -04:00  
				
					
						
							
							
								 
						
							
							
								e099ebd9ec 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix click behavior of notification badges on spaces ( #8627 )  
							
							... 
							
							
							
							* Fix click behavior of notification badges on spaces
* Fix import 
							
						 
						
							2022-05-17 14:28:19 +00:00  
				
					
						
							
							
								 
						
							
							
								d717d06ce5 
								
									
								
							
								 
							
						 
						
							
							
								
								Prevent invites from showing up in breadcrumbs ( #8344 )  
							
							
							
						 
						
							2022-05-17 15:08:36 +01:00  
				
					
						
							
							
								 
						
							
							
								5976f59827 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing return values in Read Receipt animation code ( #8625 )  
							
							
							
						 
						
							2022-05-17 15:08:23 +01:00  
				
					
						
							
							
								 
						
							
							
								796e12e789 
								
									
								
							
								 
							
						 
						
							
							
								
								Go to space landing page when clicking on a selected space ( #6442 )  
							
							... 
							
							
							
							* Go to space landing page when clicking on a selected space
Signed-off-by: Robin Townsend <robin@robin.town>
* Go to home landing page when clicking on selected home space
Signed-off-by: Robin Townsend <robin@robin.town>
* Remove metaspace behavior
* Add tests
* Use the dispatcher action enum
* Break up the onClick assignment 
							
						 
						
							2022-05-17 13:22:35 +00:00  
				
					
						
							
							
								 
						
							
							
								007b8816df 
								
									
								
							
								 
							
						 
						
							
							
								
								Tweak ReactionsRow to make saner use of its RoomContext ( #8623 )  
							
							... 
							
							
							
							* Tweak ReactionsRow to make saner use of its RoomContext
* `this.context.canReact` already asserts membership=join 
							
						 
						
							2022-05-17 14:17:27 +01:00  
				
					
						
							
							
								 
						
							
							
								de4e0cfcaa 
								
									
								
							
								 
							
						 
						
							
							
								
								Add extra TimelinePanel logging to debug specific issue ( #8624 )  
							
							
							
						 
						
							2022-05-17 14:12:11 +01:00  
				
					
						
							
							
								 
						
							
							
								afaeaaf954 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert `setupNotificationListener` to an unbound function ( #8618 )  
							
							... 
							
							
							
							This isn't called by an event handler directly, so shouldn't need to be bound. Equally, this shouldn't cause any problems.
This is a long-shot attempt at completing https://github.com/vector-im/element-web/issues/22141  
							
						 
						
							2022-05-17 00:21:29 -06:00  
				
					
						
							
							
								 
						
							
							
								2bddadc14e 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix order of object override when copying identity server terms state ( #8619 )  
							
							... 
							
							
							
							Fixes https://github.com/vector-im/element-web/issues/20003  
							
						 
						
							2022-05-17 00:20:16 -06:00  
				
					
						
							
							
								 
						
							
							
								5f8aecaf08 
								
									
								
							
								 
							
						 
						
							
							
								
								Use a default for `ignoreHover` when not supplied ( #8617 )  
							
							... 
							
							
							
							It is considered optional by the component props, so let's treat it as optional. 
							
						 
						
							2022-05-16 20:26:19 -04:00  
				
					
						
							
							
								 
						
							
							
								12cee6e29f 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing `key` to `ReplyInThreadButton` as used in `MessageActionBar` ( #8616 )  
							
							
							
						 
						
							2022-05-16 18:09:38 -04:00  
				
					
						
							
							
								 
						
							
							
								4162c21596 
								
									
								
							
								 
							
						 
						
							
							
								
								Update netlify.yaml ( #8615 )  
							
							
							
						 
						
							2022-05-16 21:20:00 +00:00  
				
					
						
							
							
								 
						
							
							
								a66ffa43c4 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix copy on video room creation button ( #8614 )  
							
							
							
						 
						
							2022-05-16 21:10:44 +00:00  
				
					
						
							
							
								 
						
							
							
								ceda77d7dc 
								
									
								
							
								 
							
						 
						
							
							
								
								Proactively fix stuck devices in video rooms ( #8587 )  
							
							... 
							
							
							
							* Proactively fix stuck devices in video rooms
* Fix tests
* Explain why we're disabling the lint rule
* Apply code review suggestions
* Back VideoChannelStore's flags by SettingsStore instead of localStorage 
							
						 
						
							2022-05-16 16:54:08 -04:00  
				
					
						
							
							
								 
						
							
							
								6f851108be 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix position of the message action bar on left side bubbles ( #8398 )  
							
							... 
							
							
							
							* Fix position of the message action bar on data-self=false bubble
- Fix position of the bar on GenericEventListSummary as well
- Override default value `right: 8px` of MessageActionBar
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Use variables for MessageActionBar
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Set the right property to [data-self=true]
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove space for "React" and "Reply" buttons inside MessageActionBar on the left side bubble inside ThreadView
This commit removes space reserved for those buttons on deleted or "Unable to decrypt" message bubble inside ThreadView.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-05-16 15:44:05 +00:00  
				
					
						
							
							
								 
						
							
							
								fcc4d62ede 
								
									
								
							
								 
							
						 
						
							
							
								
								Fall back to untranslated string rather than showing missing translation error ( #8609 )  
							
							
							
						 
						
							2022-05-16 13:28:24 +01:00  
				
					
						
							
							
								 
						
							
							
								fb30b67b14 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix issues with the new topic dialog ( #8608 )  
							
							
							
						 
						
							2022-05-16 14:10:00 +02:00  
				
					
						
							
							
								 
						
							
							
								e1d11db256 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't show public indicator on spaces ( #8607 )  
							
							
							
						 
						
							2022-05-16 10:24:01 +02:00  
				
					
						
							
							
								 
						
							
							
								42f12485bc 
								
									
								
							
								 
							
						 
						
							
							
								
								fix ts issues in Registration-test ( #8579 )  
							
							... 
							
							
							
							Signed-off-by: Kerry Archibald <kerrya@element.io> 
							
						 
						
							2022-05-16 08:23:51 +00:00  
				
					
						
							
							
								 
						
							
							
								8ae9f7d79a 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix edge case thread summaries around events without a msgtype ( #8576 )  
							
							... 
							
							
							
							* Fix edge case thread summaries around events without a msgtype
* Remove incomprehensible comment 
							
						 
						
							2022-05-16 08:11:50 +00:00  
				
					
						
							
							
								 
						
							
							
								fc2d7b67d1 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't show image metadata banner in replies ( #8606 )  
							
							
							
						 
						
							2022-05-16 09:47:21 +02:00  
				
					
						
							
							
								 
						
							
							
								b54c7d8faf 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix not being able to open avatars in lightbox ( #8598 )  
							
							
							
						 
						
							2022-05-14 16:07:54 +00:00  
				
					
						
							
							
								 
						
							
							
								eb10c3647b 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove an obsolete declaration for DisambiguatedProfile of EventTile on modern layout ( #8596 )  
							
							
							
						 
						
							2022-05-14 15:11:01 +02:00  
				
					
						
							
							
								 
						
							
							
								4c1c12bbc4 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix favourites metaspace not updating ( #8594 )  
							
							
							
						 
						
							2022-05-14 11:45:15 +00:00  
				
					
						
							
							
								 
						
							
							
								11eca18450 
								
									
								
							
								 
							
						 
						
							
							
								
								Stop spaces from displaying as rooms in new breadcrumbs ( #8595 )  
							
							
							
						 
						
							2022-05-14 13:41:17 +02:00  
				
					
						
							
							
								 
						
							
							
								e0d94f6338 
								
									
								
							
								 
							
						 
						
							
							
								
								Add right margin to pills ( #8593 )  
							
							
							
						 
						
							2022-05-14 13:41:05 +02:00  
				
					
						
							
							
								 
						
							
							
								9b9ecf9c55 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix avatar position of hidden event on ThreadView ( #8592 )  
							
							
							
						 
						
							2022-05-14 11:34:27 +02:00  
				
					
						
							
							
								 
						
							
							
								f51a6b6da4 
								
									
								
							
								 
							
						 
						
							
							
								
								Show file name and size on images on hover ( #6511 )  
							
							... 
							
							
							
							* Show simple file name and size on images/videos
Fixes https://github.com/vector-im/element-web/issues/18197 
* i18n
* Fix bad merge
* Add hover state tracking
* Only show on timeline-like objects
* Match new design requirements
* Remove video support (deemed not needed)
* Colouring and sizing from design
* Include file name in lightbox
* Revert changes to videos since we don't need them
* i18n
* Iterate PR
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2022-05-14 10:31:53 +02:00