KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
88 stars 7 forks source link

Unable to delete platform/accessory/plugin #9

Closed epheterson closed 8 years ago

epheterson commented 8 years ago

All items in the left column (save the Hub) should be removable with the Delete key.

All removal operations should prompt the user with Discard / Cancel options.

Deleting platforms/accessories would modify the config.json

Deleting plugins would npm uninstall them. When deleting plugins, the UI should present a list of accessories/platforms that will also be removed with it – ie. the UI should also perform these remove operations on the users' behalf.

KraigM commented 8 years ago

Part of that kinda goes along with #7 but yeah it needs actual removals as well

KraigM commented 8 years ago

Completed and will be in next release (0.4.0)