Commit 9faafa8
committed
fix(ui): Executor panel - NEON cyan border + prevent text truncation
PROBLEMA 1 (RESOLVIDO):
❌ Antes: border_style='bright_green' (cinza/apagado na tela)
✅ Depois: border_style='bright_cyan' (NEON forte, legível)
PROBLEMA 2 (RESOLVIDO):
❌ Antes: Texto longo truncado ('echo 1. Ferva 500ml de água. 2. Adici...')
✅ Depois: expand=False (renderiza completo sem cortar)
Mudanças:
• Título: bright_green → bright_cyan
• Subtitle: dim → dim bright_cyan
• Border: bright_green → bright_cyan (NEON)
• Adicionado: expand=False (previne truncation)
Screenshot: Per Architect feedback (Screenshot 2025-11-24 20-02-45)
'to começando a arrepender de ter criado ele' → approval disabled
'renderização do box do executor tem que ser uma cor neon forte'
Constitutional Compliance:
✅ P1 (Completeness): UI totalmente funcional e legível
✅ P6 (Efficiency): Visual claro = menos cognitive load
Issue: #UI-EXECUTOR-BOX-FIX1 parent ec13b65 commit 9faafa8
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1437 | 1437 | | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | | - | |
1441 | | - | |
1442 | | - | |
1443 | | - | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
1444 | 1445 | | |
1445 | 1446 | | |
1446 | 1447 | | |
| |||
0 commit comments