fix: pass notification settings from create form to service #160

Merged
sneak merged 1 commits from fix/issue-157-notification-settings into main 2026-03-10 01:01:33 +01:00

1 Commits

Author SHA1 Message Date
clawbot
fd836b9210 fix: pass notification settings from create form to service
All checks were successful
Check / check (pull_request) Successful in 3m40s
HandleAppCreate was not reading docker_network, ntfy_topic, or
slack_webhook form values, so these fields were silently dropped
during app creation. The app_new.html template had the form fields,
and CreateAppInput/CreateApp already supported these fields, but the
handler never passed them through.

Also adds these values to the template re-render data so they are
preserved if a validation error occurs during creation.
2026-03-06 03:41:36 -08:00