buildmymcpserver/apps/web/app/(dashboard)/servers/[id]
Marco Sadjadi 31bfeed9dd
All checks were successful
Deploy to Production / deploy (push) Successful in 1m27s
feat(dashboard): delete button on server detail page
The DELETE /v1/servers/:id endpoint existed (tears down the runner
container + removes the row) but nothing in the UI called it, so
servers could only be removed via SSH+psql. Adds a danger-variant
button in the top-right of the detail header with a native confirm,
spinner state, and inline error surfacing. Redirects to /servers
on success.
2026-05-28 21:44:52 +02:00
..
page.tsx feat(dashboard): delete button on server detail page 2026-05-28 21:44:52 +02:00