From 7a8491486608eaa0f1e0486d1521296eb2b7e8f8 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sun, 29 Mar 2026 11:02:32 +0200 Subject: [PATCH] fix: use cameleer logo as favicon, upgrade design system to v0.1.20, fix DataTable scroll - Replace placeholder clock favicon with cameleer camel logo SVG - Upgrade @cameleer/design-system from v0.1.19 to v0.1.20 - Add minHeight: 0 to main element to complete flex chain for fillHeight DataTable Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- ui/public/favicon.svg | 5 ++--- ui/src/components/LayoutShell.tsx | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 6af50a71..ad204bf4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "ui", "version": "0.0.0", "dependencies": { - "@cameleer/design-system": "^0.1.19", + "@cameleer/design-system": "^0.1.20", "@tanstack/react-query": "^5.90.21", "lucide-react": "^1.7.0", "openapi-fetch": "^0.17.0", @@ -277,9 +277,9 @@ } }, "node_modules/@cameleer/design-system": { - "version": "0.1.19", - "resolved": "https://gitea.siegeln.net/api/packages/cameleer/npm/%40cameleer%2Fdesign-system/-/0.1.19/design-system-0.1.19.tgz", - "integrity": "sha512-YpYJysWycqRiTMco3Fco8AIatJz/IU7EecTmUQLUrkcBUGfHOWzCTMYm47jRvNAjQrANoanYnXPKXRHg91NS2w==", + "version": "0.1.20", + "resolved": "https://gitea.siegeln.net/api/packages/cameleer/npm/%40cameleer%2Fdesign-system/-/0.1.20/design-system-0.1.20.tgz", + "integrity": "sha512-3fFW3z3Zg1qjUn6rEYlIeAAhlpEE5z6Udaf5LRPrlcpGCY2kA8EP3QSGQCKZG5HVsr3BtRxfN9TvFHVaZhrw4g==", "dependencies": { "lucide-react": "^1.7.0", "react": "^19.0.0", diff --git a/ui/package.json b/ui/package.json index b5168f69..ca9e6045 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "generate-api:live": "curl -s http://localhost:8081/api/v1/api-docs -o src/api/openapi.json && openapi-typescript src/api/openapi.json -o src/api/schema.d.ts" }, "dependencies": { - "@cameleer/design-system": "^0.1.19", + "@cameleer/design-system": "^0.1.20", "@tanstack/react-query": "^5.90.21", "lucide-react": "^1.7.0", "openapi-fetch": "^0.17.0", diff --git a/ui/public/favicon.svg b/ui/public/favicon.svg index 4e92fe1e..a5e73c39 100644 --- a/ui/public/favicon.svg +++ b/ui/public/favicon.svg @@ -1,4 +1,3 @@ - - - + + diff --git a/ui/src/components/LayoutShell.tsx b/ui/src/components/LayoutShell.tsx index 44b9ef99..9f58baaf 100644 --- a/ui/src/components/LayoutShell.tsx +++ b/ui/src/components/LayoutShell.tsx @@ -268,7 +268,7 @@ function LayoutContent() { )} -
+