-
Notifications
You must be signed in to change notification settings - Fork 44
Save button #1117
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
base: master
Are you sure you want to change the base?
Save button #1117
Conversation
…hich import from /WorkoutRoutines/widgets/saveButton
hey! Adding some feedback is definitely a good idea. My first impression is that making the button red is a bit "too much". How about we simply disable the button while the query is running, show the ✅ afterwards and then remove that after a timeout. If there are any errors we can use the |
keep the same color of save button.
Hi, thank you for your reply.
|
# Conflicts: # src/components/WorkoutRoutines/widgets/forms/RoutineForm.tsx
yeah, which is something we don't do as much as we should. Do you want to give this idea a try? |
Proposed Changes
Related Issue(s)
#1114
The new save button will briefly show save ❌ if it fails or save ✅ if it succeeds, then switch back to the normal "Save" button.
If you think it is a good idea, I can do in other page as well.