Skip to content

Room list: add custom section creation#33155

Open
florianduros wants to merge 10 commits intodevelopfrom
florianduros/create-section-vms
Open

Room list: add custom section creation#33155
florianduros wants to merge 10 commits intodevelopfrom
florianduros/create-section-vms

Conversation

@florianduros
Copy link
Copy Markdown
Member

@florianduros florianduros commented Apr 15, 2026

Task #32455
Require #33138 for the views

The PR add the custom section creation to EW:

  • Add a dialog to create a section. Spacing and button colours are differences with figma because EW dialogs haven't been updated to compound design.
  • RoomSkipList filters can be changed
  • Custom section entries are displayed only when the labs flag is enabled
  • Wire up views and section dialog

@florianduros florianduros added T-Enhancement T-Feature Request to add a new feature which does not exist right now labels Apr 15, 2026
@florianduros florianduros force-pushed the florianduros/create-section-vms branch from 9fdf6f9 to 58b8ecc Compare April 15, 2026 14:36
@florianduros florianduros force-pushed the florianduros/create-section-vms branch from 0f91eb8 to 16ef56c Compare April 15, 2026 15:39
@florianduros florianduros force-pushed the florianduros/create-section-vms branch from 16ef56c to 8f12de2 Compare April 15, 2026 16:16
@florianduros florianduros force-pushed the florianduros/create-section-vms branch from 8f12de2 to 00a2057 Compare April 16, 2026 07:56
@florianduros florianduros force-pushed the florianduros/create-section-vms branch from 00a2057 to 8262703 Compare April 16, 2026 08:07
@florianduros florianduros force-pushed the florianduros/create-section-vms branch from 8262703 to c03cdd3 Compare April 16, 2026 14:00
*/
private loadCustomSections(): void {
const orderedCustomSections = SettingsStore.getValue("RoomList.OrderedCustomSections");
this.sortedTags = [DefaultTagID.Favourite, ...orderedCustomSections, CHATS_TAG, DefaultTagID.LowPriority];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor cleanliness but maybe put the generation of sortedTags into one place and call it both from here and the ctor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-Enhancement T-Feature Request to add a new feature which does not exist right now

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants