Šimon Brandner
|
0df67d005e
|
Ditch displayName
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-20 17:11:14 +02:00 |
|
Šimon Brandner
|
e1445f71bd
|
Convert AppTile to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:47:15 +02:00 |
|
Šimon Brandner
|
03ce568a5d
|
Convert EditableText to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:47:14 +02:00 |
|
Šimon Brandner
|
af853e1d86
|
Convert DialogButtons to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:47:14 +02:00 |
|
Šimon Brandner
|
cebf256dc0
|
Convert PersistedElement to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:47:08 +02:00 |
|
Šimon Brandner
|
a8d3bb76ef
|
Convert PersistentApp to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:54 +02:00 |
|
Šimon Brandner
|
819a2b4416
|
Convert PowerSelector to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:54 +02:00 |
|
Šimon Brandner
|
6f2ef34dd7
|
Convert SyntaxHighlight to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:54 +02:00 |
|
Šimon Brandner
|
8bf5d97b9e
|
Convert TextWithTooltip to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:54 +02:00 |
|
Šimon Brandner
|
96d1519ac5
|
Convert Spoiler to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:53 +02:00 |
|
Šimon Brandner
|
9e2bc28c06
|
Convert LazyRenderList TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:53 +02:00 |
|
Šimon Brandner
|
1ee606c693
|
Convert LanguageDropdown to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:53 +02:00 |
|
Šimon Brandner
|
17d2998ec1
|
Convert EditableTextContainer to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:53 +02:00 |
|
Šimon Brandner
|
ea623e79bb
|
Convert DirectorySearchBox to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:52 +02:00 |
|
Šimon Brandner
|
971d375a5c
|
Convert AppWarning to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:52 +02:00 |
|
Šimon Brandner
|
88cadd52a8
|
Convert VerificationQRCode to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-17 18:41:52 +02: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 |
|