Feat : import session into auto firefox
All checks were successful
release / build (push) Successful in 27s
release / verify-windows (push) Successful in 1m15s

This commit is contained in:
jeanotx32
2026-08-12 03:45:35 +02:00
parent ae8ae6b91d
commit 8fef1aacb0
7 changed files with 258 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ const EVENT_STYLES: Record<AgentEvent, EventStyle> = {
'fullscreen.failed': { icon: '⛶', tone: 'warn' },
'browser.opened': { icon: '⊞', tone: 'info' },
'browser.closed': { icon: '⊟', tone: 'offline' },
'browser.imported': { icon: '⇄', tone: 'ok' },
'browser.importFailed': { icon: '⇄', tone: 'warn' },
'preset.applied': { icon: '≡', tone: 'ok' },
'preset.failed': { icon: '≡', tone: 'warn' },
'config.changed': { icon: '⚙', tone: 'info' },