gerev icon indicating copy to clipboard operation
gerev copied to clipboard

Add UI functionality to delete data sources

Open Roey7 opened this issue 2 years ago • 1 comments

Add a pencil icon on top right of Data Source Screen, on click, it should turn on edit mode. On edit mode, connected data sources should have a " - " button instead of a " + ". When hovering the "minus" button on a connected data source on edit mode, it should be red or something. On click, call a function that makes an "axios.post" to delete integration with its name. In backend, add an empty endpoint that just returns 200 OK. Show a toast on success.

Roey7 avatar Mar 21 '23 17:03 Roey7

I think I can handle this.

NathanCrotty avatar Mar 21 '23 17:03 NathanCrotty