Custom add and create flow polish

This commit is contained in:
adilallo
2026-05-08 20:32:24 -06:00
parent 26bcd61ea3
commit 026a1e6d71
68 changed files with 6208 additions and 527 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
import type { CreateFlowState } from "../../app/(app)/create/types";
/**
* User-authored method cards (UUID ids) register a meta row when finalized
* from {@link CustomMethodCardWizard}. Preset rows from `methods[]` never
* appear here — keeps edit surfaces from treating custom ids like presets.
* True when `customMethodCardMetaById` has an entry for this id: wizard-finalized
* custom UUIDs, duplicate prefab clones, and **preset display overrides** after the
* user saves title/description in Customize mode (see {@link mergePresetMethodsWithCustom}).
*/
export function isCustomMethodCardId(
methodId: string,