-
-
Notifications
You must be signed in to change notification settings - Fork 831
Conversation
53f749b
to
f8809f3
Compare
66fe255
to
2bc2d5c
Compare
2bc2d5c
to
181d9fa
Compare
181d9fa
to
4db8dc4
Compare
4db8dc4
to
a2eef46
Compare
abbb289
to
637adb1
Compare
637adb1
to
bf398f1
Compare
this appears to be a fairly massive change for the app, so would appreciate explicit review from the product and/or design team. |
@@ -72,32 +72,4 @@ describe("Room Directory", () => { | |||
expect(resp.chunk[0].room_id).to.equal(roomId); | |||
}); | |||
}); | |||
|
|||
it("should allow finding published rooms in directory", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this case covered in the spotlight tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finding public rooms is in spotlight's tests.
But sure, I could add a test that creates a private room, publishes it via the UI, and then tries to find it, just for completeness' sake.
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
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. |
@kittykat that is already what happens, all interactions which went to the dialog being removed are re-routed to Spotlight-in-the-explore-state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane but CI is generally unhappy with it
…46-remove-old-room-directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine from product pov as all links to the directory have been updated
Superseeded by #9605 |
Type: Task
Fixes: element-hq/element-web#22846
This change is marked as an internal change (Task), so will not be included in the changelog.