Files
cameleer-server/docs/design-system-update-instructions.md

12 lines
648 B
Markdown
Raw Permalink Normal View History

# Design System Update Instructions
Status: Both changes below were implemented in `@cameleer/design-system` v0.1.19 and consumed by cameleer-server.
## 1. Sidebar: `onNavigate` callback prop — DONE (v0.1.19)
Sidebar now accepts `onNavigate?: (path: string) => void`. When provided, sidebar calls `onNavigate(path)` instead of using internal `<Link>` navigation. The server UI translates paths to its own URL structure.
## 2. DataTable: `fillHeight` prop — DONE (v0.1.19)
DataTable now accepts `fillHeight?: boolean`. When true, the table fills remaining vertical space with a scrollable body, sticky header, and pinned pagination footer.