Commit 09d7faf
refactor: Align ComplianceScans page design with application patterns (#47)
## Design Consistency Improvements
- Change Container maxWidth from "lg" to "xl" for full-width utilization
- Add standard header structure with page title and descriptive subtitle
- Wrap stepper in Paper container with consistent padding (p: 3, mb: 3)
- Wrap main content in Card with CardContent for proper visual hierarchy
- Wrap navigation actions in Paper container matching other pages
## Typography and Spacing Updates
- Update section headers from h6 to h5 with component="h2" for proper hierarchy
- Change description text from body2 to body1 for better readability
- Standardize spacing: mb: 4 for major sections, mb: 3 for cards/papers
- Apply consistent content padding (p: 3) across all container components
## Visual Hierarchy Alignment
- Match header pattern used in Dashboard, Hosts, and Users pages
- Implement proper Paper/Card wrapping strategy for visual consistency
- Eliminate excessive blank space by utilizing full container width
- Ensure consistent shadow elevation and border styling
## User Experience Enhancement
- Remove centered layout that left too much whitespace on sides
- Create visual consistency across the entire application interface
- Maintain existing functionality while improving visual presentation
- Preserve responsive behavior and accessibility features
This update ensures the compliance scanning workflow integrates seamlessly
with the overall OpenWatch application design language and user experience.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 930b35a commit 09d7faf
1 file changed
Lines changed: 51 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| |||
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
289 | | - | |
| 291 | + | |
290 | 292 | | |
291 | | - | |
| 293 | + | |
292 | 294 | | |
293 | 295 | | |
294 | | - | |
| 296 | + | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
| |||
547 | 551 | | |
548 | 552 | | |
549 | 553 | | |
550 | | - | |
551 | | - | |
552 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
553 | 559 | | |
554 | 560 | | |
555 | 561 | | |
| |||
605 | 611 | | |
606 | 612 | | |
607 | 613 | | |
608 | | - | |
| 614 | + | |
| 615 | + | |
609 | 616 | | |
610 | 617 | | |
611 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
612 | 622 | | |
613 | 623 | | |
614 | 624 | | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
622 | 635 | | |
623 | 636 | | |
624 | 637 | | |
625 | 638 | | |
626 | 639 | | |
627 | 640 | | |
628 | 641 | | |
629 | | - | |
630 | | - | |
631 | | - | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
632 | 648 | | |
633 | | - | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
634 | 652 | | |
635 | 653 | | |
636 | 654 | | |
| |||
659 | 677 | | |
660 | 678 | | |
661 | 679 | | |
662 | | - | |
| 680 | + | |
| 681 | + | |
663 | 682 | | |
664 | 683 | | |
665 | 684 | | |
| |||
0 commit comments