Eric Eastwood
|
9c3439a1aa
|
Show updated relation reply from edited message - v2 (#6817)
Part of https://github.com/vector-im/element-web/issues/10391
When `m.relates_to` -> `m.in_reply_to` is provided in `m.new_content`
for an edited message, use the updated reply.
ex.
```json
{
"type": "m.room.message",
"content": {
"body": " * foo bar",
"msgtype": "m.text",
"m.new_content": {
"body": "foo bar",
"msgtype": "m.text",
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$qkjmFBTEc0VvfVyzq1CJuh1QZi_xDIgNEFjZ4Pq34og"
}
}
},
"m.relates_to": {
"rel_type": "m.replace",
"event_id": "$lX9MRe9ZTFOOvnU8PRVbvr1wqGtYvNQ1rSot-iUTN5k"
}
}
}
```
|
2021-09-17 15:18:52 -05:00 |
|
Michael Telatynski
|
8c08293654
|
Fix reactions aria-label not being a string and thus being read as [Object object]
|
2021-09-17 11:36:22 +01:00 |
|
Travis Ralston
|
a103a2ceaa
|
Revert "Show updated relation reply from edited message (#6809)"
This reverts commit eaab8e1570 .
|
2021-09-15 14:34:28 -06:00 |
|
Eric Eastwood
|
eaab8e1570
|
Show updated relation reply from edited message (#6809)
Part of https://github.com/vector-im/element-web/issues/10391#issuecomment-906131724
When `m.relates_to` -> `m.in_reply_to` is provided in `m.new_content`
for an edited message, use the updated reply.
ex.
```json
{
"type": "m.room.message",
"content": {
"body": " * foo bar",
"msgtype": "m.text",
"m.new_content": {
"body": "foo bar",
"msgtype": "m.text",
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$qkjmFBTEc0VvfVyzq1CJuh1QZi_xDIgNEFjZ4Pq34og"
}
}
},
"m.relates_to": {
"rel_type": "m.replace",
"event_id": "$lX9MRe9ZTFOOvnU8PRVbvr1wqGtYvNQ1rSot-iUTN5k"
}
}
}
```
|
2021-09-15 11:49:04 -05:00 |
|
Germain
|
1a4859ede8
|
Merge pull request #6727 from SimonBrandner/task/i-hate-my-code
|
2021-09-10 16:14:24 +01:00 |
|
Germain Souquet
|
bbf66a0011
|
Make label clickable on narrow mode context menu
|
2021-09-07 17:10:09 +01:00 |
|
Michael Telatynski
|
cc40df298b
|
Improve form handling in and around space creation
|
2021-09-03 13:34:09 +01:00 |
|
Germain
|
e16921e1f1
|
Merge pull request #6619 from matrix-org/gsouquet/ts-components-migration
|
2021-09-03 08:47:12 +01:00 |
|
Šimon Brandner
|
2f1ee610d9
|
Use source id directly
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-02 14:27:55 +02: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
|
5692b74b28
|
Merge pull request #6703 from nordeck/nic/feat/invite-reason-formatting
Allow to use basic html to format invite messages
|
2021-09-01 14:46:54 -06:00 |
|
Travis Ralston
|
f0cf00433b
|
Merge pull request #6702 from nordeck/nic/fix/even-tile-preview
Replace fake username in EventTilePreview with a proper loading state
|
2021-09-01 14:28:12 -06:00 |
|
Šimon Brandner
|
5ed4f3f54f
|
Move DesktopCapturerSource out of global.d.ts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-01 18:45:18 +02:00 |
|
Šimon Brandner
|
7ae9f3d1ae
|
Remove Element-specifc screen-sharing code out of the js-sdk
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-01 18:45:13 +02:00 |
|
Šimon Brandner
|
4777da4da7
|
Don't declare DesktopCapturerSource since we have a definition in the js-sdk
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-01 18:38:14 +02:00 |
|
Šimon Brandner
|
387239864d
|
Add fallbackUserId
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-01 16:50:13 +02:00 |
|
Germain Souquet
|
95d1b06abb
|
Make composer able to reply in thread or in room timeline
|
2021-09-01 12:12:40 +01:00 |
|
Steffen Kolmer
|
6a550f2f9c
|
Added trailing comma to make eslint happy
|
2021-08-28 14:04:00 +02:00 |
|
Steffen Kolmer
|
3ef9584f68
|
Simplify things
|
2021-08-28 14:00:18 +02:00 |
|
Steffen Kolmer
|
9fdc5659b7
|
Fixed eslint error and copyright header
|
2021-08-28 13:56:08 +02:00 |
|
Steffen Kolmer
|
d76adde1ab
|
Use scss instead of inline styles
|
2021-08-28 13:41:24 +02:00 |
|
Steffen Kolmer
|
6da11f375d
|
Allow to use basic html formatting in invite reasons
|
2021-08-27 21:44:34 +02:00 |
|
Steffen Kolmer
|
f65eff103e
|
Switch from inline-spinner to spinner
|
2021-08-27 20:48:29 +02:00 |
|
Steffen Kolmer
|
a4899ad225
|
Fixed padding
|
2021-08-27 20:11:34 +02:00 |
|
Steffen Kolmer
|
9b495eeec3
|
Optimized style
|
2021-08-27 20:10:01 +02:00 |
|
Steffen Kolmer
|
21cf3592cf
|
Update props and state interfaces
|
2021-08-27 19:32:38 +02:00 |
|
Steffen Kolmer
|
6e30673164
|
Show spinner if user id is missing in event tile preview
|
2021-08-27 19:23:26 +02:00 |
|
Germain Souquet
|
6945e3f103
|
Fix ProfileSettings types
|
2021-08-25 09:05:07 +01:00 |
|
Dariusz Niemczyk
|
a5c005756e
|
Fix resizer on left panel
|
2021-08-24 13:05:46 +02:00 |
|
Dariusz Niemczyk
|
290ab894aa
|
Migrate ResizeHandle to typescript
|
2021-08-24 11:15:41 +02:00 |
|
Šimon Brandner
|
60e7c18e62
|
Add choose to new issue link
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-08-23 13:17:40 +02:00 |
|
Dariusz Niemczyk
|
603f992100
|
Merge pull request #6632 from matrix-org/palid/feature/fix-stuck-jitsi-pip
Fix jitsi widget sometimes being permanently stuck in the bottom-right corner
|
2021-08-19 10:49:57 +02:00 |
|
Dariusz Niemczyk
|
595ba7f59d
|
Remove useless setState
|
2021-08-19 06:43:12 +02:00 |
|
Dariusz Niemczyk
|
c8e4e76100
|
Properly remove persistentWidget from WidgetStore
Fixes #17226
|
2021-08-19 06:42:38 +02:00 |
|
Dariusz Niemczyk
|
5553e40f0c
|
Fix AppTile.js indent
|
2021-08-19 06:42:10 +02:00 |
|
James Salter
|
23f70836b6
|
Update copy to indicate debug logs contain which UI elements you last interacted with
|
2021-08-18 17:05:15 +01:00 |
|
James Salter
|
834f72a9a8
|
Merge remote-tracking branch 'origin' into sentry-rageshakes
|
2021-08-17 11:47:00 +01:00 |
|
James Salter
|
16d02f24bd
|
lint
|
2021-08-16 13:06:19 +01:00 |
|
Andrew Morgan
|
1ad35b1564
|
Keep number field in focus when pressing dialpad buttons (#6520)
|
2021-08-12 18:58:06 +01:00 |
|
Michael Telatynski
|
09ffad96ff
|
Merge pull request #6569 from matrix-org/t3chguy/fix/spaces-a11y
|
2021-08-11 23:18:52 +01:00 |
|
James Salter
|
de398f46f4
|
initial spike
|
2021-08-11 18:00:21 +01: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 |
|
Michael Telatynski
|
6fddfe0d59
|
Fix dropdown keyboard selection accessibility
|
2021-08-06 14:48:46 +01:00 |
|
Michael Telatynski
|
7a11279682
|
Fix dropdown negative wraparound for keyboard accessibility
|
2021-08-06 14:21:56 +01:00 |
|
Michael Telatynski
|
54fb24f359
|
Fix dropdown keyboard accessibility when filter is disabled
|
2021-08-06 14:21:41 +01:00 |
|
Dariusz Niemczyk
|
6d4ef6b1a4
|
Fix [object Object] in Widget Permissions
|
2021-08-06 13:54:00 +02:00 |
|
Michael Telatynski
|
3895345250
|
Fix disabled state on AccessibleButton not being exposed via ARIA
|
2021-08-06 12:28:20 +01:00 |
|
Šimon Brandner
|
5f68ad92d1
|
Merge remote-tracking branch 'upstream/develop' into feature/collapse-pinned-mels/17938
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-08-06 07:43:19 +02:00 |
|
Šimon Brandner
|
f0f2d3621e
|
Fix clicking pills inside replies
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-29 16:30:07 +02:00 |
|