matrix-react-sdk
matrix-react-sdk copied to clipboard
Remove old Room Directory
Type: Task Fixes: https://github.com/vector-im/element-web/issues/22846
This change is marked as an internal change (Task), so will not be included in the changelog.
this appears to be a fairly massive change for the app, so would appreciate explicit review from the product and/or design team.
Are there any visual changes associated with this PR? Any risk of any remaining functionality breaking?
The UI change would be the loss of the public room directory button (from the home view). It's less of a risk than what it used to be, but also still fairly significant.
Changing the home screen is a more complicated issue which needs product thinking. Can that button link to this view instead of the old one?

@kittykat that is already what happens, all interactions which went to the dialog being removed are re-routed to Spotlight-in-the-explore-state

Superseeded by https://github.com/matrix-org/matrix-react-sdk/pull/9605