Rename Java packages from com.cameleer3 to com.cameleer, module directories from cameleer3-* to cameleer-*, and all references throughout workflows, Dockerfiles, docs, migrations, and pom.xml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
648 B
Markdown
12 lines
648 B
Markdown
# 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.
|