refactor
BREAKING
task/commit-detail-rewrite
#1 / 1
refactor: rewrite commit detail page with cmt- prefix, split-pane layout, and drop D3 graph
Remove the embedded force-directed symbol graph from the commit detail page. The graph visualization belongs on a dedicated explorer page (planned separately). Drop D3 and @types/d3 entirely — 70 packages removed from the bundle.
Rename all classes from cd3-/cd2- to cmt- prefix for consistency with the MuseHub naming convention. Apply the same split-pane scrolling layout used on proposal detail and docs pages. Sidebar becomes a single unified panel with proposal-scard-style borderless sections.
sha256:2480c5421b771a4d5cb24448712f393f4d4cf401103f00ba76cf752f513dc94d
sha
+60
~136
−84
symbols
sha256:63c690e5da063c617632a47bff099bffcde0071569da47089601148083490dfe
snapshot
+60
symbols added
~136
symbols modified
−84
symbols removed
−2
dead symbols removed
Semantic Changes
280 symbols
~
musehub/templates/musehub/pages/commit_detail.html
.html
6 symbols added, 15 symbols removed, 3 symbols modified
−
summary: {{ icon("chevron-down", 12, "cd3-chevron") }}
section summary: {{ icon("chevron-down", 12, "cd3-chevron") }} L271–283
+
summary: {{ icon("chevron-down", 12, "cmt-chevron") }}
section summary: {{ icon("chevron-down", 12, "cmt-chevron") }} L233–245
~
src/scss/components/_commit-detail.scss
.scss
33 symbols added, 36 symbols removed, 105 symbols modified
~
src/scss/pages/_commit-detail.scss
.scss
21 symbols added, 14 symbols removed, 27 symbols modified
← Older
Oldest on task/commit-detail-rewrite
All commits
Newer →
Latest on task/commit-detail-rewrite
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:2480c5421b771a4d5cb24448712f393f4d4cf401103f00ba76cf752f513dc94d --body "your comment"
No comments yet. Be the first to start the discussion.