emoncms / device

Emoncms device module
GNU Affero General Public License v3.0
2 stars 17 forks source link

allowed device dialoge to delete multiple inputs via async request #44

Closed emrysr closed 4 years ago

emrysr commented 5 years ago

fix #43

emrysr commented 5 years ago

the changes in https://github.com/emoncms/emoncms/pull/1360 still work without these changes, however the list doesn't update correctly until the next update cycle and is shown to the user (max 5s)

the changes in this pull request wait for the ajax to complete before updating the list and hiding the overlay so that the user doesn't see the "old" list when the overlay closes

emrysr commented 5 years ago

[screenshot of delete device confirmation overlay] delwedd