feat: Action Log hidden by default, click header to toggle

- showAIActionLog state defaults to false
- Action Log header clickable (cursor-pointer), shows '-' when
  visible, '+' when hidden
- Body always rendered with CSS class 'hidden' toggled, avoids
  deep ternary nesting that exceeded Babel 8 maxTargets limit
This commit is contained in:
2026-07-28 20:43:08 +07:00
parent a56c616817
commit 61f4b90af0
2 changed files with 11 additions and 9 deletions
File diff suppressed because one or more lines are too long