You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/05/19 17:28:12 UTC

[GitHub] [couchdb-fauxton] Antonio-Maranhao opened a new pull request #1280: Updates the UX when saving a document

Antonio-Maranhao opened a new pull request #1280:
URL: https://github.com/apache/couchdb-fauxton/pull/1280


   ## Overview
   
   Currently Fauxton displays a 'Saving document' notification which lingers after the is completed, but there's no confirmation the document was saved.
   
   With this PR, that notification is no longer displayed. Instead the code editor are disabled while the operation is in progress, and an error/success notification is displayed after the operation completes.
   
   ### BEFORE
   ![image](https://user-images.githubusercontent.com/30349380/82358151-1acd4c80-99d4-11ea-8ec1-8bfceeae03de.png)
   
   
   ### AFTER
   Saving...
   ![image](https://user-images.githubusercontent.com/30349380/82357522-413eb800-99d3-11ea-8afe-533aa89a1d67.png)
   Saving completed
   ![image](https://user-images.githubusercontent.com/30349380/82357876-b7431f00-99d3-11ea-8ce5-7792b7b658aa.png)
   
   
   ## Testing recommendations
   
   Save a document to see the new behavior. You can use Devtools on the browser to slow down the network connections, otherwise the operation is usually too fast. 
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the correct tag once a new Fauxton release is made
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-fauxton] Antonio-Maranhao merged pull request #1280: Updates the UX when saving a document

Posted by GitBox <gi...@apache.org>.
Antonio-Maranhao merged pull request #1280:
URL: https://github.com/apache/couchdb-fauxton/pull/1280


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org