Room list: add collapse/expand all sections#33318
Merged
florianduros merged 10 commits intodevelopfrom Apr 30, 2026
Merged
Conversation
186d5e5 to
e33a3ee
Compare
993ebd9 to
96c8c17
Compare
96c8c17 to
f8fe1ff
Compare
d4517a7 to
d7e9048
Compare
d7e9048 to
da0c403
Compare
t3chguy
reviewed
Apr 29, 2026
| @@ -0,0 +1,15 @@ | |||
| /* | |||
| * Copyright 2026 New Vector Ltd. | |||
t3chguy
reviewed
Apr 29, 2026
| @@ -0,0 +1,20 @@ | |||
| /* | |||
| * Copyright 2026 New Vector Ltd. | |||
t3chguy
reviewed
Apr 29, 2026
Comment on lines
+11
to
+15
| export interface RoomListCollapseAllSectionsPayload extends ActionPayload { | ||
| action: Action.RoomListCollapseAllSections; | ||
| /** true = expand all, false = collapse all */ | ||
| expand: boolean; | ||
| } |
Member
There was a problem hiding this comment.
IMO either the name of the action needs to be clearer to make it obvious it doesn't just collapse or you need 2 actions
t3chguy
approved these changes
Apr 30, 2026
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #33285
Add an expand and collapse button in the room list header.
Screen.Recording.2026-04-28.at.17.37.19.mov