Skip to content

[REMOTE-1470] Right-align Open in Warp button in snapshot footer#10667

Merged
dmichelin merged 1 commit into
masterfrom
dan/remote-1470-snapshot-footer-open-in-warp-alignment
May 11, 2026
Merged

[REMOTE-1470] Right-align Open in Warp button in snapshot footer#10667
dmichelin merged 1 commit into
masterfrom
dan/remote-1470-snapshot-footer-open-in-warp-alignment

Conversation

@dmichelin
Copy link
Copy Markdown
Contributor

@dmichelin dmichelin commented May 11, 2026

Description

In the shared session snapshot footer (ConversationEndedTombstoneView), the Open in Warp button was not right-aligned because the left content column used Shrinkable.

This switches the left column wrapper to Expanded, so the text column takes remaining row width and the action button is pinned to the right edge.

Linked Issue

REMOTE-1470

Testing

  • cargo fmt --all

  • cargo check -p warp

  • cargo clippy -p warp --lib -- -D warnings

  • cargo clippy -p warp --all-targets --all-features -- -D warnings (fails in this environment due missing generated channel config JSON files in OUT_DIR, unrelated to this diff)

  • I have manually tested my changes locally with ./script/run

Screenshots / Videos

image

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

CHANGELOG-BUG-FIX: Right-aligned the Open in Warp button in the shared session snapshot footer.

Co-Authored-By: Oz oz-agent@warp.dev

Use Expanded for the left column in ConversationEndedTombstoneView so the Open in Warp button is right-aligned in the shared snapshot footer.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 11, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 11, 2026

@dmichelin

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@dmichelin dmichelin enabled auto-merge (squash) May 11, 2026 20:34
Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates the shared session snapshot footer layout by replacing the left column wrapper with Expanded so the action button can sit at the right edge.

Concerns

  • Manual testing is required for changes that can be manually tested. Please include screenshots or a screen recording that show the shared session snapshot footer working end to end, or justify why manual testing is not possible.

Verdict

Found: 0 critical, 1 important, 0 suggestions

Request changes

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@dmichelin dmichelin requested a review from a team May 11, 2026 23:42
@dmichelin dmichelin merged commit 7dcdca4 into master May 11, 2026
35 of 36 checks passed
@dmichelin dmichelin deleted the dan/remote-1470-snapshot-footer-open-in-warp-alignment branch May 11, 2026 23:51
cephalonaut pushed a commit that referenced this pull request May 12, 2026
)

## Description
In the shared session snapshot footer
(`ConversationEndedTombstoneView`), the `Open in Warp` button was not
right-aligned because the left content column used `Shrinkable`.

This switches the left column wrapper to `Expanded`, so the text column
takes remaining row width and the action button is pinned to the right
edge.

## Linked Issue
REMOTE-1470


## Testing
- `cargo fmt --all`
- `cargo check -p warp`
- `cargo clippy -p warp --lib -- -D warnings`
- `cargo clippy -p warp --all-targets --all-features -- -D warnings`
*(fails in this environment due missing generated channel config JSON
files in `OUT_DIR`, unrelated to this diff)*

- [x] I have manually tested my changes locally with `./script/run`

### Screenshots / Videos
<img width="2243" height="241" alt="image"
src="https://github.com/user-attachments/assets/ec4f2006-2fb1-4729-b85a-aa2c9bc93405"
/>


## Agent Mode
- [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode

CHANGELOG-BUG-FIX: Right-aligned the `Open in Warp` button in the shared
session snapshot footer.

Co-Authored-By: Oz <oz-agent@warp.dev>

Co-authored-by: Oz <oz-agent@warp.dev>
dagmfactory pushed a commit that referenced this pull request May 12, 2026
)

## Description
In the shared session snapshot footer
(`ConversationEndedTombstoneView`), the `Open in Warp` button was not
right-aligned because the left content column used `Shrinkable`.

This switches the left column wrapper to `Expanded`, so the text column
takes remaining row width and the action button is pinned to the right
edge.

## Linked Issue
REMOTE-1470


## Testing
- `cargo fmt --all`
- `cargo check -p warp`
- `cargo clippy -p warp --lib -- -D warnings`
- `cargo clippy -p warp --all-targets --all-features -- -D warnings`
*(fails in this environment due missing generated channel config JSON
files in `OUT_DIR`, unrelated to this diff)*

- [x] I have manually tested my changes locally with `./script/run`

### Screenshots / Videos
<img width="2243" height="241" alt="image"
src="https://github.com/user-attachments/assets/ec4f2006-2fb1-4729-b85a-aa2c9bc93405"
/>


## Agent Mode
- [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode

CHANGELOG-BUG-FIX: Right-aligned the `Open in Warp` button in the shared
session snapshot footer.

Co-Authored-By: Oz <oz-agent@warp.dev>

Co-authored-by: Oz <oz-agent@warp.dev>
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.

2 participants