-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Problem
Service commands (up/down/status/logs) use unsupported Termwind CSS classes causing errors
Error
Termwind\Exceptions\StyleNotFound
Style [items-center] not found
Root Cause
Termwind doesn't support flexbox classes: flex, items-center, justify-between, space-y-*
Termwind Supported Classes
- Layout:
mx-*,my-*,px-*,py-*,mb-*,mt-* - Colors:
bg-*,text-* - Typography:
font-bold,uppercase,text-sm,text-xl - Borders:
rounded,rounded-lg
Tasks
- QA agent tests all service commands and documents errors
- Replace flexbox layouts with simple stacked divs
- Use margins/padding for spacing instead of flexbox
- Test all commands render without errors
- Ensure output is still readable and attractive
Priority
🟡 HIGH - Affects developer experience
Related
Agent adae1a0 (beautification) and a8e7283 (QA) are working on this
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request