From 0c5d4ca0a7462958c366327280f21e15c87cf09a Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Tue, 24 Jun 2025 18:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(channels-table):=20standar?= =?UTF-8?q?dize=20operation=20component=20size=20to=20`small`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All operation-related UI controls in `ChannelsTable` (buttons, dropdowns, switches, inputs, tags, etc.) now explicitly use `size="small"`. Reasons & benefits: - Creates a more compact and consistent look across the table and modals. - Improves visual coherence between desktop and mobile views. - Purely presentational; no functional logic is affected. No database changes or API interactions are involved. --- web/src/components/table/ChannelsTable.js | 28 ++++++++++++++++++----- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/web/src/components/table/ChannelsTable.js b/web/src/components/table/ChannelsTable.js index 65076926..f401b506 100644 --- a/web/src/components/table/ChannelsTable.js +++ b/web/src/components/table/ChannelsTable.js @@ -1528,6 +1528,7 @@ const ChannelsTable = () => {