code-tofu / project_Pokemart

0 stars 0 forks source link

Deleting Items from Cart does not reload component to display changes #14

Closed code-tofu closed 1 year ago

code-tofu commented 1 year ago

Page does not refresh upon delete, need to manually refresh to reflect changes

code-tofu commented 1 year ago

When I click the trash bin, it turns red but there’s nothing else that happens. Only when I click on sth else then it refreshes and I see that I have cleared it from my cart. Might be good to have a pop up confirming if ppl want to delete all 3 items or change the quantity! image

code-tofu commented 1 year ago

Implemented trigger for delete event. Converted to Observable Async instead of Promise image image