Michael Telatynski
|
912e192dc6
|
Tweak behaviour of setting restricted join rule
|
2021-07-02 15:18:27 +01:00 |
|
Michael Telatynski
|
82119a08f7
|
Merge branch 'develop' into t3chguy/ts/11
|
2021-07-02 11:03:54 +01:00 |
|
Michael Telatynski
|
fb149c4ea2
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
|
2021-07-02 09:06:19 +01:00 |
|
David Baker
|
80f5232217
|
Comply with new member-delimiter-style rule
Just `eslint --fix` with rule from
https://github.com/matrix-org/eslint-plugin-matrix-org/pull/9 in place
|
2021-07-01 23:23:03 +01:00 |
|
Michael Telatynski
|
88f691776f
|
Use sleep from js-sdk as no point duplicating it
|
2021-07-01 22:55:27 +01:00 |
|
Michael Telatynski
|
4c42313f99
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
Conflicts:
src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx
src/createRoom.ts
|
2021-07-01 12:47:34 +01:00 |
|
Jaiwanth
|
a99b24ef83
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into spaces-jump-to-room
|
2021-06-30 11:20:01 +05:30 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Michael Telatynski
|
88cd5aeaf6
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
Conflicts:
src/components/views/elements/StyledRadioGroup.tsx
src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx
|
2021-06-29 12:29:45 +01:00 |
|
Jaiwanth
|
746b11b24d
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into spaces-jump-to-room
|
2021-06-29 14:31:08 +05:30 |
|
Germain Souquet
|
5932b93325
|
make backdrop closer to what is happening in production
|
2021-06-25 14:09:49 +01:00 |
|
Michael Telatynski
|
5facee56b0
|
Fix space settings using join rule private instead of invite
|
2021-06-25 10:41:45 +01:00 |
|
Michael Telatynski
|
2b9e2e2e85
|
Fix private space creation setting an alias anyway
|
2021-06-25 10:41:13 +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
|
d5581f00cc
|
Merge pull request #6239 from matrix-org/t3chguy/fix/17605
|
2021-06-22 22:56:49 +01:00 |
|
Michael Telatynski
|
9f20d6661d
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17605
Conflicts:
src/components/views/spaces/SpaceTreeLevel.tsx
|
2021-06-22 22:49:28 +01:00 |
|
Michael Telatynski
|
1286be1ffb
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17244
Conflicts:
src/components/views/room_settings/AliasSettings.tsx
|
2021-06-22 22:02:09 +01:00 |
|
Michael Telatynski
|
5dc542f189
|
Iterate PR
|
2021-06-22 22:01:18 +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
|
e3e6b74272
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17665
Conflicts:
src/stores/SpaceStore.tsx
|
2021-06-22 17:38:05 +01:00 |
|
Michael Telatynski
|
1f0fdb95cd
|
Improve accessibility of subspaces in the space panel
|
2021-06-22 11:59:04 +01:00 |
|
Michael Telatynski
|
66b3feb802
|
Fix keyboard accessibility of the space panel
|
2021-06-22 11:50:00 +01:00 |
|
Germain Souquet
|
d22617c422
|
More specific type definition and adhering to code style better
|
2021-06-18 12:44:15 +01:00 |
|
Michael Telatynski
|
d4e376201f
|
Break down the SpacePanel component
|
2021-06-16 09:44:37 +01:00 |
|
Michael Telatynski
|
cee294f5a7
|
iterate PR
|
2021-06-16 09:23:06 +01:00 |
|
Michael Telatynski
|
b4fbc791bb
|
Add experimental options to the Spaces beta
|
2021-06-16 09:01:13 +01:00 |
|
Michael Telatynski
|
5130d5e111
|
Hide addresses section for private spaces
|
2021-06-15 12:26:09 +01:00 |
|
Michael Telatynski
|
83c30b2280
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17244
Conflicts:
src/components/views/spaces/SpaceCreateMenu.tsx
|
2021-06-15 12:24:26 +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
|
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 |
|
Michael Telatynski
|
54241f44c2
|
delint
|
2021-06-08 16:40:01 +01:00 |
|
Michael Telatynski
|
90bb7c1482
|
Switch Space Settings for a tabbed view with a bunch more settings exposed
|
2021-06-08 16:33:47 +01:00 |
|
Michael Telatynski
|
8c34a8461e
|
Add way to specify address during public space creation
|
2021-06-07 08:57:39 +01:00 |
|
Michael Telatynski
|
e334ce8192
|
First cut of space panel drag-and-drop ordering
|
2021-06-03 08:32:36 +01:00 |
|
Michael Telatynski
|
bd653ac5a8
|
fix edge cases around space panel auto collapsing/closing menu
|
2021-05-27 09:11:43 +01:00 |
|
Michael Telatynski
|
818dfc91ec
|
use useEffect to close menu whenever the space panel collapsed state changes
|
2021-05-27 08:48:21 +01:00 |
|
Michael Telatynski
|
4be8bbeef9
|
Close creation menu when expanding space panel via expand hierarchy
|
2021-05-24 21:17:30 +01:00 |
|
Jaiwanth
|
bf2d26ef21
|
Modify to navigate only on notification dots click
|
2021-05-20 11:23:00 +05:30 |
|
Michael Telatynski
|
f31f7b243d
|
Fix share space edge case where space is public but not invitable
|
2021-05-14 10:46:09 +01:00 |
|
Michael Telatynski
|
2c89be312a
|
Disable space fields whilst their form is busy
|
2021-05-12 13:30:00 +01:00 |
|
Travis Ralston
|
7bd1a2b87f
|
Merge pull request #5972 from SimonBrandner/fix/17164/remember-collapsed-state
Persistent space collapsed states
|
2021-05-11 23:23:48 -06:00 |
|
Šimon Brandner
|
262fc40afb
|
Move comment to the correct place
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-12 07:12:00 +02:00 |
|
Michael Telatynski
|
7de626824e
|
Sprinkle some more feedback prompts in the spaces beta
|
2021-05-11 17:01:31 +01:00 |
|
Michael Telatynski
|
2e19c7fd24
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
Conflicts:
src/components/views/spaces/SpaceCreateMenu.tsx
|
2021-05-11 13:40:28 +01:00 |
|
Šimon Brandner
|
1b877f2b7c
|
Make SpaceTreeLevelLayoutStore into a singleton
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-11 11:16:14 +02:00 |
|
Šimon Brandner
|
4115fd8695
|
Rewrite SpaceTreeLevelLayoutStore to save paths
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-05-11 11:13:13 +02:00 |
|
Michael Telatynski
|
5eed9f6cba
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17227
|
2021-05-11 09:14:01 +01:00 |
|