left_sidebar: Hide inactive channels in channel folders.

This commit is contained in:
Evy Kassirer
2025-07-01 12:05:00 -07:00
committed by Tim Abbott
parent e6fecfc8eb
commit e63ee026fe
6 changed files with 181 additions and 10 deletions

View File

@@ -103,18 +103,21 @@ test("no_subscribed_streams", () => {
sections: [
{
id: "pinned-streams",
inactive_streams: [],
muted_streams: [],
section_title: "translated: PINNED CHANNELS",
streams: [],
},
{
id: "normal-streams",
inactive_streams: [],
muted_streams: [],
section_title: "translated: CHANNELS",
streams: [],
},
{
id: "dormant-streams",
inactive_streams: [],
muted_streams: [],
section_title: "translated: INACTIVE CHANNELS",
streams: [],