From e7b954ecb455526535a514dca4bb5227851848bf Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Tue, 28 Apr 2026 09:34:42 +0200 Subject: [PATCH] feat: apply check via header checkbox after drag-selecting rows After dragging to select rows, checkboxes appear in the Check Ying and Check Anna column headers showing the count of selected rows. Clicking one marks or unmarks that column for all selected rows, then clears the selection. Footer shows a hint with a cancel button. Co-Authored-By: claude-flow --- src/components/PricingView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index be091da..351cf3c 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -2250,11 +2250,11 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit,

{dragSelectedRows.size > 0 && ( - {dragSelectedRows.size} selected + {dragSelectedRows.size} filas — marca Check Ying o Anna en la cabecera