-
Notifications
You must be signed in to change notification settings - Fork 14
refactor: improve layout structure and responsiveness of the demo page #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected -t lint typecheck test --parallel -... |
❌ Failed | 15s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-11-11 14:43:16 UTC
c82be00 to
6a77674
Compare
08afd85 to
97754d5
Compare
6a77674 to
e505242
Compare
97754d5 to
6c50886
Compare
6c50886 to
c97a917
Compare
e505242 to
da00eb0
Compare
c97a917 to
c1d831f
Compare
da00eb0 to
b10a293
Compare
- Reorganized header, code panel, event stream, DAG, and details sections into CSS grid - Enhanced desktop layout with defined grid areas and columns for better alignment - Added responsive styles for tablet and mobile views, stacking components vertically - Removed redundant code and comments, clarified layout styles for maintainability - Updated class names and inline styles to support flexible and consistent layout behavior
b10a293 to
8edd003
Compare
c1d831f to
a53e76a
Compare
Merge activity
|
#324) # Improved Demo Page Layout with CSS Grid - Reorganized header, code panel, event stream, DAG, and details sections into CSS grid - Enhanced desktop layout with defined grid areas and columns for better alignment - Added responsive styles for tablet and mobile views, stacking components vertically - Removed redundant code and comments, clarified layout styles for maintainability - Updated class names and inline styles to support flexible and consistent layout behavior

Improved Demo Page Layout with CSS Grid