Closed omar2205 closed 1 year ago
Update the create list form to use "Progressive enhancement"
It stops the page reload, and when the form submission is successful it doesn't refresh; it just redirects.
ref: https://kit.svelte.dev/docs/form-actions#progressive-enhancement-use-enhance
N/A
We might even be able to get rid of if (browser) {} check. (Didn't test)
if (browser) {}
Update the create list form to use "Progressive enhancement"
It stops the page reload, and when the form submission is successful it doesn't refresh; it just redirects.
ref: https://kit.svelte.dev/docs/form-actions#progressive-enhancement-use-enhance
What type of Pull Request is this?
What is the current behavior?
What is the new behavior?
Other information
N/A