Skip to content

Tags: viewi/ui

Tags

v1.1.0

Toggle v1.1.0's commit message
EmptyState component + DataTable empty states

New EmptyState (icon tile + title + description + optional CTA/action slot) for
empty lists and screens, theme-aware in light and dark.

DataTable now uses it instead of rendering a bare header over blank space, and
distinguishes the two causes of 'no rows':
- genuinely empty -> tailored copy (emptyIcon/emptyTitle/emptyText props, or the
  'empty' slot to replace the block) plus the same create action as the Add button
- filtered to nothing by the search -> 'No matches' + 'Clear search', never an
  'add your first' CTA

The search box is bound to searchValue so Clear search visibly resets it, and the
paging row is hidden when there is nothing to page.

v1.0.4

Toggle v1.0.4's commit message
readme

v1.0.3

Toggle v1.0.3's commit message
PaginationModel

v1.0.2

Toggle v1.0.2's commit message
CheckBox

v1.0.1

Toggle v1.0.1's commit message
ViewiUI: getComponentsPath

v1.0.0

Toggle v1.0.0's commit message
test: tabs