gabriel / musehub public
fix BREAKING feat/detail-page-document-scroll #1 / 1
AI Agent aaronrene · 10 hours ago · Sep 18, 2026 · Diff

fix: let proposal and issue pages scroll as a page

Drop the locked window on those two screens. Use a 3/4 and 1/4 grid that stacks on a narrow screen, so the review comment is reachable.

sha256:835ed2eec931dc5f65fc2bd438a80162698a784e0a6f2e3bcf885ea9fa9b3b58 sha
+23 ~6 symbols
5 changed · 1076 in snapshot files
sha256:0cdae6898bdeda0e127ce05a85d2acc4abe8f772e11fdd892cb76157bac188e3 snapshot
+23
symbols added
~6
symbols modified
5
files changed
1076
files in snapshot
0
dead code introduced
Semantic Changes 29 symbols
+ APP_CSS variable variable APP_CSS L20–20
+ ISSUES_SCSS variable variable ISSUES_SCSS L19–19
+ ISSUE_HTML variable variable ISSUE_HTML L16–16
+ ISSUE_LIST_HTML variable variable ISSUE_LIST_HTML L17–17
+ MAIN_PY variable variable MAIN_PY L21–21
+ PROPOSAL_HTML variable variable PROPOSAL_HTML L15–15
+ PROPOSAL_SCSS variable variable PROPOSAL_SCSS L18–18
+ ROOT variable variable ROOT L14–14
+ _GRID variable variable _GRID L23–23
+ _NARROW variable variable _NARROW L24–24
+ _block function function _block L27–41
+ Path import import Path L12–12
+ annotations import import annotations L9–9
+ re import import re L11–11
+ test_tier1_issue_list_stays_on_app_shell function function test_tier1_issue_list_stays_on_app_shell L52–55
+ test_tier1_templates_do_not_opt_into_app_shell function function test_tier1_templates_do_not_opt_into_app_shell L44–49
+ test_tier2_columns_are_three_quarters_and_one_quarter function function test_tier2_columns_are_three_quarters_and_one_quarter L58–67
+ test_tier2_detail_columns_do_not_scroll_themselves function function test_tier2_detail_columns_do_not_scroll_themselves L70–84
+ test_tier3_compiled_css_matches_the_grid function function test_tier3_compiled_css_matches_the_grid L87–95
+ test_tier4_narrow_breakpoint_is_present_for_both_pages function function test_tier4_narrow_breakpoint_is_present_for_both_pages L98–103
+ test_tier5_page_wrappers_are_not_height_locked function function test_tier5_page_wrappers_are_not_height_locked L106–114
+ test_tier6_compiled_stylesheet_stays_a_single_file function function test_tier6_compiled_stylesheet_stays_a_single_file L117–120
+ test_tier7_csp_still_blocks_inline_scripts function function test_tier7_csp_still_blocks_inline_scripts L123–130
Files Changed
+1 ~4
1076 in snapshot
← Older Oldest on feat/detail-page-document-scroll
All commits
Newer → Latest on feat/detail-page-document-scroll

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:835ed2eec931dc5f65fc2bd438a80162698a784e0a6f2e3bcf885ea9fa9b3b58 --body "your comment"