refactor: import brand icons directly from design-system package
Some checks failed
CI / build (push) Failing after 20s
CI / docker (push) Has been skipped

- Sidebar and sign-in logos use Vite import from @cameleer/design-system
- HTML favicons copied by postinstall script (gitignored)
- Remove manually copied PNGs from repo
- Clean up SecurityConfig permitAll (bundled assets under /_app/**)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 22:39:29 +02:00
parent 1ca0e960fb
commit 2e87667734
9 changed files with 11 additions and 4 deletions

View File

@@ -8,11 +8,12 @@ import {
import { useAuth } from '../auth/useAuth';
import { useScopes } from '../auth/useScopes';
import { EnvironmentTree } from './EnvironmentTree';
import cameleerLogo from '@cameleer/design-system/assets/cameleer3-48.png';
function CameleerLogo() {
return (
<img
src="/platform/cameleer-logo-48.png"
src={cameleerLogo}
alt=""
width="24"
height="24"