feat: add My Scripts/Team Scripts tabs and Build button to Script Library

- Add language field to ScriptTemplateListItem frontend type
- Add mine/shared params to scriptsApi.getTemplates
- Update scriptGeneratorStore.loadTemplates to accept filter params
- Reorganize ScriptLibraryPage with tab bar (My Scripts / Team Scripts)
- Add "Build a New Script" button linking to /script-builder

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-21 17:17:47 -04:00
parent 628761473f
commit 535284c4ce
4 changed files with 70 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ export interface ScriptTemplateListItem {
requires_modules: string[]
is_verified: boolean
usage_count: number
language?: string | null
}
export interface ScriptParameterOption {