feat(automation): streamline automation management

Surface lifecycle and output summaries, guided creation, and clear deletion safeguards in automation settings.
This commit is contained in:
Carlos Valente
2026-09-12 16:49:15 +02:00
parent 7a4a25fc55
commit 5c6824d1fd
8 changed files with 328 additions and 95 deletions
@@ -84,11 +84,25 @@ const staticOptions = [
{
id: 'automation__automations',
label: 'Manage automations',
keywords: ['osc', 'http', 'webhook', 'integration', 'api', 'output', 'action'],
keywords: [
'osc',
'http',
'webhook',
'integration',
'api',
'output',
'action',
'recipe',
'example',
'preset',
'qlab',
'vmix',
'companion',
],
},
{
id: 'automation__triggers',
label: 'Manage triggers',
label: 'Global triggers',
keywords: ['lifecycle', 'on load', 'on start', 'on finish', 'on update'],
},
],