Skip to content

Conversation

@desertaxle
Copy link
Member

@desertaxle desertaxle commented Apr 7, 2025

  • Add an action menu to the task run details page
  • Add a delete action to the action menu
  • Add a copy ID action to the action menu
Screen.Recording.2025-04-07.at.10.47.18.AM.mov

- Add an action menu to the task run details page
- Add a delete action to the action menu
- Add a copy ID action to the action menu
@github-actions github-actions bot added the ui-replatform Related to the React UI rewrite label Apr 7, 2025
@desertaxle desertaxle marked this pull request as ready for review April 7, 2025 15:48
Comment on lines 88 to 92
onError: (error) => {
const message =
error.message || "Unknown error while deleting task run.";
console.error(message);
},
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: add a toast.error

Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion (if its not there yet): Add this in msw in handlers and add a test for consistency

@desertaxle desertaxle merged commit 920dde8 into main Apr 7, 2025
8 checks passed
@desertaxle desertaxle deleted the ui-v2/task-run-details-action-button branch April 7, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui-replatform Related to the React UI rewrite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants