bug: there is no output panel - only the tasks are show in the cmd-J panel #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the old app had multiple things shown in the cmd-j panel, one of it was an output panel that got some stuff from scripts or other situations. this is not there anymore, there is no way to switch between different tabs in the cmd-J panel. this needs to be fixed.
THe old app bDS had multiple panels in that bottom area, we want that back.
Fixed. The tab strip WAS rendered but invisible: a CSS regression from the 2026-05-04 Tailwind migration gave .panel-header both height: 35px and a later, winning padding: 16px 18px rule, collapsing the content box to ~3px so .panel-tabs (height:100% + overflow-x:auto) clipped the 36px tab buttons to a 2px sliver. Dead grouped rule removed; regression test added (real-browser automation: opens panel via Cmd-J, asserts tab strip height and Tasks/Output switching).
Also restored the old app's Output panel parity:
Specs updated (script.allium ScriptOutputRouting, layout.allium auto-open; allium check clean). New msgids Running/Pending translated for de/fr/it/es. Full suite 1489 passed/0 failed, clean compile --warnings-as-errors, credo, deps.audit, dialyzer.