From b325893b22dc85dbc5b8b71d495a155ea9cc6076 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Mon, 15 Jun 2026 03:08:03 +0200 Subject: [PATCH] feat(filters): show channel counts on topic and language chips The per-tag channel_count was already returned by GET /api/tags but only surfaced in the chip tooltip. Render it as a small count badge on the chip face so the relative weight of each topic/language is visible at a glance. --- frontend/src/components/Sidebar.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 0a95fdb..29e04ff 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -81,13 +81,20 @@ function TagChip({ ); }