feat(dashboard): clone profiles from any source

This commit is contained in:
WompaJango 2026-06-13 06:37:06 -07:00 committed by Teknium
parent 3380563d94
commit 28bf8fb47d
31 changed files with 182 additions and 105 deletions

View file

@ -552,7 +552,8 @@ export const api = {
}),
createProfile: (body: {
name: string;
clone_from_default: boolean;
clone_from?: string | null;
clone_from_default?: boolean;
clone_all?: boolean;
no_skills?: boolean;
description?: string;