buildmymcpserver/apps/web/app/(dashboard)
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
..
audit feat(web): real 3-step wizard, settings, audit, docs, marketing pages 2026-05-19 18:20:31 +02:00
dashboard feat(web): country-code picker, auth-aware header, dedupe new-server CTA 2026-05-21 23:41:19 +02:00
servers feat(dashboard): delete button on server detail page 2026-05-28 21:44:52 +02:00
settings feat: user menu + profile page + in-app subscription management 2026-05-25 17:46:36 +02:00
layout.tsx feat(web): glow-pulse on primary CTAs + hero fills full first viewport 2026-05-27 12:20:25 +02:00