Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to give better feedback on Next.js server forms when we do not navigate after submit #376

Open
japsu opened this issue Jan 21, 2024 · 1 comment

Comments

@japsu
Copy link
Contributor

japsu commented Jan 21, 2024

Single response view, dimensions form: The form autosubmits unless JavaScript is disabled. There could be some message stating changes have been saved.

Survey editor view, survey / language version settings forms: There is a SubmitButton. We stay in the same view after saving.

@Aketzu
Copy link
Contributor

Aketzu commented Jan 28, 2024

Material Design uses snackbars https://m3.material.io/components/snackbar/guidelines which can be done with https://getbootstrap.com/docs/5.3/components/toasts/

Could also be spinner next to element while data is being saved (but at least one second) https://getbootstrap.com/docs/5.3/components/spinners/

@japsu japsu changed the title In single response view, give error/success feedback when dimension values are changed Figure out how to give better feedback on Next.js server forms when we do not navigate after submit Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants