app.scss
sha256:9590cee1e0ccd6c76528f005b95d634d80f5019f0dcb7c371e149adc31d1fb65
refactor: enforce gRPC framing on all MWP wire traffic
Sonnet 4.6
minor
⚠ breaking
156 days ago
| 1 | // MuseHub — SCSS entry point |
| 2 | // |
| 3 | // Import order matters: tokens must come first so all partials |
| 4 | // can reference the CSS custom properties they define. |
| 5 | // |
| 6 | // embed.scss is compiled separately to static/embed.css via build:embed. |
| 7 | // It is self-contained (hardcoded colours) and served independently for iframe embeds. |
| 8 | |
| 9 | @use "tokens"; |
| 10 | @use "components"; |
| 11 | @use "layout"; |
| 12 | @use "icons"; |
| 13 | @use "domain"; // supersedes "music" — domain-agnostic styles + [data-domain] scoping |
| 14 | @use "arrange"; // arrange page (.ar-*) |
| 15 | @use "blob"; // blob / blame / search (.blob-*, .blob2-*, .blame-*, .sr-*) |
| 16 | @use "new-repo"; // new repository wizard (.nr-*) |
| 17 | @use "proposal_detail"; // proposal detail page (pd-* header/stats, proposal-* sections/sidebar) |
| 18 | @use "user-profile"; // user profile (.prof-*, .collab-*, .rank-*) |
| 19 | @use "diff"; // diff pages (.diff-*, .df3-*) |
| 20 | @use "insights"; // insights, explore, analytics (.ins-*, .in-*, .rh-*, .an-*) |
| 21 | @use "commit-detail"; // commit detail (.cd-*, .cd2-*, .cd3-*, .graph-*) |
| 22 | @use "mcp-docs"; // MCP docs page (.mcp-*) |
| 23 | @use "symbol-view"; // symbol dependency graph (.sv-*) |
| 24 | @use "symbols"; // Symbol Intelligence pages — list + detail (.sym-*) |
| 25 | @use "proposals"; // proposals list page |
| 26 | @use "issues"; // issue list + detail pages |
| 27 | @use "branches"; // branches page |
| 28 | @use "tags"; // tags page |
| 29 | @use "releases"; // releases list page |
| 30 | @use "credits"; // credits / attribution page |
| 31 | @use "activity"; // activity feed page |
| 32 | @use "repo-home"; // repository home page (.rh-* and .ft-*) |
| 33 | @use "repo-nav"; // repo tab strip + branch picker (shared across all repo pages) |
| 34 | @use "ci"; // CI runs list + run detail pages (.ci-*, .cird-*) |
| 35 | @use "intel"; // Intelligence Hub — dashboard + subpages (.intel-*, .rh-health-*) |
| 36 | @use "agents"; // Agent Coordination Hub — swarm, coord, shard, forecast, profile (.agents-*) |
| 37 | @use "workspace"; // Workspace intelligence overview (.ws-*) |
| 38 | @use "deps"; // Dependency graph pages — list + D3 force viz (.deps-*, .dg-*, .ss-*) |
| 39 | @use "legal"; // Legal document pages (.legal-*) |
| 40 | @use "docs"; // Developer platform docs page (.docs-*, .badge-coming-soon) |
| 41 | @use "mists"; // Mist list, detail, and explore pages (.ms-*) |
File History
1 commit
sha256:9590cee1e0ccd6c76528f005b95d634d80f5019f0dcb7c371e149adc31d1fb65
refactor: enforce gRPC framing on all MWP wire traffic
Sonnet 4.6
minor
⚠
156 days ago