Skip to content

feat(seer-explorer): enable copy button without completed status, fall back to status string when no blocks#108743

Merged
aliu39 merged 1 commit intomasterfrom
aliu/copy-enable
Feb 20, 2026
Merged

feat(seer-explorer): enable copy button without completed status, fall back to status string when no blocks#108743
aliu39 merged 1 commit intomasterfrom
aliu/copy-enable

Conversation

@aliu39
Copy link
Copy Markdown
Member

@aliu39 aliu39 commented Feb 20, 2026

Changes

  • copySessionEnabled no longer requires sessionData.status === 'completed'; the copy button is now enabled whenever runId and organization.slug are present.
  • useCopySessionDataToClipboard accepts a new status parameter. When no block data is available, it copies No data available. Status: <status> to the clipboard instead of formatted session data.

@aliu39 aliu39 requested a review from a team as a code owner February 20, 2026 20:57
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 20, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@aliu39 aliu39 merged commit e02b08f into master Feb 20, 2026
63 of 67 checks passed
@aliu39 aliu39 deleted the aliu/copy-enable branch February 20, 2026 21:16
wedamija pushed a commit that referenced this pull request Feb 20, 2026
…l back to status string when no blocks (#108743)

## Changes

- **`copySessionEnabled`** no longer requires `sessionData.status ===
'completed'`; the copy button is now enabled whenever `runId` and
`organization.slug` are present.
- **`useCopySessionDataToClipboard`** accepts a new `status` parameter.
When no block data is available, it copies `No data available. Status:
<status>` to the clipboard instead of formatted session data.
priscilawebdev pushed a commit that referenced this pull request Feb 24, 2026
…l back to status string when no blocks (#108743)

## Changes

- **`copySessionEnabled`** no longer requires `sessionData.status ===
'completed'`; the copy button is now enabled whenever `runId` and
`organization.slug` are present.
- **`useCopySessionDataToClipboard`** accepts a new `status` parameter.
When no block data is available, it copies `No data available. Status:
<status>` to the clipboard instead of formatted session data.
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
…l back to status string when no blocks (#108743)

## Changes

- **`copySessionEnabled`** no longer requires `sessionData.status ===
'completed'`; the copy button is now enabled whenever `runId` and
`organization.slug` are present.
- **`useCopySessionDataToClipboard`** accepts a new `status` parameter.
When no block data is available, it copies `No data available. Status:
<status>` to the clipboard instead of formatted session data.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants