Kerry
|
d98a73b003
|
Revert "replace all require(.svg) with esm import" (#7969)
* Revert "replace all require(svgs) with esm import (#7948)"
This reverts commit 61cd463a3b .
* add .default to svg icon inline requires
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add shameful eslint ignore
Signed-off-by: Kerry Archibald <kerrya@element.io>
* format eslintrc
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add missed MFileBody change
Signed-off-by: Kerry Archibald <kerrya@element.io>
* one more broken svg
Signed-off-by: Kerry Archibald <kerrya@element.io>
* and ignore it
Signed-off-by: Kerry Archibald <kerrya@element.io>
|
2022-03-03 17:51:38 +00:00 |
|
Kerry
|
61cd463a3b
|
replace all require(svgs) with esm import (#7948)
Signed-off-by: Kerry Archibald <kerrya@element.io>
|
2022-03-02 17:14:33 +01:00 |
|
Michael Telatynski
|
f6565bfbc8
|
Send how many favorited rooms a user has to Posthog (#7772)
|
2022-02-10 10:02:34 +00:00 |
|
Michael Telatynski
|
09b88d1fbe
|
Fix add existing space not showing any spaces (#7751)
|
2022-02-08 19:25:08 +00:00 |
|
Michael Telatynski
|
5163ad216f
|
Use lazy rendering in the AddExistingToSpaceDialog (#7369)
|
2021-12-15 09:55:53 +00:00 |
|
Aaron Raimist
|
7b94e13a84
|
Merge branch 'develop' into sort-imports
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-12-09 08:34:20 +00:00 |
|
Michael Telatynski
|
5ad3261cb2
|
Implement more meta-spaces (#7077)
|
2021-11-11 13:07:41 +00:00 |
|
Aaron Raimist
|
bdc56be863
|
Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-10-22 17:23:37 -05:00 |
|
Dariusz Niemczyk
|
5e73a212f4
|
Replace console.error with logger.error
Related https://github.com/vector-im/element-web/issues/18425
|
2021-10-18 14:08:23 +02:00 |
|
Šimon Brandner
|
4673e1aa49
|
Convert SearchBox to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-12 08:24:17 +02:00 |
|
Michael Telatynski
|
efd8a2f9b0
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18096
Conflicts:
src/components/structures/SpaceRoomView.tsx
src/components/views/spaces/SpaceCreateMenu.tsx
src/i18n/strings/en_EN.json
|
2021-07-29 15:16:53 +01:00 |
|
Michael Telatynski
|
ed950875e7
|
Fix space hierarchy not updating when user mutates it
|
2021-07-28 19:08:59 +01:00 |
|
Michael Telatynski
|
737aa1c55d
|
delint
|
2021-07-26 12:41:52 +01:00 |
|
Michael Telatynski
|
1ba601ba22
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18096
Conflicts:
src/components/structures/SpaceRoomView.tsx
src/components/views/dialogs/BetaFeedbackDialog.tsx
|
2021-07-23 18:28:21 +01:00 |
|
Michael Telatynski
|
9c7fa71a4a
|
Remove spaces beta feedback prompts except a couple more strategic ones
|
2021-07-23 15:07:24 +01: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
|
010baabfe6
|
Improve subspaces and some utilities around room/space creation
|
2021-07-23 08:46:20 +01: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 |
|
Michael Telatynski
|
ce78cdf4ad
|
Conform to new react and typescript eslint rules
|
2021-07-19 22:43:11 +01:00 |
|
Michael Telatynski
|
1b25ab930e
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
Conflicts:
src/components/views/dialogs/AddExistingToSpaceDialog.tsx
|
2021-07-05 13:06:22 +01:00 |
|
Michael Telatynski
|
89949bd884
|
Add new in the spaces beta toast & explanatory modal
|
2021-07-02 16:07:17 +01:00 |
|
Michael Telatynski
|
88f691776f
|
Use sleep from js-sdk as no point duplicating it
|
2021-07-01 22:55:27 +01:00 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Germain Souquet
|
dd58c9f413
|
Add TruncatedList in AddExistingToSpaceDialog
|
2021-06-22 10:52:33 +01:00 |
|
Germain Souquet
|
308ac505a8
|
Migrate AutoHideScrollbar to TypeScript
Also changed the way the React.RefObject is collected
|
2021-06-01 14:13:46 +01:00 |
|
Michael Telatynski
|
edb2026780
|
Support any alias not just first
|
2021-05-18 13:31:53 +01:00 |
|
Michael Telatynski
|
655010844a
|
Switch to using QueryMatcher for add existing to space dialog
This helps it support filtering by alias
|
2021-05-18 13:27:34 +01:00 |
|
Michael Telatynski
|
c7c61bf26a
|
Merge pull request #6030 from matrix-org/t3chguy/fix/17276
Decorate room avatars with publicity in add existing to space flow
|
2021-05-14 11:23:46 +01:00 |
|
Michael Telatynski
|
6aa477f0f5
|
Decorate room avatars with publicity in add existing to space flow
|
2021-05-13 14:23:28 +01:00 |
|
Michael Telatynski
|
423c515708
|
Consolidate AddExistingToSpace between Dialog and Just Me integrated flow
|
2021-05-13 09:46:45 +01:00 |
|
Michael Telatynski
|
7de626824e
|
Sprinkle some more feedback prompts in the spaces beta
|
2021-05-11 17:01:31 +01:00 |
|
Michael Telatynski
|
70087b30bf
|
Add disclaimer about subspaces being experimental in add existing dialog
|
2021-05-05 17:53:31 +01:00 |
|
Michael Telatynski
|
07f5b6e8c4
|
Add retry mechanism and progress bar to add existing to space dialog
|
2021-05-05 11:45:12 +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
|
b9cca469b6
|
Merge pull request #5918 from matrix-org/t3chguy/fix/17050
Fix add existing to space dialog no longer showing rooms for public spaces
|
2021-04-27 09:46:37 +01:00 |
|
Michael Telatynski
|
0d538c490a
|
Merge pull request #5921 from matrix-org/t3chguy/fix/17063
Autofocus search box in the add existing to space dialog
|
2021-04-26 18:24:14 +01:00 |
|
Michael Telatynski
|
8656212eb9
|
Space creation prompt user to add existing rooms instead of creating new ones
|
2021-04-26 12:41:04 +01:00 |
|
Michael Telatynski
|
1e7eedba02
|
Use label element in add existing to space dialog for easier hit target
|
2021-04-26 11:29:08 +01:00 |
|
Michael Telatynski
|
9319dd5400
|
Autofocus search box in the add existing to space dialog
|
2021-04-26 11:24:28 +01:00 |
|
Michael Telatynski
|
1c7d68bb16
|
invert and outdent
|
2021-04-25 09:35:18 +01:00 |
|
Michael Telatynski
|
4411498057
|
Fix add existing to space dialog no longer showing rooms for public spaces
|
2021-04-25 09:33:44 +01:00 |
|
Michael Telatynski
|
4082a03769
|
Fix typo in method call in add existing to space dialog
|
2021-04-19 17:32:45 +01:00 |
|
Michael Telatynski
|
e01caba068
|
Clean up add existing to space dialog and include DMs in it too
|
2021-04-19 08:54:06 +01:00 |
|
Michael Telatynski
|
6e0ab86168
|
Small usability tweaks to the add existing to space dialog
|
2021-03-24 14:10:26 +00:00 |
|
Michael Telatynski
|
4e9a2df3b0
|
Spaces autofocus and prefill the search box
|
2021-03-24 14:00:52 +00:00 |
|
Michael Telatynski
|
fb46815b6a
|
Spaces move away from Form Buttons
|
2021-03-24 13:15:31 +00:00 |
|
Michael Telatynski
|
88b7c8f53d
|
Fix add existing to space dialog showing all spaces additionally as rooms
|
2021-03-19 13:20:30 +00:00 |
|
Michael Telatynski
|
e479edd47a
|
Add an add existing room to space CTA to Space View
|
2021-03-02 13:34:53 +00:00 |
|