Skip to content

Fix the bulk-delete button collapsing to icon-only - #86

Open
alvst wants to merge 1 commit into
momenbasel:mainfrom
alvst:alvie/pr-bulk-delete-label
Open

Fix the bulk-delete button collapsing to icon-only#86
alvst wants to merge 1 commit into
momenbasel:mainfrom
alvst:alvie/pr-bulk-delete-label

Conversation

@alvst

@alvst alvst commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

The "Delete N" button in the top bar was losing its label. A missing .fixedSize() let the tight top-bar HStack compress it down to just the icon, so the count — the part that tells you how much you're about to destroy — disappeared.

What changed

  • The bulk-delete button gets .fixedSize(), so it keeps its "Delete N" text instead of being squeezed to its icon.

Screenshots

Before:
00-baseline screenshots bar.png

After:
05-bulk-delete-label screenshots after.png

Notes for review

  • This is a pre-existing bug in already-merged upstream code (multi-select bulk deletion, Add multi-select bulk deletion #77), not a regression from anything in this batch.
  • One line, no dependencies.

This feature should be bundled into v2.

Part of #80.

Missing .fixedSize() let the tight top-bar HStack compress the button
down to its icon, dropping the "Delete N" text entirely — the same bug
just found and fixed on the new Undo button, which already had the fix
applied. This one predates tonight's changes; it's in already-merged
upstream code.
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