All checks were successful
Check / check (pull_request) Successful in 3m18s
Keep the original table-based UI with individual key/value rows, edit/delete buttons, and add form. Use Alpine.js to manage the env var list client-side. On form submit, all env vars are collected into a hidden textarea field and POSTed as a single bulk request. The server-side handler (HandleEnvVarSave) atomically replaces all env vars: DELETE all existing + INSERT the full submitted set. This combines the fix for issue #156 (env var 404) with the monolithic list approach from issue #163. closes #156 closes #163
25 KiB
25 KiB