Skip to content

fix: align package headers with top-level items in task selector#220

Merged
branchseer merged 1 commit intomainfrom
03-11-feat_align_package_headers
Mar 11, 2026
Merged

fix: align package headers with top-level items in task selector#220
branchseer merged 1 commit intomainfrom
03-11-feat_align_package_headers

Conversation

@branchseer
Copy link
Copy Markdown
Member

@branchseer branchseer commented Mar 11, 2026

Summary

Adds consistent indentation to package group headers in the interactive task selector so they align with top-level task items.

Before

  › build:           echo build app
    lint:            echo lint app
  lib (packages/lib)
      build:         echo build lib

The header lib (packages/lib) was indented only 2 spaces, misaligned with the 4-space task items above it.

After

  › build:           echo build app
    lint:            echo lint app
    lib (packages/lib)
      build:         echo build lib

Headers now use 4 spaces, matching the top-level item prefix width.

Test plan

  • Unit tests updated and passing (cargo test -p vite_select)
  • E2E snapshots updated and passing (cargo test -p vite_task_bin --test e2e_snapshots -- task-select)

🤖 Generated with Claude Code

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@branchseer branchseer changed the title feat: Align package headers with top-level items in task selector feat: align package headers with top-level items in task selector Mar 11, 2026
@branchseer branchseer changed the title feat: align package headers with top-level items in task selector fix: align package headers with top-level items in task selector Mar 11, 2026
@branchseer branchseer marked this pull request as ready for review March 11, 2026 08:14
@branchseer branchseer requested review from cpojer and fengmk2 March 11, 2026 08:14
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@branchseer branchseer force-pushed the 03-11-feat_align_package_headers branch from b3cca3b to 0f76b77 Compare March 11, 2026 08:19
@branchseer branchseer merged commit 6fdc4f1 into main Mar 11, 2026
8 of 13 checks passed
@branchseer branchseer deleted the 03-11-feat_align_package_headers branch March 11, 2026 08:32
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.

2 participants