David Baker
404ddad961
Merge pull request #6751 from matrix-org/dbkr/fix_stuck_scroll
...
Fix scroll being stuck at bottom
2021-09-07 09:48:17 +01:00
Travis Ralston
78617c01a8
Merge pull request #6742 from matrix-org/travis/fix-oidc-dialog
...
Convert widget OIDC exchange dialog to TS (fixing it)
2021-09-06 22:43:27 -06:00
Travis Ralston
615a432eda
Add missing type
2021-09-06 22:37:21 -06:00
Travis Ralston
eb6fa4514b
Merge pull request #6752 from matrix-org/revert-6682-gsouquet/compact-composer-18533
...
Revert "Create narrow mode for Composer"
2021-09-06 22:09:01 -06:00
Travis Ralston
945181fe39
Revert "Create narrow mode for Composer"
2021-09-06 22:08:50 -06:00
Germain
59de3c96a2
Merge pull request #6682 from matrix-org/gsouquet/compact-composer-18533
2021-09-07 05:07:00 +01:00
David Baker
6468ce68a2
Fix scroll being stuck at bottom
...
The check for whether we're at the bottom or not allowed for a
difference of 1 to account for fractional scroll values, but
allowed the difference of exactly 1 too, meaning we'd consider
the timeline to be at the bottom if you were scrolled up by exactly
a single pixel. If your scrolling was set up to be precise enough and
the event handlers fired fast enough that they'd evaluate each time
you scrolled up by a single pixel, it would reset you back to the bottom
each time and you'd never be able to scroll up.
Fixes https://github.com/vector-im/element-web/issues/18903
2021-09-06 18:59:47 +01:00
Michael Telatynski
a4c0fa8046
Merge pull request #6745 from matrix-org/t3chguy/fix/18796
...
Prefer matrix.to alias links over room id in spaces & share
2021-09-06 16:53:11 +01:00
Germain
ecd1920a4a
Merge pull request #6749 from matrix-org/gsouquet/fix-reply-display
...
Fix replies not appearing in timeline
2021-09-06 16:20:53 +01:00
Germain Souquet
385222719c
Fix replies not appearing in timeline
2021-09-06 15:53:18 +01:00
David Baker
18b5b18f7c
Merge pull request #6740 from matrix-org/dbkr/debug_stuck_toast
...
Add logging to debug stuck toast bug
2021-09-06 13:06:36 +01:00
Michael Telatynski
6801ec76a7
Merge pull request #6738 from matrix-org/t3chguy/fix/18780
2021-09-06 11:40:55 +01:00
Michael Telatynski
fc84682c81
i18n
2021-09-06 11:35:02 +01:00
Michael Telatynski
e252c5553e
Prefer matrix.to alias links over room id in spaces & share
2021-09-06 11:27:15 +01:00
Germain
e7cfa4816e
Merge pull request #6582 from SimonBrandner/fix/bubble-highlight/18295
2021-09-06 09:56:16 +01:00
Dariusz Niemczyk
1e50246a78
Merge pull request #6636 from matrix-org/palid/fix/forgot-password-ux
...
Make ForgotPassword UX slightly more user friendly
2021-09-06 10:55:25 +02:00
Germain Souquet
085d8b46a7
fix i18n
2021-09-06 08:31:54 +01:00
Germain Souquet
f549c1d52b
Code style updates
2021-09-06 08:14:49 +01:00
Travis Ralston
b9001c3e11
Convert widget OIDC exchange dialog to TS (fixing it)
...
Fixes https://github.com/vector-im/element-web/issues/15631
The `super` call was the primary issue, but a log line in the `onPermissionSelection` was also using the wrong property. Both issues have been fixed as part of the TS conversion in order to make the thing compile, conveniently fixing the bugs.
2021-09-03 22:31:29 -06:00
Travis Ralston
9dee3eb0e1
Merge pull request #6728 from matrix-org/travis/voice-messages/interrupt-text
...
Stop automatic playback of voice messages if a non-voice message is encountered
2021-09-03 13:34:58 -06:00
Travis Ralston
60e2d61d25
Merge pull request #6489 from psrpinto/better-pinned-messages
...
When pinning or unpinning messages, link to the specific message
2021-09-03 13:27:49 -06:00
David Baker
de01dcfd26
Merge pull request #6700 from SimonBrandner/feature/call-timer/18566
...
Show call length during a call
2021-09-03 17:17:36 +01:00
Michael Telatynski
b5abaffbd1
Merge pull request #6737 from matrix-org/t3chguy/fix/18789
...
Serialize and retry mass-leave when leaving space
2021-09-03 16:30:19 +01:00
Michael Telatynski
0b07a70b15
Merge pull request #6730 from matrix-org/t3chguy/fix/17974
...
Don't context switch room on SpaceStore ready as it can break permalinks
2021-09-03 16:26:19 +01:00
Michael Telatynski
f7e491f713
Merge pull request #6729 from matrix-org/t3chguy/fix/18762
...
Fix explore rooms button not working during space creation wizard
2021-09-03 16:18:25 +01:00
Michael Telatynski
2faa2e12c6
Merge pull request #6739 from matrix-org/t3chguy/fix/18775
2021-09-03 16:12:54 +01:00
David Baker
90824d32c9
Add logging to debug stuck toast bug
...
For https://github.com/vector-im/element-web/issues/18603
2021-09-03 15:14:44 +01:00
Germain
bfad9c0599
Merge pull request #6736 from matrix-org/gsouquet/fix-18876
...
Fix ProfileSettings when avatarUrl is null
2021-09-03 13:47:14 +01:00
Michael Telatynski
cc40df298b
Improve form handling in and around space creation
2021-09-03 13:34:09 +01:00
Michael Telatynski
419eb63e51
Add missing pluralisation i18n strings for Spaces
2021-09-03 13:20:35 +01:00
Michael Telatynski
acb89d3447
Serialize and retry mass-leave when leaving space
2021-09-03 12:56:09 +01:00
Germain Souquet
3c36b3c2c0
Fix ProfileSettings when avatarUrl is null
2021-09-03 12:50:42 +01:00
Germain Souquet
997f43cb82
Implement new narrow mode UI
2021-09-03 12:03:19 +01:00
David Baker
25fb243d0b
Merge pull request #6731 from matrix-org/dbkr/prevent_multiple_calls
...
Fix bug where one party's media would sometimes not be shown
2021-09-03 12:01:54 +01:00
Germain
2e237bfe70
Merge pull request #6735 from matrix-org/gsouquet/fix-18876
...
Fix state initialisation for DevicesPanel
2021-09-03 11:08:30 +01:00
David Baker
7b52cca8d3
Formatting
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-03 10:38:39 +01:00
Germain Souquet
475ef66c58
Fix state initialisation for DevicesPanel
2021-09-03 10:25:45 +01:00
Germain Souquet
6d80976eae
Merge branch 'develop' into gsouquet/compact-composer-18533
2021-09-03 09:20:38 +01:00
Germain
e16921e1f1
Merge pull request #6619 from matrix-org/gsouquet/ts-components-migration
2021-09-03 08:47:12 +01:00
Dariusz Niemczyk
781662ded7
Merge pull request #6732 from matrix-org/palid/fix/blurhash-being-stuck-forever
...
Fix unnecessary blurhash rendering
2021-09-03 06:03:36 +02:00
Travis Ralston
1772e7e314
Merge pull request #6734 from matrix-org/travis/widget-algo
...
Improve performance of widget startup slightly
2021-09-02 16:02:11 -06:00
Travis Ralston
6590572124
Improve performance of widget startup slightly
...
See https://github.com/matrix-org/matrix-react-sdk/pull/6733#pullrequestreview-745513275
2021-09-02 15:24:23 -06:00
Travis Ralston
36f4b9f723
Merge pull request #6733 from matrix-org/travis/fix-widgets
...
Don't rely on rooms having timelines to use when checking widgets
2021-09-02 15:02:48 -06:00
Travis Ralston
57aa045195
Don't rely on rooms having timelines to use when checking widgets
2021-09-02 14:27:20 -06:00
Dariusz Niemczyk
40cb8e8fc6
Fix unnecessary blurhash rendering
2021-09-02 21:10:21 +02:00
David Baker
1a0365f528
i18n
2021-09-02 19:00:30 +01:00
David Baker
f2758f9ce5
Fix glare
2021-09-02 18:41:26 +01:00
Travis Ralston
b2cb944d73
Merge branch 'develop' into travis/voice-messages/interrupt-text
2021-09-02 11:21:12 -06:00
Dariusz Niemczyk
b8f6d2926c
Merge pull request #6688 from matrix-org/palid/fix/stronger-light-theme-background-blur
...
Make stronger background blur for light theme
2021-09-02 18:42:58 +02:00
Dariusz Niemczyk
99a0bd935b
Merge pull request #6726 from SimonBrandner/feature/autoplay-split
...
Split autoplay GIFs and videos into different settings
2021-09-02 18:40:42 +02:00