project-robius / project-robius/robrix
Display server notice rooms (System Alerts) under a separate collapsible header
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 487
- Forks
- 68
- Avg merge
- 1h 22m
- Merged PRs (30d)
- 54
Description
Rooms with the "server_notice" tag should be displayed separately from other "regular" joined rooms in the RoomsList.
Currently, Robrix does display them properly, but they're kind of hidden in the RoomsList because they're mixed in with the rest of the normal joined rooms. Instead, we should separate them out such that it's easier to notice them, and easier for the user to hide them if they wish.
Element displays these under a separate heading called System Alerts:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the RoomsList implementation and the existing handling of rooms tagged "server_notice". Update the room grouping so these rooms appear under a collapsible "System Alerts" header separate from regular joined rooms, and verify that both groups display correctly and can be hidden.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100