dose-amigos / dose-amigos-ionic

Mobile code for Dose Amigos: Don't miss a dose with help from your amigos.
1 stars 4 forks source link

Issue #79: Added Swipe functionality and delete calls for Dose Series #91

Closed jking31cs closed 8 years ago

jking31cs commented 8 years ago

Added the abilty to swipe over dose series and call delete. This triggers a delete on that dose series, publishes the delete event, which is then subscribed by the main list, causing a reload of the series. Also did some minor UI cleanup.

jking31cs commented 8 years ago

Screen Shots:

screen shot 1 delete screen shot 2 delete

jleopold28 commented 8 years ago

I already have some similar code to this (in terms of the sliding med list items -- not the backend) .I am planning on merging this and fixing up the UI more on my PR for issue 79