From 5e1d85bc33fc0393effa2fb8a40043a4da2cbb63 Mon Sep 17 00:00:00 2001 From: ephraimduncan Date: Thu, 2 Jul 2026 12:01:27 +0000 Subject: [PATCH] fix(ui): add accessible selected-count label to bulk action bar --- .../tables/envelopes-table-bulk-action-bar.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/remix/app/components/tables/envelopes-table-bulk-action-bar.tsx b/apps/remix/app/components/tables/envelopes-table-bulk-action-bar.tsx index f70ec6b94..b43e5f25e 100644 --- a/apps/remix/app/components/tables/envelopes-table-bulk-action-bar.tsx +++ b/apps/remix/app/components/tables/envelopes-table-bulk-action-bar.tsx @@ -44,10 +44,16 @@ export const EnvelopesTableBulkActionBar = ({ return (
- + + {selectedCount} selected + + - +