Add room list sorting (#29951)

* Add room list sorting

* Prettier

* Unit test

* Playwright test

* Lint

* Use released compound

* No tooltip wrapper needed
This commit is contained in:
David Baker
2025-05-15 09:27:33 +01:00
committed by GitHub
parent 76d7f6ab43
commit 1b48269db5
7 changed files with 228 additions and 7 deletions

View File

@@ -2167,9 +2167,14 @@
"other": "Show %(count)s more"
},
"show_previews": "Show previews of messages",
"sort": "Sort",
"sort_by": "Sort by",
"sort_by_activity": "Activity",
"sort_by_alphabet": "A-Z",
"sort_type": {
"activity": "Activity",
"atoz": "A-Z"
},
"sort_unread_first": "Show rooms with unread messages first",
"space_menu": {
"home": "Space home",