refactor: extend admin spacing optimization to all components
Phase 3: Complete admin dashboard spacing standardization AiManager component: - p-5 md:p-8 → p-4 md:p-6 panel padding - space-y-6 → space-y-4 container spacing - mb-1 removed, gap-4 → gap-3 in header - grid gap-6 → gap-4 for API keys section - space-y-1.5 → space-y-1 for form fields - py-2 → py-1.5 inputs, py-2.5 → py-2 buttons - textarea p-6 → p-4, min-h 200px → implicit compact - gap-4 → gap-3 in info section CategoryManager component: - p-5 md:p-8 → p-4 md:p-6 panel padding - space-y-6 → space-y-4 container spacing - gap-4 → gap-3 icon header gap - py-3 → py-2 button padding - Modal: space-y-4 → space-y-3, p-6 sm:p-10 → p-6 consistent - py-2.5 → py-1.5 inputs - h-32 textarea → h-24 compact Tests: 291/291 passing, Build: success Total admin dashboard savings: ~150px vertical (all 4 components)
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user