fix(web): привести UI к правилам ReUI — фильтры, badge, токены
Docker / build (push) Has been cancelled

Подключены DateSelector и number-field в VPS-фильтры, semantic StatusBadge, --focus токены и переименование DataGridColumn.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-28 23:37:30 +07:00
co-authored by Cursor
parent f3dbd85523
commit 31a4798d78
23 changed files with 282 additions and 137 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ import {
formatCustomFieldValue,
parseCustomData,
} from '@cfdm/shared/contracts/custom-fields'
import type { DataTableColumn } from '@/components/data-grid-types'
import type { DataGridColumn } from '@/components/data-grid-types'
export function buildCustomFieldColumns<T extends { customData?: unknown }>(
defs: CustomFieldDef[],
): DataTableColumn<T>[] {
): DataGridColumn<T>[] {
return defs.map((def) => ({
key: `custom_${def.key}`,
header: def.label,