Andy Balaam
1daa34b51c
Merge pull request #9879 from matrix-org/gsouquet/threads-forceenablelabsflag
...
Switch threads on for everyone
2023-01-11 15:12:27 +00:00
Janne Mareike Koschinski
eeac6df122
Make threads use new UTD UI ( #9876 )
...
* Make threads use new UTD UI
2023-01-11 14:03:06 +01:00
Germain
d4f247d1fe
Merge branch 'develop' into gsouquet/threads-forceenablelabsflag
2023-01-11 11:51:57 +00:00
Patrick Cloke
da2640b7ba
Display rooms & threads as unread (bold) if threads have unread messages. ( #9763 )
...
Co-authored-by: Germain <germain@souquet.com>
Co-authored-by: Germain <germains@element.io>
Fixes https://github.com/vector-im/element-web/issues/23907
2023-01-11 11:49:03 +00:00
alunturner
880a86c8b1
Convert enzyme to rtl: UserInfo ( #9846 )
...
* converts tests from Enzyme to Rtl
* increases test coverage
2023-01-11 10:46:35 +00:00
Florian Duros
a691e634b0
Add edit and remove actions to link in RTE ( #9864 )
...
Add edit and remove actions to link in RTE
2023-01-11 10:10:55 +00:00
Travis Ralston
b642df98e9
Revert "Revert "Remove extensible events v1 experimental rendering ( #9881 )""
...
This reverts commit b4f2db22df
.
2023-01-10 13:51:56 -07:00
Travis Ralston
b4f2db22df
Revert "Remove extensible events v1 experimental rendering ( #9881 )"
...
This reverts commit 67396020e8
.
2023-01-10 13:31:48 -07:00
Travis Ralston
67396020e8
Remove extensible events v1 experimental rendering ( #9881 )
...
* Remove extensible events v1 experimental rendering
With the changes to extensible events in v2 largely being contained to a room version, we don't need to have this code or the labs flag anymore. If the labs flag becomes useful in the future, it will be re-added.
* Run prettier
2023-01-10 09:21:03 -07:00
Johannes Marbach
c94a4abe3d
Merge pull request #9873 from matrix-org/johannes/polls-dialog-scaling
...
Make create poll dialog scale better (PSG-929)
2023-01-10 16:07:49 +01:00
Michael Weimann
4627456837
Prevent starting a voice message while recording a broadcast ( #9844 )
2023-01-10 15:51:20 +01:00
Florian Duros
d103860a94
Change RTE mode icons ( #9861 )
...
Change RTE mode icons
2023-01-10 14:34:17 +00:00
Johannes Marbach
5dfde12c1c
Merge branch 'develop' into johannes/polls-dialog-scaling
2023-01-10 12:14:50 +01:00
Kerry
b1c32995c6
Device manager - prune client information events after remote sign out ( #9874 )
...
* prune client infromation events from old devices
* test client data pruning
* remove debug
* strict
* Update src/components/views/settings/devices/useOwnDevices.ts
Co-authored-by: Michael Weimann <michaelw@matrix.org>
* improvements from review
Co-authored-by: Michael Weimann <michaelw@matrix.org>
2023-01-10 07:01:50 +01:00
Germain
7ca1b385d9
Force enable threads labs flag
2023-01-09 12:38:19 +00:00
Johannes Marbach
ef080f1709
Merge branch 'develop' into johannes/polls-dialog-scaling
2023-01-06 17:28:27 +01:00
Johannes Marbach
fc6b83c786
Make create poll dialog scale better
...
Fixes : vector-im/element-web#21855
2023-01-06 17:26:10 +01:00
Andy Balaam
b0e15a48a4
Merge branch 'develop' into johannes/poll-start-sent-receipt
2023-01-06 11:10:37 +00:00
Johannes Marbach
88a983ab67
Run prettier
2023-01-06 10:37:42 +01:00
Johannes Marbach
c05e52ab82
Enable sent receipt for poll start events
2023-01-06 10:18:05 +01:00
Germain
d0aca6e5eb
Change clear notifications to have more readable copy ( #9867 )
2023-01-06 08:12:00 +00:00
Michael Weimann
ab9152044c
Use the same avatar colour when creating 1:1 DM rooms ( #9850 )
2023-01-05 17:05:21 +01:00
grimhilt
ecfd1736e5
combine search results when the query is present in multiple successive messages ( #9855 )
...
* merge successives messages
* add tests
* fix styles
* update test to match the expected parameters
* fix types errors
* fix tsc types errors
Co-authored-by: grimhilt <grimhilt@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
2023-01-05 11:37:58 +00:00
Michael Weimann
488a08a25e
Allow reactions for broadcasts ( #9856 )
2023-01-05 08:40:09 +01:00
alunturner
432ce3ca31
Improve switching between rich and plain editing modes ( #9776 )
...
* allows switching between modes that retains formatting
* updates rich text composer dependency to 0.13.0 (@matrix-org/matrix-wysiwyg)
* improves handling of enter keypresses when ctrlEnterTosend setting is true in plain text editor
* changes the message event content when using the new editor
* adds tests for the changes to the plain text editor
2023-01-04 12:57:09 +00:00
alunturner
3bcea5fb0b
Convert enzyme to rtl: BeaconMarker ( #9840 )
2023-01-04 10:00:13 +00:00
Robin
cb1af0d3de
Redesign the picture-in-picture window ( #9800 )
...
* Remove unnecessary PipContainer component
* Redesign the picture-in-picture window
* Add a hover effect to the controls
* Clarify that WidgetPip has call-specific behavior
2023-01-04 04:44:38 +00:00
Florian Duros
6b155620e4
Fix emoji in RTE editing ( #9827 )
...
Fix emoji in RTE editing
2023-01-03 15:35:14 +00:00
Travis Ralston
6d6adc8c02
Use identity server v2 api instead of v1 ( #9818 )
...
See js-sdk change.
2023-01-03 00:59:07 -07:00
Marco Bartelt
1b06b72b67
static-user-onboarding-steps ( #9799 )
2023-01-02 14:34:34 +00:00
Germain
1e8b59ea40
Migrate Enzyme to RTL ( #9842 )
2022-12-29 15:35:19 +00:00
Kerry
c0ba1b8a1c
Device manager - contextual menus ( #9832 )
...
* add session count to current session contextual signout
* add contextual menu to other sessions section
* typo
* i18n
* strict
2022-12-29 02:08:57 +00:00
Michael Weimann
c257e137aa
Allow call and broadcast PiP at the same time ( #9829 )
2022-12-28 13:43:44 +00:00
Michael Weimann
5912c7a637
Replace broadcast instance with SDKContext ( #9824 )
2022-12-27 08:39:26 +01:00
Michael Weimann
32140855fb
When deleting a voice broadcast, also delete related events ( #9737 )
2022-12-23 15:44:01 +00:00
Michael Weimann
a2777d3a03
Add labs setting to force small broadcast chunks ( #9806 )
2022-12-23 13:45:26 +00:00
Michael Weimann
a1bc4b8e6b
Fix sign-in instead link ( #9820 )
2022-12-23 12:36:09 +00:00
Florian Duros
fe0273b1a6
Add link creation to rich text editor ( #9775 )
...
Add link creation to RTE
2022-12-23 11:34:15 +00:00
Michael Weimann
b07bd4d102
Show initial broadcast position in seekbar ( #9796 )
2022-12-22 14:30:42 +00:00
Germain
e9224f6fce
Add mark as read option in room setting ( #9798 )
2022-12-22 13:18:38 +00:00
Kerry
fbc3228143
Device manager - current device design and copy tweaks ( #9801 )
...
* indent device details
* udpate copy for current device security warning
* lint
* test coverage for copy
* strict
2022-12-22 01:58:29 +00:00
Kerry
9a8545bf34
Fix: Editing a poll will silently change it to a closed poll ( #9809 )
...
* add failing test case
* dont reset poll disclosure on editing
2022-12-21 21:29:11 +00:00
Robin
8660293424
Make call tiles look less broken in the right panel ( #9808 )
2022-12-21 18:59:02 +00:00
Germain
dd88fbbc3b
Fix checkForPreJoinUISI for thread roots ( #9803 )
...
* Fix blank timeline when thread root is UTD
* add test for pre join uisi checks and thread roots
* ts strict fix
* Update to timeline panel test
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Fixes to TimelinePanel-test
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2022-12-21 16:03:58 +00:00
Michael Weimann
1614674ca9
Snap in PiP widget when content changed ( #9797 )
2022-12-21 13:06:26 +00:00
Germain
bef8e077f6
Unify notifications panel event design ( #9754 )
2022-12-21 10:25:50 +00:00
Florian Duros
d6e447b934
Load RTE component only when needed ( #9804 )
...
Use react lazy to load rte component
2022-12-20 14:59:18 +00:00
Richard van der Hoff
ad7c002f4d
Merge remote-tracking branch 'origin/develop' into rav/edited_events
2022-12-20 11:20:03 +00:00
Richard van der Hoff
dc29317445
Improve display of edited events
2022-12-20 11:19:47 +00:00
Richard van der Hoff
fa01a6211e
verified
can be null
2022-12-20 11:19:47 +00:00