Skip to content

fix(cli): inset update footer - #42189

Merged
kitlangton merged 1 commit into
v2from
update-left-padding
Aug 13, 2026
Merged

fix(cli): inset update footer#42189
kitlangton merged 1 commit into
v2from
update-left-padding

Conversation

@kitlangton

Copy link
Copy Markdown
Contributor

What

Add one cell of left padding to the update preflight footer so its monogram no longer touches the terminal edge.

Before / After

Before: The update monogram began in terminal column zero and appeared flush against the left edge.

After: The footer content starts one cell in, matching the intended visual inset while preserving the existing spacing between the monogram and status content.

How

  • Set paddingLeft={1} on the outer update footer row in packages/cli/src/services/update-preflight.tsx.

Scope

  • Only changes the update preflight footer layout.
  • Does not change update behavior, timing, or service replacement logic.

Testing

  • bun typecheck from packages/cli
  • Push hook: bun turbo typecheck --concurrency=3 (34 tasks passed)
  • git diff --check

@kitlangton
kitlangton merged commit 9d6e05b into v2 Aug 13, 2026
8 of 10 checks passed
@kitlangton
kitlangton deleted the update-left-padding branch August 13, 2026 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant