-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Dashboard save fail indication #3715
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice, I was actually annoyed by the fact that there was an unreachable primary button when it was saving, one last suggestion to it:
When dashboard is in saving state and users clicks the button - it changes to loading+disabled
till save completes.
Shouldn't it auto close edit mode when save completes with success? (It was actually the behavior I expected when testing it 😅)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh mannnnnn.. I've been working on the dashboard too long
😂 at least imo this one flows nicely now
What type of PR is this?
Description
Since dashboard auto-save #3653, in case of a failed save, there is a notification but it still says "Saved" at the top as @gabrieldutra rightfully indicated.
This PR adds another boolean flag
saveDelay
to differentiate 3 states: Saved, Saving, Error.Mobile & Desktop Screenshots/Recordings (if there are UI changes)
In this recording I block my server url (with developer tools), get error and then turn back on, to demonstrate the flow.