mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 16:35:24 +02:00
test: change Clear to BORRAR to verify user view
This commit is contained in:
@@ -76,7 +76,7 @@ export function ColumnFilterPopover({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center justify-between pt-2 border-t border-slate-700 mt-1">
|
<div className="flex items-center justify-between pt-2 border-t border-slate-700 mt-1">
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-3">
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (isAllSelected) {
|
if (isAllSelected) {
|
||||||
@@ -85,15 +85,16 @@ export function ColumnFilterPopover({
|
|||||||
onSelectAll(uniqueValues);
|
onSelectAll(uniqueValues);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
className="text-[11px] font-bold text-slate-400 hover:text-white transition-colors"
|
className="text-[10px] font-black text-indigo-400 hover:text-indigo-300 transition-colors uppercase tracking-tight"
|
||||||
>
|
>
|
||||||
{isAllSelected ? 'Deselect All' : 'Select All'}
|
{isAllSelected ? 'Deselect All' : 'Select All'}
|
||||||
</button>
|
</button>
|
||||||
|
<span className="text-slate-600 font-bold">•</span>
|
||||||
<button
|
<button
|
||||||
onClick={onClear}
|
onClick={onClear}
|
||||||
className="text-[11px] font-bold text-slate-400 hover:text-white transition-colors"
|
className="text-[10px] font-bold text-slate-400 hover:text-white transition-colors uppercase tracking-tight"
|
||||||
>
|
>
|
||||||
Clear Current
|
BORRAR
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user