Skip to content

fix: native Library list scales instead of clipping under the sidebar - #142

Merged
msitarzewski merged 1 commit into
mainfrom
fix/library-list-horizontal-scale
Jul 12, 2026
Merged

msitarzewski merged 1 commit into
mainfrom
fix/library-list-horizontal-scale

Conversation

@msitarzewski

Copy link
Copy Markdown
Owner

Widening the detail inspector pushed the native Library list's leading edge under the sidebar (names clipped to [email protected]). The 5-column table's minimum widths summed to 500pt but the content column's floor is 420pt, so the table couldn't compress and overflowed leading-edge-first.

Lower the column minimums to sum to 388pt (under the 420 floor) so the table scales down to fit. ideal widths unchanged → wide-window layout identical. Native-only; the Tauri Library row already reflows via CSS grid.

🤖 Generated with Claude Code

https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6

…sidebar

Widening the detail inspector pushed the Library list's leading edge under
the sidebar (package names clipped to "[email protected]"). Root cause: the 5-column
`tableWithDescription` variant's minimum widths summed to 500pt, but the
detail column's `.frame(minWidth:)` floor is 420pt. When the inspector
drag squeezed content to that 420 floor, the Table couldn't compress the
extra ~80pt, so it overflowed leading-edge-first behind the fixed sidebar.

Lower the column minimums to sum to 388pt (120+88+72+60+48), comfortably
under the 420 floor, so the Table scales down to fit rather than clipping.
`ideal` widths are unchanged, so the wide-window layout is identical — the
smaller mins only take effect when the pane is squeezed. Native-only; the
Tauri Library row already reflows via its CSS grid + media queries.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6
@msitarzewski
msitarzewski merged commit f62c0a9 into main Jul 12, 2026
@msitarzewski
msitarzewski deleted the fix/library-list-horizontal-scale branch July 12, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant