coding-blocks / DigitalOceanApp

Admin Console for Digital Ocean
GNU General Public License v3.0
56 stars 75 forks source link

Fixed Issue #17: Added Droplet Deletion #45

Closed ojasvajain closed 7 years ago

ojasvajain commented 7 years ago

I have implemented Droplet Deletion Functionality. One thing I want to mention is when I receive the response code on deleting the droplet, and if I immediately refresh the list of Droplets in DropletActivity using DropletActivity.refreshData(), I get the deleted droplet as well in the list. Therefore I am refreshing after a duration of 5 secs, in which case its working fine. Need your suggestion on whether this can handled more sophistically.
ezgif-1-4ba5a9730b

ojasvajain commented 7 years ago

Please review PR