gdgpescara / hedwig

Other
20 stars 12 forks source link

BO31 - Add a button to delete a Sponsor #196

Open gregoriopalama opened 5 months ago

gregoriopalama commented 5 months ago

The button created in #193 should be used to delete a sponsor. Upon the actual deletion, the user must be asked for confirmation. After the deletion, if the API call doesn't fire any error, a toast should be showed, saying that the sponsor has been deleted. Also, if the call gives an error, the user should be notified with a red toast.

Depends on #193 and #185.