Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UI functionality to delete data sources #34

Closed
Roey7 opened this issue Mar 21, 2023 · 2 comments
Closed

Add UI functionality to delete data sources #34

Roey7 opened this issue Mar 21, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Roey7
Copy link
Contributor

Roey7 commented Mar 21, 2023

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 Roey7 changed the title Add UI functionality to delete data sources. Add UI functionality to delete data sources Mar 21, 2023
@Roey7 Roey7 assigned Roey7 and unassigned Roey7 Mar 21, 2023
@NathanCrotty
Copy link
Contributor

I think I can handle this.

@Roey7 Roey7 assigned Roey7 and NathanCrotty and unassigned Roey7 Mar 21, 2023
@bary12 bary12 added the enhancement New feature or request label Mar 24, 2023
@NathanCrotty
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants