Skip to content

fix(ui): wrap starter bundle buttons instead of overflowing#9131

Merged
lstein merged 2 commits intomainfrom
fix-ui-starter-bundle-wrap
May 8, 2026
Merged

fix(ui): wrap starter bundle buttons instead of overflowing#9131
lstein merged 2 commits intomainfrom
fix-ui-starter-bundle-wrap

Conversation

@lstein
Copy link
Copy Markdown
Collaborator

@lstein lstein commented May 7, 2026

Summary

  • The starter bundle download buttons in Model Manager → Starter Models were overflowing off the right edge of their container as more bundles were added.
  • Let the buttons row grow into available space (flex={1}, minW={0}) and wrap (flexWrap="wrap", justifyContent="flex-end") so additional bundles flow onto a new line instead.

Test plan

  • Open Model Manager → Starter Models and verify bundle buttons no longer overflow at the current bundle count.
  • Narrow the panel and confirm buttons wrap onto additional lines, right-aligned next to the "Starter Bundles" label.
  • Confirm no visual regression when only a single bundle (or none) is present.

🤖 Generated with Claude Code

The starter bundle download buttons in the Model Manager's Starter Models
page would overflow off the right edge once enough bundles were added.
Allow the buttons row to grow into the available space and wrap onto
multiple lines.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the frontend PRs that change frontend files label May 7, 2026
@lstein lstein added the v6.13.x label May 7, 2026
@lstein lstein moved this to 6.13.x Theme: MODELS in Invoke - Community Roadmap May 7, 2026
@lstein lstein enabled auto-merge (squash) May 8, 2026 00:06
@lstein lstein merged commit 4fc2bcf into main May 8, 2026
16 checks passed
@lstein lstein deleted the fix-ui-starter-bundle-wrap branch May 8, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend PRs that change frontend files v6.13.x

Projects

Status: 6.13.x Theme: MODELS

Development

Successfully merging this pull request may close these issues.

2 participants