Germain Souquet
d1dbfbd014
hide thread events from the timeline
2021-08-17 11:10:02 +01:00
Germain Souquet
e5024c4b71
Adapt threading UI to new backend
2021-08-17 10:38:09 +01:00
Germain Souquet
d971802789
Create ThreadView phase in RightPanel
2021-08-10 14:30:12 +02:00
Germain Souquet
7d4698da49
Merge branch 'develop' into gsouquet/threaded-messaging-2349
2021-08-10 11:41:15 +02:00
Michael Telatynski
6877c8fe0c
Merge pull request #6587 from matrix-org/t3chguy/fix/18465
...
Fix create room dialog in spaces no longer adding to the space
2021-08-10 10:34:26 +01:00
Michael Telatynski
b7246404be
Fix create room dialog in spaces no longer adding to the space
2021-08-10 10:05:19 +01:00
David Baker
6eed09f261
Merge pull request #6574 from matrix-org/dbkr/preview_changelog
...
Add changelog preview action
2021-08-09 20:21:16 +01:00
David Baker
d2e8e13afb
No event.number in the workflow_run action
2021-08-09 19:27:13 +01:00
David Baker
dd36dde8c9
rename artifact
2021-08-09 19:16:08 +01:00
David Baker
99cc79bec9
Merge pull request #6585 from matrix-org/dbkr/fix_netlify_upload
...
Hopefully working Netlify upload
2021-08-09 19:09:44 +01:00
David Baker
28eb45b928
Hopefully working Netlify upload
...
as per comment
2021-08-09 18:35:36 +01:00
David Baker
81b72fe70e
disable netlify uplaod while I debug it
2021-08-09 18:03:15 +01:00
David Baker
f775e63aa2
Merge pull request #6575 from matrix-org/dbkr/netlify_action
...
Use a GitHub action to build the Netlify preview build
2021-08-09 17:54:50 +01:00
Dariusz Niemczyk
6663f01c6c
Merge pull request #6580 from SimonBrandner/fix/reject-modal
...
Don't show a modal on call reject/user hangup
2021-08-08 19:55:27 +02:00
Dariusz Niemczyk
1e513eeae8
Merge pull request #6581 from SimonBrandner/fix/stuck-buttons/18439
...
Fade Call View Buttons after `componentDidMount`
2021-08-08 19:54:31 +02:00
Šimon Brandner
96b651e326
Fade buttons after componentDidMount
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-08 11:26:57 +02:00
Šimon Brandner
2d5dc6d529
Break instead of return
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 21:30:58 +02:00
Šimon Brandner
78f53b3f6b
Don't show modal on reject/user hangup
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 21:28:35 +02:00
Travis Ralston
92a60497d2
Merge pull request #6572 from matrix-org/travis/voice-messages/stop-left
...
Move stop button to the left of the waveform
2021-08-07 09:09:21 -06:00
Michael Telatynski
7598ce6ca3
Merge pull request #6576 from SimonBrandner/fix/export-default
...
Export components by default
2021-08-07 15:15:57 +01:00
Dariusz Niemczyk
390a3ebcbd
Merge pull request #6579 from SimonBrandner/family-friendly-branch-name
...
Fix source picker sizing issues (again)
2021-08-07 15:50:17 +02:00
Šimon Brandner
54b5c8554a
Fix source picker sizing issues (again)
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 12:00:50 +02:00
Dariusz Niemczyk
72d57d63ea
Merge pull request #6577 from SimonBrandner/fix/call-view-regressions
...
Fix Call View regressions
2021-08-07 11:20:39 +02:00
Šimon Brandner
fe1dfa209a
rethemendex
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 10:13:27 +02:00
Šimon Brandner
d8b492f47d
Correctly hide fullscreen button
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 09:38:26 +02:00
Šimon Brandner
63ed852c68
Fix typo which caused the wrong PiP position
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 09:31:32 +02:00
Šimon Brandner
2ce75d45b2
Fix tranlation
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 09:16:34 +02:00
Šimon Brandner
5c90736213
Export components by default
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-07 08:54:40 +02:00
David Baker
bcc7c9cd20
Use a GitHub action to build the Netlify preview build
...
So we don't need netflify to sit there building the develop branch
for no reason. Also it will comment with the URL rather than having
to dig it out of the checks.
Upload part not tested yet.
2021-08-06 23:54:19 +01:00
David Baker
26170deb3b
Add changelog preview action
2021-08-06 23:05:05 +01:00
Germain
2f904cccce
Merge pull request #6573 from matrix-org/gsouquet/tsconfig-types
...
Change tsconfig to autodiscover all @types packages rather setting them explicitely
2021-08-06 17:05:01 +01:00
Dariusz Niemczyk
b6f7c4fe95
Merge pull request #6475 from matrix-org/jitsi-picture-in-picture
...
Refactor Calls components into smaller pieces for future Widgets work
2021-08-06 18:03:30 +02:00
Dariusz Niemczyk
b73c73f07c
Fix missing string
2021-08-06 17:47:59 +02:00
Dariusz Niemczyk
ebee78acc8
Fix dangling ';'
2021-08-06 17:45:14 +02:00
Travis Ralston
b2a2b35243
Merge pull request #6565 from SimonBrandner/fix/codeblock-expand/18388
...
Fix missing expand button on codeblocks
2021-08-06 09:42:13 -06:00
Travis Ralston
6a9ebc6902
Merge pull request #6390 from SimonBrandner/feature/hidden-rrs
...
Support for MSC2285 (hidden read receipts)
2021-08-06 09:27:14 -06:00
Travis Ralston
f53451df65
Merge pull request #6349 from SimonBrandner/feature/collapse-pinned-mels/17938
...
Group pinned message events with MELS
2021-08-06 09:25:08 -06:00
Travis Ralston
fbe8f04942
Fix height jump of recording states
...
Fixes https://github.com/vector-im/element-web/issues/18431
2021-08-06 09:04:36 -06:00
Germain Souquet
18eb00a70f
Change tsconfig to autodiscover all @types packages rather setting them explicitely
2021-08-06 17:03:12 +02:00
Travis Ralston
cab4f2e402
Move stop button to the left of the waveform
...
Fixes https://github.com/vector-im/element-web/issues/18416
2021-08-06 09:00:18 -06:00
Dariusz Niemczyk
7513f5ba7c
Fix types
2021-08-06 16:43:20 +02:00
Dariusz Niemczyk
cba87f433b
Fix merge conflicts
2021-08-06 16:31:04 +02:00
Dariusz Niemczyk
4328083ea7
Rename css
2021-08-06 16:31:04 +02:00
Germain
3153e11761
Merge pull request #6566 from SimonBrandner/task/export-layout
2021-08-06 14:45:54 +01:00
Germain
225ac0ae5a
Merge pull request #6568 from benneti/develop
...
allow customizing the bubble layout colors
2021-08-06 14:43:33 +01:00
Germain
da79581744
Merge pull request #6567 from SimonBrandner/fix/connecting-states/18404
...
Don't flash "Missed call" when accepting a call
2021-08-06 14:42:31 +01:00
Germain
40eb9ae452
Merge pull request #6571 from SimonBrandner/fix/reply-whitespace/18327
...
Fix clicking whitespaces on replies
2021-08-06 14:34:31 +01:00
Travis Ralston
2c601e0ff1
Merge pull request #6562 from matrix-org/travis/voice-messages/disable-composer
...
Fix disabled state for voice messages + send button tooltip
2021-08-06 07:19:58 -06:00
Šimon Brandner
0e041f2e77
Fix clicking whitespaces on replies
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-06 15:06:11 +02:00
Michael Telatynski
81b70c6955
Merge pull request #6570 from SimonBrandner/feature/call-length/18405
2021-08-06 13:44:14 +01:00