Files
cameleer-server/docs/design-system-update-instructions.md
hsiegeln cb3ebfea7c
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Failing after 18s
CI / docker (push) Has been skipped
CI / deploy (push) Has been skipped
CI / deploy-feature (push) Has been skipped
chore: rename cameleer3 to cameleer
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>
2026-04-15 15:28:42 +02:00

648 B

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.