-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Ensure that the rooms the user actually needs to open are always at the top, minimizing scrolling and search time.
Logic
Sort based on a weight-based priority system:
- Rooms with Direct Mentions/DMs (High priority)
- Rooms with unread counts (Medium priority)
- Frequently visited rooms (Low-latency access)
- Muted/Idle rooms (Bottom)
Tasks
- Refactor the sorting algorithm to use a multi-criteria weight system.
- Add a visual separator between "Active" and "Idle" rooms.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request