Germain Souquet
|
a17b13f83a
|
Add drawable copyright header
|
2021-06-25 11:47:33 +01:00 |
|
Germain Souquet
|
bf89aa909e
|
Add BackdropPanel copyright header
|
2021-06-25 11:46:38 +01:00 |
|
Germain Souquet
|
6d293d1092
|
Merge branch 'develop' into gsouquet/fix-backdrop-filter
|
2021-06-25 09:43:54 +01:00 |
|
Germain Souquet
|
e628cac06b
|
Improve image drawing fill strategy
|
2021-06-25 09:38:29 +01:00 |
|
Germain Souquet
|
652ad3617d
|
Backdrop filter compatibility for Firefox and Safari
|
2021-06-25 09:20:03 +01:00 |
|
Germain Souquet
|
27ee7c5836
|
Move backdrop filter to a canvas based solution
|
2021-06-24 17:51:11 +01:00 |
|
Michael Telatynski
|
0e2f617d94
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/15051
|
2021-06-24 09:33:39 +01:00 |
|
Šimon Brandner
|
9bceb40820
|
CallMediaHandler -> MediaDeviceHandler
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-06-23 09:26:33 +02:00 |
|
Travis Ralston
|
759a4e796f
|
Merge pull request #6234 from SimonBrandner/fix/room-dir-click/13751
Improve room directory click behaviour
|
2021-06-22 19:44:20 -06:00 |
|
Michael Telatynski
|
bbdc28f56d
|
Merge pull request #6241 from matrix-org/t3chguy/ts/7
|
2021-06-22 22:34:15 +01:00 |
|
Michael Telatynski
|
6e3c647109
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17282
Conflicts:
package.json
src/components/views/spaces/SpacePanel.tsx
src/i18n/strings/en_EN.json
src/stores/SpaceStore.tsx
yarn.lock
|
2021-06-22 21:15:53 +01:00 |
|
Michael Telatynski
|
6fd1dc7d18
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/ts/7
|
2021-06-22 18:09:24 +01:00 |
|
Michael Telatynski
|
59258585b3
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/ts/5
|
2021-06-22 17:28:19 +01:00 |
|
Michael Telatynski
|
a839d0f396
|
More typescript conversion
|
2021-06-22 17:23:13 +01:00 |
|
Germain Souquet
|
3d3c428455
|
Fix DesktopBuildsNotice return type
|
2021-06-22 10:26:49 +01:00 |
|
Šimon Brandner
|
066ef18db2
|
Replace onClick by onMouseDown
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-06-22 09:24:42 +02:00 |
|
Šimon Brandner
|
a59deeb491
|
Add onClick handlers
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-06-22 09:16:45 +02:00 |
|
Šimon Brandner
|
de40657194
|
Don't show room if we don't click on buttons
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-06-22 09:12:41 +02:00 |
|
Michael Telatynski
|
845bb95887
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/ts/5
|
2021-06-21 20:46:28 +01:00 |
|
Germain Souquet
|
7f635c68c5
|
Migrate SearchBar to TypeScript
|
2021-06-21 14:50:21 +01:00 |
|
Michael Telatynski
|
e79b7d7adb
|
Fix View Source accessing renamed private field on MatrixEvent
|
2021-06-21 09:45:22 +01:00 |
|
Michael Telatynski
|
a2a5158411
|
Fix View Source accessing renamed private field on MatrixEvent
|
2021-06-19 15:37:48 +01:00 |
|
Michael Telatynski
|
3b7c92fd9e
|
Use new js-sdk types properly
|
2021-06-18 16:18:42 +01:00 |
|
Michael Telatynski
|
9cce5ef10f
|
Consolidate types with js-sdk changes
|
2021-06-18 15:31:12 +01:00 |
|
J. Ryan Stinnett
|
538165d515
|
Fix phase enum usage in JS modules as well
https://github.com/matrix-org/matrix-react-sdk/pull/6185 converted
`SetupEncryptionStore` to TS, including moving the phase states to an enum. The
calling JS modules were forgotten, so they got a bit confused.
Fixes https://github.com/vector-im/element-web/issues/17689
Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/6185
|
2021-06-18 14:05:12 +01:00 |
|
Germain Souquet
|
d22617c422
|
More specific type definition and adhering to code style better
|
2021-06-18 12:44:15 +01:00 |
|
Germain Souquet
|
3f1ca970d6
|
Merge branch 'develop' into gsouquet/dialogs-ts-migration
|
2021-06-18 12:27:00 +01:00 |
|
Michael Telatynski
|
dddc32d870
|
Merge pull request #6208 from matrix-org/t3chguy/ts/5
|
2021-06-18 09:49:03 +01:00 |
|
Michael Telatynski
|
f38cd38bd3
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/12740
Conflicts:
src/components/structures/TimelinePanel.js
src/components/views/context_menus/MessageContextMenu.js
src/components/views/right_panel/UserInfo.tsx
src/dispatcher/actions.ts
|
2021-06-17 15:31:06 +01:00 |
|
Michael Telatynski
|
3e38d92fa4
|
Fix up some more type defs
|
2021-06-17 14:49:27 +01:00 |
|
Michael Telatynski
|
ccf30ed94c
|
Merge pull request #6202 from matrix-org/t3chguy/fix/17669
|
2021-06-16 12:46:44 +01:00 |
|
Michael Telatynski
|
ab964339d2
|
Add another setState skip to prevent redundant state updates
|
2021-06-16 12:11:17 +01:00 |
|
Michael Telatynski
|
d87325ae6a
|
Small cleanup around the room status bar and auxpanel to prevent redundant state updates
|
2021-06-16 12:06:41 +01:00 |
|
Michael Telatynski
|
e3a6ce13cd
|
Fix tight-loop update issue caused by a broken shouldComponentUpdate
|
2021-06-16 12:04:37 +01:00 |
|
Michael Telatynski
|
deb2e8d679
|
Remove unused methods
|
2021-06-16 12:04:01 +01:00 |
|
Michael Telatynski
|
47ddd33d21
|
Remove explicit .js imports
|
2021-06-16 10:24:51 +01:00 |
|
Germain Souquet
|
a5d608f2af
|
Keep composer reply when scrolling away from a highlighted event
|
2021-06-16 10:01:23 +01:00 |
|
Michael Telatynski
|
cee294f5a7
|
iterate PR
|
2021-06-16 09:23:06 +01:00 |
|
Germain Souquet
|
7310d35d7f
|
Merge branch 'develop' into gsouquet/benchmark-tracking
|
2021-06-15 11:45:11 +01:00 |
|
Germain Souquet
|
011a2f2bb6
|
Remove test data for develop pipeline
|
2021-06-15 10:59:57 +01:00 |
|
Germain Souquet
|
d5f7f524e1
|
Slow down registration process
|
2021-06-15 10:24:07 +01:00 |
|
Germain
|
d3101b5ce4
|
Merge branch 'develop' into gsouquet/dialogs-ts-migration
|
2021-06-15 00:02:49 +01:00 |
|
Germain Souquet
|
de414cd0a6
|
Migrate UserSettingsDialog to TypeScript
|
2021-06-14 23:42:36 +01:00 |
|
Michael Telatynski
|
430ec8cecd
|
Clear selected rooms after operation in manage space rooms
|
2021-06-14 22:18:18 +01:00 |
|
Germain Souquet
|
cf822d4d4c
|
Migrate DeactivateAccountDialog to TypeScript
|
2021-06-14 21:53:44 +01:00 |
|
Michael Telatynski
|
66fce64ee0
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17282
Conflicts:
package.json
yarn.lock
|
2021-06-14 21:39:06 +01:00 |
|
Travis Ralston
|
2eafe132b8
|
Move various createRoom types to the js-sdk
|
2021-06-14 13:31:58 -06:00 |
|
Germain
|
91a88f25a8
|
Merge pull request #6168 from matrix-org/gsouquet/fix-17586
Revert refreshStickyHeaders optimisations
|
2021-06-09 16:34:11 +01:00 |
|
Germain Souquet
|
927de02a8e
|
Revert refreshStickyHeaders optimisations
|
2021-06-09 14:59:55 +01:00 |
|
Germain Souquet
|
ceed6ecbe8
|
Restore Page Up/Down key bindings when focusing the composer
|
2021-06-09 14:03:31 +01:00 |
|