feat(ui): Responsive Design Audit - Phase 3#213
Merged
dgarson merged 1 commit intofeat/horizon-ui-phase1-cleanupfrom Mar 3, 2026
Merged
feat(ui): Responsive Design Audit - Phase 3#213dgarson merged 1 commit intofeat/horizon-ui-phase1-cleanupfrom
dgarson merged 1 commit intofeat/horizon-ui-phase1-cleanupfrom
Conversation
- MissionControlDashboard: grid-cols-4 → grid-cols-2 lg:grid-cols-4, responsive padding - WorkqueueDashboard: grid-cols-6 → grid-cols-2 sm:grid-cols-3 lg:grid-cols-6, main layout stacking - AccessControlMatrix: responsive toolbar, role detail grid stacking - GatewayMetricsDashboard: fleet/metrics grids responsive, trend charts stacking - SupportTicketDashboard: queue tab stacking, analytics grids responsive - PermissionsMatrix: roles tab grid responsive, compare summary stacking - CostAllocationDashboard: summary stats responsive grid - ModelHealthDashboard: summary bar responsive grid - ApiKeysManager: header stacking, responsive padding - FeatureFlags: header stacking, responsive padding Added RESPONSIVE_AUDIT.md documenting all changes and remaining work. Part of Horizon UI Phase 3 - Responsive Audit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds responsive breakpoints to 10 high-priority views as part of Horizon UI Phase 3.
Breakpoints Used
sm:640px— Large phones / small tabletsmd:768px— Tabletslg:1024px— Small laptopsxl:1280px— DesktopsFiles Changed
grid-cols-4→grid-cols-2 lg:grid-cols-4, responsive padding, header stackinggrid-cols-6→grid-cols-2 sm:grid-cols-3 lg:grid-cols-6, main layout stackinggrid-cols-3→grid-cols-1 sm:grid-cols-3grid-cols-4→grid-cols-2 lg:grid-cols-4grid-cols-5→grid-cols-2 sm:grid-cols-3 lg:grid-cols-5Documentation
See
RESPONSIVE_AUDIT.mdfor full audit details and remaining work.Testing
Test at breakpoints: 375px, 768px, 1024px, 1280px
Related