8000 feat: add stop workspace button with confirmation dialog by blink-so[bot] · Pull Request #18372 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: add stop workspace button with confirmation dialog #18372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove empty line to fix biome formatting
Remove empty line left after removing disabled prop to satisfy
biome formatter requirements.

Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
  • Loading branch information
blink-so[bot] and matifali committed Jun 16, 2025
commit a26067db514733fb85717f8d56674f6428df20b1
1 change: 0 additions & 1 deletion site/src/pages/WorkspacesPage/WorkspacesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
<PrimaryAction
onClick={() => setIsStopConfirmOpen(true)}
isLoading={stopWorkspaceMutation.isPending}

label="Stop workspace"
>
<SquareIcon />
Expand Down
Loading
0