Šimon Brandner
a4701ccff1
Dismiss the search dialogue when starting a DM ( #8967 )
2022-07-04 09:11:06 +02:00
Suguru Hirahara
352df7ddc7
Move mx_EventTile_contextual out of mx_EventTile:not([data-layout=bubble]) ( #8974 )
...
* Move mx_EventTile_contextual out of mx_EventTile:not([data-layout=bubble])
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Empty commit
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-04 08:37:31 +02:00
Suguru Hirahara
7cf0f2d66d
Add top padding to EventTilePreview loader ( #8977 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-04 08:27:22 +02:00
Suguru Hirahara
4b17307d79
Tidy up _FilePanel.scss ( #8953 )
...
* Include in mx_FilePanel
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include mx_RoomView_MessageList * and mx_EventTile *
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>
* &: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>
* Variables, logical properties, etc.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Cancel the left stroke of the event tile
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Add comment to indicate that text-align of MessageTimestamp is not effective
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-04 08:20:18 +02:00
Suguru Hirahara
0909bfeb38
Improve LinkPreviewWidget ( #8881 )
...
* Use shorthand for margin values
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Merge style declarations
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Merge style declarations
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include mx_MatrixChat_useCompactLayout in mx_LinkPreviewWidget
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include in mx_LinkPreviewWidget
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>
* Use spacing variables
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Use logical variables
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Prevent flex children blowout
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Wrap caption
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>
* Set row-gap between image and caption
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Set column-gap between the caption and close button
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Rename the class name
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Decrease inline spacing
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-04 08:10:46 +02:00
Suguru Hirahara
37d8cfbc50
Fix read receipts group position on TimelineCard in compact modern/group layout ( #8971 )
2022-07-02 15:51:57 +00:00
Suguru Hirahara
9328dca3fd
Consider cascading order of style rules on _EventTile.scss ( #8968 )
2022-07-02 12:39:33 +02:00
Johannes Marbach
0d100cbbce
Render HTML topics in rooms on space home ( #8939 )
...
* Render HTML topics in rooms on space home
Signed-off-by: Johannes Marbach <johannesm@element.io>
* Add type annotations
Signed-off-by: Johannes Marbach <johannesm@element.io>
* Remove superfluous conditional check
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-07-01 15:01:18 -04:00
Suguru Hirahara
933ced5043
Apply mx_EventTile_isEditing .mx_MessageTimestamp globally ( #8956 )
2022-07-01 15:07:26 +00:00
DeepBlueV7.X
d8d4ade1b7
Fix calls on homeservers without the unstable thirdparty endpoints ( #8931 )
...
* Fix calls on homeservers without the unstable thirdparty endpoints
Calling that endpoint throws an error and aborts the entire call. We do
check if an empty list or null is returned by that endpoint everywhere,
so returning an empty list simulates the thirdparty stuff just not being
found.
Checking for "this.supportsSipNativeVirtual" doesn't necessarily work,
since that might not be set yet and as such breaks calls that rely on
this functionality working.
fixes https://github.com/vector-im/element-web/issues/21680
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
* Address review comments
* Make log message a warning
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2022-07-01 12:43:42 +00:00
Suguru Hirahara
1ef11a162c
Enable ReplyChain text to be expanded on IRC layout ( #8959 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-01 11:28:57 +00:00
Andy Balaam
5fb9497edb
Hopefully improve Cypress test reliability by increasing the default timeout ( #8961 )
2022-07-01 10:55:07 +00:00
Michael Weimann
8e457f17ba
Introduce new copy icon ( #8942 )
...
PSG-110
2022-07-01 11:29:19 +02:00
Suguru Hirahara
2468e5830b
Apply padding values to event tiles on MessageEditHistoryDialog with variables ( #8955 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-01 10:04:53 +01:00
Suguru Hirahara
bf281c1b6b
Move mx_EventTile_body out of mx_EventTile:not([data-layout=bubble]) ( #8958 )
...
* Move mx_EventTile_body out of mx_EventTile:not([data-layout=bubble])
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Enable overflow scroll on expanded ReplyChain on bubble layout
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-07-01 10:04:33 +02:00
Michael Telatynski
e72598e40b
Fix expand/collapse state wrong in metaspaces ( #8952 )
2022-07-01 08:53:47 +01:00
Suguru Hirahara
2bc6575503
Include mx_EventTile_bubbleContainer in mx_EventTile ( #8960 )
2022-07-01 09:25:23 +02:00
Michael Weimann
a2f31fdfb4
Location (live) share replies now provide a fallback content ( #8949 )
...
* Implement location share reply fallback content
* Replace single condition switch with if
2022-07-01 08:01:22 +02:00
Travis Ralston
924865b315
Add safety around missing topics and space settings ( #8957 )
2022-06-30 19:34:24 +00:00
Suguru Hirahara
3329b35bd0
Move mx_ThreadSummary style block out of mx_GenericEventListSummary on TimelineCard ( #8938 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-30 16:56:03 +00:00
Eric Eastwood
a5871206fa
Add support for JSX in stuff we import in Cypress test code ( #8738 )
...
* Add support for JSX in stuff we import in Cypress test code
Spawning from:
- https://github.com/matrix-org/matrix-react-sdk/pull/8354#discussion_r883260722
- https://github.com/matrix-org/matrix-react-sdk/pull/8354#discussion_r878660677
* Add problem import
* Inherit from existing type definitions
See https://github.com/matrix-org/matrix-react-sdk/pull/8738#discussion_r887350469
* Specify `commonjs`
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Remove `mxSettingsStore` as it's no longer needed
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-06-30 16:23:45 +00:00
Michael Telatynski
89ae540faa
Respect `filename` field on `m.file` events ( #8951 )
2022-06-30 16:22:52 +01:00
Janne Mareike Koschinski
328d7ea5eb
Remove unused code left over from the old search ( #8947 )
2022-06-30 17:14:49 +02:00
Michael Telatynski
424d33d4b0
Fix PlatformSettingsHandler always returning true due to returning a Promise ( #8954 )
...
* Fix PlatformSettingsHandler always returning true due to returning a Promise
* Improve typescript
2022-06-30 14:48:21 +00:00
Janne Mareike Koschinski
c3f26d619e
Improve high-contrast support for spotlight ( #8948 )
2022-06-30 16:17:30 +02:00
Michael Telatynski
bb859d5886
Fix wrong assertions that all media events have a mimetype ( #8946 )
2022-06-30 14:35:40 +01:00
Kerry
7a80ea4bbe
Test typescriptification - MessagePanel ( #8943 )
...
* mv test/components/structures/MessagePanel-test.js test/components/structures/MessagePanel-test.tsx
* convert simpler messagepanel tests to rtl
* add data-testid to eventlistsummary
* convert read marker tests to rtl
* formatting
* remove commented
2022-06-30 14:41:53 +02:00
Suguru Hirahara
78a98415eb
Set common width, white-space, and display values to MessageTimestamp ( #8818 )
...
* Add mx_MessageTimestamp to mx_PinnedEventTile_timestamp
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Apply display: block globally to enable the width declaration
- Unset display and width value of timestamp on pinned messages card
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Apply nowrap globally
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* MessageTimestamp on ThreadsList - Remove width setting and add font-size setting
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant font-size declaration from Threadview
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Fix timestamp position of timestamp on ThreadView in IRC layout
- GroupLayout is modern layout, not IRC layout
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant font-size declaration from IRC layout
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant color setting from timestamp on file panel
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Cancel the default width to set a gap between the event tile line
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Apply user-select: none globally
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-30 13:37:43 +02:00
Michael Weimann
383bc50f1a
Make invite dialogue fixed height ( #8945 )
2022-06-30 10:56:52 +01:00
Janne Mareike Koschinski
d4a4eeaf63
Allow finding group DMs by members in spotlight ( #8922 )
2022-06-30 11:44:56 +02:00
Michael Weimann
7e47749ce2
Migrate crypto test to cypress ( #8833 )
2022-06-30 10:59:25 +02:00
Suguru Hirahara
171f5adff6
Move mx_MessageTimestamp out of mx_EventTile:not([data-layout=bubble]) on TimelineCard ( #8937 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-30 04:59:11 -04:00
Michael Weimann
35a4e981e3
Make invite dialogue fixed height ( #8934 )
2022-06-30 10:13:37 +02:00
Valere
f137bf3fd3
Fix all megolm error reported as unknown ( #8916 )
...
* Fix all megolm error reported as unknown
* code review
* bad paste in comment
2022-06-30 08:55:05 +01:00
Kerry
4eab0deeb3
Live location share - explicitly stop beacons replaced beacons (PSG-544) ( #8933 )
...
* explicitly stop beacons before creating new ones
* remove unnecessary optional chain
2022-06-30 07:33:51 +00:00
Suguru Hirahara
d439871ea1
Move mx_EventTile_highlight out of mx_EventTile:not([data-layout=bubble]) ( #8940 )
...
* Move mx_EventTile_highlight etc. out of mx_EventTile:not([data-layout=bubble])
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Set highlight text color globally
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-30 06:47:35 +02:00
Suguru Hirahara
2a4992c56a
Move mx_DisambiguatedProfile out of mx_EventTile:not([data-layout=bubble]) ( #8899 )
...
* Move mx_DisambiguatedProfile out of mx_EventTile:not([data-layout=bubble])
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove declarations which have not worked due to 'mx_EventTile:not([data-layout=bubble])'
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove a redundant declaration - inline-block
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include mx_DisambiguatedProfile
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Include mx_DisambiguatedProfile:hover
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>
* Move mx_DisambiguatedProfile out of mx_EventTile:not([data-layout=bubble]) on TimelineCard
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove duplicate declarations on ReplyTile inherited from mx_EventTile .mx_DisambiguatedProfile
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant declarations - FilePanel
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-29 22:38:23 +00:00
Suguru Hirahara
731776d189
Improve link buttons and inline link buttons styling ( #8238 )
...
* Set padding: 0 to both "link" and "link_inline"
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - _SpotlightDialog.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - JoinRuleSettings
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - _ViewSourceEvent.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - _RoomDirectory.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - _InviteDialog.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - ServerOfflineDialog
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - UpdateCheckButton
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - NonUrgentEchoFailureToast
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant settings - CallView
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove unused styles - _RoomSettingsDialogBridges.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Replace "link" with "link_inline" for inline links
- src/components/structures/UserMenu.tsx
- src/components/views/dialogs/BetaFeedbackDialog.tsx
- src/components/views/dialogs/FeedbackDialog.tsx
- src/components/views/rooms/NewRoomIntro.tsx
- src/components/views/settings/tabs/room/NotificationSettingsTab.tsx
- src/components/views/settings/tabs/user/PreferencesUserSettingsTab.tsx
- src/components/views/spaces/SpaceCreateMenu.tsx
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Replace "link_inline" with "link" for links not inline
- src/async-components/views/dialogs/security/CreateKeyBackupDialog.tsx
- src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx
- src/components/structures/auth/ForgotPassword.tsx
- src/components/structures/auth/Registration.tsx
- src/components/views/auth/InteractiveAuthEntryComponents.tsx
- src/components/views/dialogs/security/AccessSecretStorageDialog.tsx
- src/components/views/dialogs/security/RestoreKeyBackupDialog.tsx
- src/components/views/messages/TileErrorBoundary.tsx
- src/components/views/messages/ViewSourceEvent.tsx
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove a redundant declaration - _SetupEncryptionBody.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove a redundant declaration - _ReplyChain.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove a redundant declaration - _EventTile.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove an obsolete style block - _RoomPreviewCard.scss
The block was transferred from _SpaceRoomView.scss with ec24dc661edb6979ba901936067e5bc731dafa59
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove a redundant declaration - _SecurityUserSettingsTab.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove element='span' - NewRoomIntro.tsx
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove redundant declarations - _ServerPicker.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Replace 'link' with 'link_inline' - AnalyticsToast.tsx
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-29 22:37:34 +00:00
Suguru Hirahara
5165ef02ff
Move mx_MImageBody out of mx_EventTile:not([data-layout=bubble]) ( #8903 )
2022-06-29 18:31:40 +00:00
Suguru Hirahara
9c0d2080f2
Remove line-height declarations from _ReplyTile.scss ( #8932 )
...
* Set line-height for ReplyTile on IRC, modern, and bubble layout
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Move line-height style block to _EventTile.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Move line-height style block to _EventTile.scss
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Revert "Move line-height style block to _EventTile.scss"
This reverts commit 523a60b17afd849556296b43e60c6e02768e8d8f.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Revert "Move line-height style block to _EventTile.scss"
This reverts commit 0f832e19e8c6a42b885f38adb40caeb08361d0e7.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Revert "Set line-height for ReplyTile on IRC, modern, and bubble layout"
This reverts commit d3146ab49756a32b43f48d8ec3665eb74c955a01.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove line-height declarations to let inherited values used
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-29 18:28:47 +00:00
Šimon Brandner
68c94c6400
Update MSC3827 implementation to not change the default behaviour ( #8936 )
2022-06-29 16:37:23 +00:00
Robin
3c14d93237
Reduce video rooms log spam ( #8913 )
...
* Reduce video rooms log spam
If you forget to call preventDefault in widget action handlers,
matrix-widget-api logs a bunch of errors complaining that the action is
unsupported/unhandled, even if it isn't.
* Fix tests
2022-06-29 16:09:41 +02:00
Michael Weimann
2bbd542140
Remove unbin from widget kebab menu ( #8924 )
2022-06-29 15:30:44 +02:00
Janne Mareike Koschinski
bfbfe59d9d
Correct new search input’s rounded corners ( #8921 )
2022-06-29 12:58:08 +02:00
Kerry
4486509d88
Live location share - redact related locations on beacon redaction (PSF-1151) ( #8926 )
...
* redact beacon locations on redaction
* redact beacon locations on beacon info redaction
* fussy import ordering
* use real fake redaction in beaconbody test
2022-06-29 09:07:36 +00:00
Suguru Hirahara
1304ff18a5
Align unread notification dot on threads list in compact modern=group layout ( #8911 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-29 09:32:48 +02:00
Kerry
eaf13d490e
Live location share - disallow message pinning (PSF-1084) ( #8928 )
...
* unmock isContentActionable
* test message pinning
* disallow pinning for beacon events
* try to make tests more readable
2022-06-29 07:11:33 +00:00
Suguru Hirahara
035786aae0
Move mx_EventTile_line and mx_EventTile_reply out of mx_EventTile:not([data-layout=bubble]) ( #8910 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-29 01:41:52 -04:00
RiotRobot
d8b6011bf6
v3.48.0-rc.1
2022-06-28 16:12:45 +01:00
RiotRobot
e3044faedc
Prepare changelog for v3.48.0-rc.1
2022-06-28 16:12:44 +01:00