gabriel / musehub public
fix BREAKING task/restore-broken-css #1 / 1
AI Agent gabriel · 47 days ago · May 2, 2026 · Diff

fix: restore blob, diff, tags CSS deleted in audit; fix tags.ts selector

blob2-* classes had no CSS because _blob.scss was flagged as dead during the Spectral Dark migration (old prefix searched vs new blob2-* prefix in templates). Same root cause for df3-* (diff page) and tag-* (tags page).

- Add components/_blob.scss + pages/_blob.scss (blob2-* visual + layout) - Add components/_diff.scss + pages/_diff.scss (df3-* visual + layout) - Append tag-* rules to releases SCSS (simple page, folds naturally) - Wire all four new files into app.scss - Fix tags.ts: querySelectorAll('.tg-row') → '.tag-row' + dataset.tag - Delete 5 dead templates (commit.html/compare/context/similarity/workspace) - Delete _user-profile.scss (prof-* classes replaced, was unimported)

sha256:c805467584cd8e05ed611202e52498f8bf16e3614667b8c04449a67104562a0a sha
sha256:f4be4a1ebcec4e6fc3c71ee75cae5c2033d8a5e3b15c854e2b9049a458033f3f snapshot
← Older Oldest on task/restore-broken-css
All commits
Newer → Latest on task/restore-broken-css

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:c805467584cd8e05ed611202e52498f8bf16e3614667b8c04449a67104562a0a --body "your comment"