-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dismiss the edit datapoint dialog after making a change (#445)
Previously after updating or deleting a data point the dialog would just stay on the screen, until the user manually dismissed it. This was in part because otherwise after dismissing it would look like the user's change hadn't applied. The situation is better now because we show the lemniscate while there are pending goal updates. Update the behavior to refresh goals after making a change, and then after the initial request (though likely with queuing) we will dismiss the dialog. Testing: Updated a data point and observed the goal refreshed and the dialog hid Same for deleting a data point
- Loading branch information
1 parent
3211c21
commit 730cdaf
Showing
2 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters