feat: Script Generator Phase 1 — backend models, engine, API, and AD templates #105
@@ -15,7 +15,7 @@ interface ScriptGeneratorState {
|
|||||||
searchQuery: string
|
searchQuery: string
|
||||||
activeCategoryId: string | null // null = "All"
|
activeCategoryId: string | null // null = "All"
|
||||||
isLoadingTemplates: boolean // drives skeleton in ScriptTemplateList
|
isLoadingTemplates: boolean // drives skeleton in ScriptTemplateList
|
||||||
isLoadingDetail: boolean // drives spinner in ScriptGeneratorPanel
|
isLoadingDetail: boolean // drives spinner in ScriptConfigurePane
|
||||||
|
|
||||||
// Form
|
// Form
|
||||||
paramValues: Record<string, string> // keyed by ScriptParameter.key; booleans as 'true'/'false'
|
paramValues: Record<string, string> // keyed by ScriptParameter.key; booleans as 'true'/'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user