Travis Ralston
|
3f4ee9742a
|
Simple rendering of voice messages in the timeline
Fixes https://github.com/vector-im/element-web/issues/17138
|
2021-05-03 11:41:14 -06:00 |
|
Šimon Brandner
|
f79339c2da
|
Add missing semicolon
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 18:36:11 +02:00 |
|
Šimon Brandner
|
889b90fbc3
|
Fix const values
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 18:33:24 +02:00 |
|
Travis Ralston
|
d7ed2d3486
|
Switch to m.audio with extensible events
|
2021-05-03 10:27:15 -06:00 |
|
Jaiwanth
|
cf9edb1884
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into room-preview-spaces
|
2021-05-03 21:53:54 +05:30 |
|
Šimon Brandner
|
941a6e1c1b
|
Don't duplicate code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 18:16:36 +02:00 |
|
Šimon Brandner
|
0bf2b01f84
|
Keep PiP in the window when resizing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 18:11:02 +02:00 |
|
Šimon Brandner
|
be2da6376e
|
Simplifie translation code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 17:49:55 +02:00 |
|
Šimon Brandner
|
d8d380c74d
|
Always keep the PiP CallView on the screen
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 17:22:45 +02:00 |
|
Šimon Brandner
|
f93ff1c8ae
|
Add semicolons to event listeners
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 15:43:13 +02:00 |
|
Šimon Brandner
|
2c9231641b
|
Add ref to callViewWrapper
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 15:40:59 +02:00 |
|
Šimon Brandner
|
76f503666c
|
Add default offset
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 15:40:12 +02:00 |
|
Šimon Brandner
|
0851cf4415
|
Simplifie things
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 15:16:08 +02:00 |
|
Šimon Brandner
|
adcdd72a08
|
preventDefault() and stopPropagation() only if moving
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 15:07:25 +02:00 |
|
Šimon Brandner
|
7042eb38dd
|
Listen for mouseup on the document
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 08:12:54 +02:00 |
|
Šimon Brandner
|
51e80dd172
|
Remove onMoving listner from CallView
This is not necessary since we already listen for it in CallPreview
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-03 07:50:21 +02:00 |
|
Šimon Brandner
|
fca5347668
|
Add preventDefault() and stopPropagation()
This avoids text being selected while dragging
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 21:17:59 +02:00 |
|
Šimon Brandner
|
53b8fd3072
|
Listen for mousemove on document scale
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 20:57:18 +02:00 |
|
Šimon Brandner
|
241e626e96
|
Don't listen for onMouseLeave
This would cause problems because the moving element wouldn't catch up with the user
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 20:55:05 +02:00 |
|
Ayush PS
|
b42872daa4
|
Fixed the Dial Pad and finalized the changes
|
2021-05-02 22:10:15 +05:30 |
|
Šimon Brandner
|
11222e7a46
|
Wire up dragging
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 16:26:54 +02:00 |
|
Šimon Brandner
|
f64a950195
|
Prep basic methods for dragging
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 16:26:41 +02:00 |
|
Šimon Brandner
|
c97bbe11a9
|
Prep state and props for dragging
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 16:26:03 +02:00 |
|
Šimon Brandner
|
8948c7419c
|
Call dragCallbacks
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 16:24:47 +02:00 |
|
Šimon Brandner
|
bebcb32e8f
|
Add dragCallbacks
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-02 16:23:35 +02:00 |
|
Tulir Asokan
|
330f222dd1
|
Remove redundant code and move presentableTextForFile out of MFileBody
Signed-off-by: Tulir Asokan <tulir@maunium.net>
|
2021-05-01 16:11:30 +03:00 |
|
Tulir Asokan
|
09f9916916
|
Merge remote-tracking branch 'upstream/develop' into compact-reply-rendering
|
2021-05-01 15:37:32 +03:00 |
|
Aaron Raimist
|
35c1e54521
|
lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-04-30 21:55:00 -05:00 |
|
Aaron Raimist
|
626a4ccc34
|
Make warning bold, close copied tooltip on escape
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-04-30 21:45:37 -05:00 |
|
Michael Telatynski
|
0008ef7ab1
|
Merge pull request #5942 from matrix-org/t3chguy/fix/16998
Make the text filter search all spaces instead of just the selected one
|
2021-04-30 12:53:38 +01:00 |
|
Michael Telatynski
|
d2959e1acc
|
Add mechanism for disabling Betas
|
2021-04-30 12:30:05 +01:00 |
|
J. Ryan Stinnett
|
83035b6b6a
|
Merge pull request #5931 from SimonBrandner/fix-indent
Enable indent rule and fix indent
|
2021-04-30 11:51:22 +01:00 |
|
Šimon Brandner
|
70c8c64772
|
Rename to Keyboard shortcuts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-30 11:03:55 +02:00 |
|
Šimon Brandner
|
2c7139fb4d
|
Merge timeline section into one
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-30 11:03:22 +02:00 |
|
Šimon Brandner
|
192c0c4941
|
Fix method name
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-30 11:01:34 +02:00 |
|
Šimon Brandner
|
e2bee396bb
|
Merge branch 'develop' into reorganize-preferences
|
2021-04-30 10:55:29 +02:00 |
|
Robin Townsend
|
bd602e7089
|
Hide world readable history option in encrypted rooms
Signed-off-by: Robin Townsend <robin@robin.town>
|
2021-04-29 18:23:39 -04:00 |
|
Šimon Brandner
|
5913203dc6
|
Merge branch 'develop' into fix-indent
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-29 20:08:14 +02:00 |
|
Šimon Brandner
|
232b87a3b4
|
Improve formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-29 19:57:02 +02:00 |
|
Jaiwanth
|
70204d6111
|
Prevent peeking members from reacting
Signed-off-by: Jaiwanth <jaiwanth2011@gmail.com>
|
2021-04-29 22:41:57 +05:30 |
|
Jaiwanth
|
d2de115b2f
|
Generate room preview even when minimized
Signed-off-by: Jaiwanth <jaiwanth2011@gmail.com>
|
2021-04-29 21:37:44 +05:30 |
|
Michael Telatynski
|
62198601d2
|
Tweak room list filter placeholder and results copy for spaces
|
2021-04-29 16:40:08 +01:00 |
|
Michael Telatynski
|
279654cc9e
|
Design iterations based on PR feedback
|
2021-04-29 16:08:59 +01:00 |
|
Michael Telatynski
|
a4f02937cb
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
Conflicts:
res/css/structures/_SpaceRoomView.scss
src/components/structures/SpaceRoomView.tsx
|
2021-04-29 09:52:21 +01:00 |
|
Michael Telatynski
|
bed52319bc
|
Sort rooms in the add existing to space dialog based on recency
|
2021-04-28 23:39:24 +01:00 |
|
Michael Telatynski
|
9f8955fb6c
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/16628
Conflicts:
src/components/views/dialogs/AddExistingToSpaceDialog.tsx
|
2021-04-28 22:49:36 +01:00 |
|
Michael Telatynski
|
1802adb4d2
|
Iterate styling and decoration for the beta prompts
|
2021-04-28 22:47:08 +01:00 |
|
Travis Ralston
|
3890bec8ad
|
Merge pull request #5860 from samhh/always-render-ignored-users
Render ignored users setting regardless of if there are any
|
2021-04-28 09:51:57 -06:00 |
|
Travis Ralston
|
14f1388522
|
Merge pull request #5830 from SimonBrandner/fix-trailing-colon
Fix inserting trailing colon after mention/pill
|
2021-04-28 09:51:50 -06:00 |
|
Travis Ralston
|
8d8525cdeb
|
Merge pull request #5935 from matrix-org/travis/voice/control-bar
Voice messages: Composer controls
|
2021-04-28 09:38:28 -06:00 |
|