Travis Ralston
|
c4e6cc7973
|
Remove debugging
|
2021-08-03 12:57:16 -06:00 |
|
Travis Ralston
|
7b565db02d
|
Update uploading state designs
|
2021-08-03 12:52:21 -06:00 |
|
David Baker
|
28f5dc483b
|
Update eslint plugin & fix silly indenting
As per https://github.com/matrix-org/eslint-plugin-matrix-org/pull/15
this caused a bunch of silly indenting to creep in, so this fixes it
back to the previous style.
|
2021-08-03 17:07:37 +01:00 |
|
Travis Ralston
|
c5d11a9f17
|
Improve voice messages uploading state
Fixes https://github.com/vector-im/element-web/issues/18226
Fixes https://github.com/vector-im/element-web/issues/18224
|
2021-08-02 23:29:46 -06:00 |
|
Jaiwanth
|
46e2f67f54
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into export-conversations
|
2021-08-03 10:03:16 +05:30 |
|
Travis Ralston
|
711210d16e
|
Merge pull request #6437 from matrix-org/travis/voice-messages/delabs
Remove voice messages labs flag
|
2021-08-02 02:02:36 -06:00 |
|
Jaiwanth
|
17e9cf4d2a
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into export-conversations
|
2021-07-30 12:17:31 +05:30 |
|
Germain
|
7e453d7745
|
Typo
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
|
2021-07-27 17:14:39 +01:00 |
|
Germain Souquet
|
30ce7b5eab
|
Make link within replies clickable
|
2021-07-27 17:57:46 +02:00 |
|
David Baker
|
3e7aee3a87
|
Merge pull request #5992 from SimonBrandner/fix/12652/screen-share
Add support for screen sharing in 1:1 calls
|
2021-07-27 15:34:27 +01:00 |
|
Šimon Brandner
|
24f0c760ce
|
Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-27 16:25:38 +02:00 |
|
Travis Ralston
|
7f01e31040
|
Fix timing of voice message recording UI appearing
Fixes https://github.com/vector-im/element-web/issues/18223
We delay the composer's state until a recording is truly ready here, preventing buttons from disappearing while we're still figuring things out.
|
2021-07-26 23:33:21 -06:00 |
|
Germain
|
c7bbb497f9
|
Merge branch 'develop' into gsouquet/fix-18128
|
2021-07-26 07:41:42 +01:00 |
|
Germain
|
93ae5c20d6
|
Merge pull request #6464 from matrix-org/gsouquet/fix-18172
Fix reactions row pushing content on IRC layout
|
2021-07-26 07:40:49 +01:00 |
|
Jaiwanth
|
b04bfeda33
|
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into export-conversations
|
2021-07-26 00:18:56 +05:30 |
|
Šimon Brandner
|
b762303102
|
Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-25 08:10:01 +02:00 |
|
Michael Telatynski
|
e78a1adb6f
|
Merge pull request #6459 from matrix-org/t3chguy/eslint1
|
2021-07-23 16:23:38 +01:00 |
|
Travis Ralston
|
2c4ab507d6
|
Merge pull request #6453 from matrix-org/travis/voice-messages/code-cleanup-1
Clean up voice messages code
|
2021-07-23 09:09:12 -06:00 |
|
Germain Souquet
|
3ce6fcc64b
|
Fix reactions row pushing content on IRC layout
|
2021-07-23 14:58:27 +02:00 |
|
Germain Souquet
|
1ba5f19f2e
|
Put avatar is right place when sender isnt displayed in message bubbles
|
2021-07-23 12:10:34 +02:00 |
|
Michael Telatynski
|
5ccd02dd6e
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/eslint1
Conflicts:
src/components/views/dialogs/CreateRoomDialog.tsx
src/components/views/messages/MImageBody.tsx
|
2021-07-23 10:42:46 +01:00 |
|
Michael Telatynski
|
f5630acea7
|
Adhere to better eslint rules
|
2021-07-23 10:35:10 +01:00 |
|
Michael Telatynski
|
358a4e5d3f
|
Merge pull request #6212 from matrix-org/t3chguy/fix/17686
|
2021-07-23 09:09:17 +01:00 |
|
Šimon Brandner
|
d421c3203f
|
Initial implementation of loading animation
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-22 21:26:15 +02:00 |
|
Travis Ralston
|
e1bb04f45a
|
Remove answered TODOs
|
2021-07-22 09:27:38 -06:00 |
|
Travis Ralston
|
eec63574e6
|
Move src/voice to src/audio for better naming
Many of these files are used by Audio and Voice messages.
Fixes https://github.com/vector-im/element-web/issues/18131
|
2021-07-22 09:26:26 -06:00 |
|
Germain
|
248a758ad6
|
Merge pull request #6439 from matrix-org/gsouquet/fix-18142
Fix avatar obstructing membership and state changes
|
2021-07-22 16:16:33 +01:00 |
|
Michael Telatynski
|
18bb4bce35
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
Conflicts:
src/stores/SpaceStore.tsx
|
2021-07-22 12:44:27 +01:00 |
|
Travis Ralston
|
0bb0c8105d
|
Merge pull request #6434 from matrix-org/travis/voice-messages/upload-failed
Handle upload errors in voice messages
|
2021-07-22 03:40:26 -06:00 |
|
Germain Souquet
|
8da2d0fe72
|
Fix avatar obstructing membership and state changes
|
2021-07-22 11:31:46 +02:00 |
|
Michael Telatynski
|
9219661d7c
|
Merge pull request #5389 from matrix-org/t3chguy/fix/15536
Fix onPaste handler to work with copying files from Finder
|
2021-07-22 09:22:55 +01:00 |
|
Jaiwanth
|
76040c652c
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into spaces-jump-to-room
|
2021-07-22 08:25:24 +05:30 |
|
Travis Ralston
|
0e3cc6b8f4
|
Remove voice messages labs flag
Fixes https://github.com/vector-im/element-web/issues/17151
|
2021-07-21 18:09:35 -06:00 |
|
Travis Ralston
|
079e75aae9
|
Handle upload errors in voice messages
Fixes https://github.com/vector-im/element-web/issues/17148
Mostly adding some try/catch blocks, and a generic dialog.
|
2021-07-21 16:11:10 -06:00 |
|
Travis Ralston
|
36d4eb85e1
|
Restore 'use default' naming on room notifications
Fixes https://github.com/vector-im/element-web/issues/18139
Following https://github.com/matrix-org/matrix-react-sdk/pull/6352
|
2021-07-21 13:01:19 -06:00 |
|
Šimon Brandner
|
be52eba027
|
Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share
|
2021-07-21 15:56:08 +02:00 |
|
Michael Telatynski
|
390b05617c
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
Conflicts:
src/components/views/dialogs/CreateRoomDialog.tsx
src/components/views/dialogs/RoomUpgradeDialog.tsx
src/components/views/dialogs/RoomUpgradeWarningDialog.tsx
src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx
|
2021-07-21 10:46:41 +01:00 |
|
Jaiwanth
|
1ed316851a
|
Merge upstream and resolve conflicts
|
2021-07-21 11:35:27 +05:30 |
|
Travis Ralston
|
5994111e5d
|
Merge remote-tracking branch 'origin/develop' into travis/voice-messages/download
|
2021-07-20 08:55:53 -06:00 |
|
Šimon Brandner
|
c25feb9b9f
|
Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share
|
2021-07-20 15:48:25 +02:00 |
|
Šimon Brandner
|
66a3b0fe5f
|
Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-20 13:24:05 +02:00 |
|
Šimon Brandner
|
621aee6f9a
|
Merge remote-tracking branch 'upstream/develop' into feature-surround-with
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-20 13:21:52 +02:00 |
|
Šimon Brandner
|
dd6379cf4b
|
Merge remote-tracking branch 'upstream/develop' into feature/call-event-tile
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-20 13:15:04 +02:00 |
|
Michael Telatynski
|
770de8f6b5
|
Merge pull request #6408 from matrix-org/t3chguy/eslint
|
2021-07-20 11:23:36 +01:00 |
|
Michael Telatynski
|
d3934ff7da
|
Merge branch 'develop' into t3chguy/eslint
|
2021-07-20 11:08:13 +01:00 |
|
Germain Souquet
|
e38682d75c
|
Remove unwanted coma in EventTile
|
2021-07-20 12:05:18 +02:00 |
|
Germain Souquet
|
dd65d47fba
|
lint fix
|
2021-07-20 11:12:17 +02:00 |
|
Germain Souquet
|
06c9a060b4
|
Merge branch 'develop' into gsouquet/message-bubbles-4635
|
2021-07-20 10:16:21 +02:00 |
|
Michael Telatynski
|
ce78cdf4ad
|
Conform to new react and typescript eslint rules
|
2021-07-19 22:43:11 +01:00 |
|
Michael Telatynski
|
de42a00ca4
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
Conflicts:
src/components/views/avatars/RoomAvatar.tsx
test/stores/SpaceStore-test.ts
test/test-utils.js
|
2021-07-19 16:47:31 +01:00 |
|