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
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
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
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
Šimon Brandner
c246b027be
Add missing space
...
Co-authored-by: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com>
2021-09-02 17:39:13 +02:00
David Baker
cd8e7e3076
Move error dialog to the new check
...
So we just check for an existing call in one place where it doesn't race
2021-09-02 15:51:44 +01:00
Travis Ralston
c749492b9c
Merge pull request #6710 from matrix-org/travis/voice-messages/audio-queue
...
Add autoplay for voice messages
2021-09-02 08:06:17 -06:00
David Baker
edf6d13818
Prevent multiple calls for the same room
2021-09-02 14:41:10 +01:00
Michael Telatynski
44b4561b8b
Don't context switch room on SpaceStore ready as it can break permalinks
2021-09-02 13:40:48 +01:00
Michael Telatynski
aed835554c
Fix explore rooms button not working during space creation wizard
2021-09-02 12:30:49 +01:00
Michael Telatynski
7d74cfecda
Merge pull request #6714 from matrix-org/t3chguy/fix/18760
...
Only make the initial space rooms suggested by default
2021-09-02 12:17:14 +01:00
Michael Telatynski
daba23d1bf
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18760
...
Conflicts:
src/components/structures/SpaceRoomView.tsx
2021-09-02 12:10:20 +01:00
Germain
9be9e75c13
Merge pull request #6720 from matrix-org/gsouquet/replies-fix-18717
2021-09-02 08:42:54 +01:00
Germain Souquet
2ce8647120
Prevent unstable property to be sent with all events
2021-09-02 08:36:20 +01:00
Travis Ralston
91d0b55fd0
Stop automatic playback if a non-voice message is encountered
...
Fixes https://github.com/vector-im/element-web/issues/18850
2021-09-01 16:14:44 -06:00