You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix responsive text truncation and MinIO endpoint validation
Improves mobile layout handling and error messaging:
- Badge component: Add shrink-0 and whitespace-nowrap to prevent text wrapping
- QueueTable: Restructure with flexbox wrapping and truncation for responsive display
- RunnerAvailabilityPanel: Add flex-col spacing, truncation, and shrink-0 badge
- RunnerStatusBadge: Accept className prop for layout control
- MinIO config: Warn when MINIO_ENDPOINT lacks explicit port (defaults to console, not API)
- S3 bucket creation: Detect and clarify "InvalidArgument" as console-port misconfiguration
0 commit comments