* perf(table): use percentage-based column widths
- compute each column's width as a percentage of total column size instead of a fixed pixel value, letting the colgroup scale fluidly with the table container.
* perf(data-table): reduce unnecessary re-renders across table components
- stabilize commitSearchValue in toolbar by reading table/searchKey via refs, eliminating recreation on every parent render
- store onColumnFiltersChange in a ref so debounce effect is not reset when the caller passes a new function reference each render
- wrap DataTableRow in React.memo with a custom comparator that ignores getColumnClassName reference churn
- memoize selectedValues Set in DataTableFacetedFilter and wrap with React.memo to prevent rerenders on unrelated state changes
- cache cell meta reads in CompactRow and FallbackRow to a single pass per row; memoize hasCompactMeta in MobileCardList
- memoize hideable columns list in DataTableViewOptions and colSpan in DataTableView
- remove tableClassName and colgroup from scroll-sync effect deps; cache toolbar button NodeList via useLayoutEffect to avoid per-keydown DOM queries
* perf(data-table): replace scroll-sync split header with CSS sticky
- remove JS scroll-sync effect and event listener between split header and body containers.
- merge separate header/body tables into a single scrollable table element, reducing DOM complexity.
- apply CSS sticky positioning to the header for a simpler, hardware-accelerated freeze effect.
* fix(data-table): replace opacity muted colors with color-mix
- switch from bg-muted/50 and bg-muted/30 to color-mix(in oklch) to produce opaque blended backgrounds that prevent scroll content from showing through pinned cells.
- expose --table-header-bg CSS variable so pinned header cells inherit the exact same computed color as the thead background.
- add group class to TableRow to enable group-hover selectors on pinned cell styles.
* feat(data-table): support column pinning via meta.pinned
- add pinned?: 'left' | 'right' to ColumnMeta so pinning is declared once in the column definition and applies to both header and body automatically
- DataTableView derives pinnedColumns from meta.pinned at runtime, merged with any explicit pinnedColumns prop; explicit entries take precedence
- add header and meta.pinned: 'right' to all actions columns across channels, users, api-keys, redemption-codes, models, deployments, and subscriptions tables
* style(row-actions): align action buttons to leading edge of column
* refactor(data-table): extract BadgeListCell and centralize badge alignment
- add BadgeListCell component to data-table for badge lists with overflow tooltip, replacing duplicated renderLimitedItems helpers in channels, models, and pricing columns
- move StatusBadge -ml-1.5 alignment into the component itself via a table-cell context selector, so callers no longer need manual offset wrappers
- remove the table-cell-level -ml-1.5 selector from TableCell now that alignment is handled by StatusBadge directly
* style(row-actions): offset action buttons to align with column header text
* refactor(data-table): consolidate mobile meta into ColumnMeta declaration
- move mobileTitle, mobileBadge, mobileHidden into the global ColumnMeta augmentation so the type is shared across the project
- remove the local MobileColumnMeta interface and getCellMeta helper from mobile-card-list.tsx
- direct col.columnDef.meta access is now type-safe without explicit casting
* refactor(data-table): simplify column header and meta config
- auto-render string `header` values via DataTableColumnHeader so sortable/non-sortable columns work without boilerplate function wrappers
- promote mobile layout hints (mobileTitle, mobileBadge, mobileHidden) into the global ColumnMeta type, removing the local MobileColumnMeta cast in mobile-card-list
- migrate all column files from `meta: { label }` to top-level `header: t('...')`, cutting ~180 lines of repetitive template code
- ViewOptions and MobileCardList label resolution now reads string header first, then meta.label as fallback
* feat(status-badge): add text and underline display types
- introduce StatusBadgeType ('badge' | 'text' | 'underline') and StatusBadgeTypeContext so ancestors can override rendering without touching call sites
- mobile card field rows now use the text type via context, showing badges as plain colored text instead of pills
- ProviderBadge gains data-slot='provider-badge' to enable targeted CSS resets in compact layouts
- replace the implicit [[data-slot=table-cell]>&]:-ml-1.5 rule with explicit -ml-1.5 at each column call site
* refactor(data-table): simplify table filtering internals
- derive toolbar search state from the active table filter to avoid render-time ref writes.
- extract faceted filter selection updates into a pure helper for clearer single and multi-select behavior.
- split pinned column resolution into focused helpers so explicit and meta pins merge predictably.
Co-authored-by: t0ng7u <dev@aiass.cc>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| accordion.tsx | Loading commit data... | |
| alert-dialog.tsx | Loading commit data... | |
| alert.tsx | Loading commit data... | |
| aspect-ratio.tsx | Loading commit data... | |
| avatar.tsx | Loading commit data... | |
| badge.tsx | Loading commit data... | |
| breadcrumb.tsx | Loading commit data... | |
| button-group.tsx | Loading commit data... | |
| button.tsx | Loading commit data... | |
| calendar.tsx | Loading commit data... | |
| card.tsx | Loading commit data... | |
| carousel.tsx | Loading commit data... | |
| chart.tsx | Loading commit data... | |
| checkbox.tsx | Loading commit data... | |
| collapsible.tsx | Loading commit data... | |
| combobox-input.tsx | Loading commit data... | |
| combobox.tsx | Loading commit data... | |
| command.tsx | Loading commit data... | |
| context-menu.tsx | Loading commit data... | |
| dialog.tsx | Loading commit data... | |
| direction.tsx | Loading commit data... | |
| drawer.tsx | Loading commit data... | |
| dropdown-menu-events.ts | Loading commit data... | |
| dropdown-menu.test.tsx | Loading commit data... | |
| dropdown-menu.tsx | Loading commit data... | |
| empty.tsx | Loading commit data... | |
| field.tsx | Loading commit data... | |
| form.tsx | Loading commit data... | |
| hover-card.tsx | Loading commit data... | |
| input-group.tsx | Loading commit data... | |
| input-otp.tsx | Loading commit data... | |
| input.tsx | Loading commit data... | |
| item.tsx | Loading commit data... | |
| kbd.tsx | Loading commit data... | |
| label.tsx | Loading commit data... | |
| markdown.tsx | Loading commit data... | |
| menubar.tsx | Loading commit data... | |
| native-select.tsx | Loading commit data... | |
| navigation-menu.tsx | Loading commit data... | |
| pagination.tsx | Loading commit data... | |
| popover.tsx | Loading commit data... | |
| progress.tsx | Loading commit data... | |
| radio-group.tsx | Loading commit data... | |
| resizable.tsx | Loading commit data... | |
| scroll-area.tsx | Loading commit data... | |
| select.tsx | Loading commit data... | |
| separator.tsx | Loading commit data... | |
| sheet.tsx | Loading commit data... | |
| sidebar.tsx | Loading commit data... | |
| skeleton.tsx | Loading commit data... | |
| slider.tsx | Loading commit data... | |
| sonner.tsx | Loading commit data... | |
| spinner.tsx | Loading commit data... | |
| switch.tsx | Loading commit data... | |
| table.tsx | Loading commit data... | |
| tabs.tsx | Loading commit data... | |
| textarea.tsx | Loading commit data... | |
| titled-card.tsx | Loading commit data... | |
| toggle-group.tsx | Loading commit data... | |
| toggle.tsx | Loading commit data... | |
| tooltip.tsx | Loading commit data... |