This commit is contained in:
2026-09-24 08:39:02 +07:00
parent c61be4a139
commit 610bf816b0
3 changed files with 30 additions and 58 deletions
+8
View File
@@ -14,6 +14,14 @@ impl SidebarTab {
}
}
/// Heading for the tab's list of items.
pub fn list_title(self) -> &'static str {
match self {
Self::Inbox => "Direct Messages",
Self::Communities => "Communities",
}
}
pub fn list_id(self) -> &'static str {
match self {
Self::Inbox => "sidebar-inbox",