[4/6] Make startup and background items collapsible - #172
Draft
BinaryBearsLLC wants to merge 4 commits into
Draft
BinaryBearsLLC wants to merge 4 commits into
BinaryBearsLLC wants to merge 4 commits into
Conversation
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 4 of 6 — depends on #169, #170, #171. Please keep this PR in draft until the preceding parts are merged. Its current Files changed tab includes those earlier changes.
Review and merge order: #169 → #170 → #171 → #172 → #173 → #174.
Before merging: refresh this branch against the updated main, retaining only this part’s commit. If earlier parts were squash-merged or rebased, reapply only the linked commit onto updated main; do not merge the cumulative diff as-is.
Review this part’s commit.
What does this PR do?
Makes Startup and background items collapsible, keeping the item count visible while the section is closed.
Expanding it reveals the existing launch-item list and Login Items Settings shortcut. Uses stable card sizing to avoid a layout hang when scrolling the expanded list.
Testing
109 XCTest tests passed; universal build succeeded on macOS 26.6.2 (Apple Silicon). Tested on macOS Ventura 13.6 (22G120, Apple Silicon VM). GUI checks passed for expanding, scrolling and collapsing real launch items, and opening Login Items Settings.
Screenshots