From a30f4c02344c6fda94f5fcaf7f6bb2938374d07c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 23 Feb 2026 15:27:33 +0100 Subject: [PATCH] feat: post-deploy info card with app link, first steps, and credentials After successful deploy, shows a rich info card instead of auto-redirecting to the apps list. Includes direct app link, first steps from catalog metadata, default credentials info, and link to settings page for password reveal. Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 5 ++ controller/internal/web/templates/deploy.html | 71 ++++++++++++++++--- 2 files changed, 68 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5f32a..9db0ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### v0.28.5 — Post-Deploy Info Card (2026-02-23) + +#### Added +- **Post-deploy success page** (`web/templates/deploy.html`) — After a successful deploy, instead of auto-redirecting to the apps list, shows a rich info card with: direct app link ("Alkalmazás megnyitása ↗"), first steps from catalog metadata (with DOMAIN placeholders replaced), default credentials info, documentation link, and a link to the settings page where passwords can be revealed. Also shown for unhealthy/timeout states since apps may still be usable during initialization. + ### v0.28.4 — Telemetry: Skip Stopped Apps (2026-02-23) #### Fixed diff --git a/controller/internal/web/templates/deploy.html b/controller/internal/web/templates/deploy.html index 6b20344..1380cf5 100644 --- a/controller/internal/web/templates/deploy.html +++ b/controller/internal/web/templates/deploy.html @@ -393,6 +393,61 @@