From 5d80742077feeae7625a7af234af7e58657de6bd Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 5 Apr 2026 00:25:16 +0000 Subject: [PATCH] feat: add dev pod management page with start/stop/restart controls Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/index.html | 146 ++++++++++++++++++++++++++++++++++++++++++- src/index.ts | 6 ++ src/routes/devpod.ts | 63 +++++++++++++++++++ 3 files changed, 214 insertions(+), 1 deletion(-) create mode 100644 src/routes/devpod.ts diff --git a/frontend/index.html b/frontend/index.html index 37e153b..8802c86 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -199,10 +199,14 @@