GerevAI / gerev

🧠 AI-powered enterprise search engine 🔎
https://app.klu.so/signup?utm_source=github_gerevai
MIT License
2.71k stars 178 forks source link

Add UI functionality to delete data sources #34

Closed Roey7 closed 1 year ago

Roey7 commented 1 year ago

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.

NathanCrotty commented 1 year ago

I think I can handle this.

NathanCrotty commented 1 year ago

Pull request for this issue