microbiomedata / nmdc-server

Data portal client and server for NMDC.
https://data.microbiomedata.org
Other
9 stars 0 forks source link

Show save progress #1269

Closed marySalvi closed 3 weeks ago

marySalvi commented 1 month ago

closes https://github.com/microbiomedata/user_research/issues/18

This adds a beforeChangeHook the fires when a user enters new data, initiating a spinning progress component. When a 200 is returned from the patch a green check mark appears with text indicating successful save. If the patch does not return a 200 a red 'x' is shown with corresponding text.