chore: rename cameleer3 to cameleer
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

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>
This commit is contained in:
hsiegeln
2026-04-15 15:28:42 +02:00
parent 1077293343
commit cb3ebfea7c
569 changed files with 4356 additions and 3245 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@ import { useAuthStore } from './auth-store';
import { api } from '../api/client';
import { config } from '../config';
import { Card, Input, Button, Alert, FormField } from '@cameleer/design-system';
import brandLogo from '@cameleer/design-system/assets/cameleer3-logo.svg';
import brandLogo from '@cameleer/design-system/assets/cameleer-logo.svg';
import styles from './LoginPage.module.css';
interface OidcInfo {
@@ -121,7 +121,7 @@ export function LoginPage() {
<div className={styles.loginForm}>
<div className={styles.logo}>
<img src={brandLogo} alt="" className={styles.logoImg} />
cameleer3
cameleer
</div>
<p className={styles.subtitle}>{subtitle}</p>

View File

@@ -72,7 +72,7 @@ export function OidcCallback() {
<div className={styles.page}>
<Card>
<div className={styles.card}>
<h2 className={styles.heading}>cameleer3</h2>
<h2 className={styles.heading}>cameleer</h2>
{loading && <Spinner />}
{error && (
<>

View File

@@ -20,7 +20,7 @@ import {
useStarred,
} from '@cameleer/design-system';
import type { SearchResult, SidebarTreeNode, DropdownItem, ButtonGroupItem, ExchangeStatus } from '@cameleer/design-system';
import sidebarLogo from '@cameleer/design-system/assets/cameleer3-logo.svg';
import sidebarLogo from '@cameleer/design-system/assets/cameleer-logo.svg';
import { Box, Settings, FileText, ChevronRight, Square, Pause, Star, X, User, Plus } from 'lucide-react';
import { AboutMeDialog } from './AboutMeDialog';
import css from './LayoutShell.module.css';
@@ -786,6 +786,7 @@ function LayoutContent() {
user={username ? { name: username } : undefined}
userMenuItems={userMenuItems}
onLogout={handleLogout}
onNavigate={navigate}
>
<SearchTrigger onClick={() => setPaletteOpen(true)} />
<ButtonGroup

Binary file not shown.