Team-Celsius / Halfsies

A mobile app that uses Google Cloud Vision AI OCR to itemize receipts for easy splitting. | React Native + Expo + Google Cloud Vision + Firebase
https://halfsies.onrender.com/
0 stars 1 forks source link

Scrollable Item Menu #31

Open sking11 opened 1 year ago

sking11 commented 1 year ago

AssignItems.js Line 194 function SwipeableScrollableMenu

  1. the menu auto scrolls to the top on a re-render when you delete an item, ideally I would like it to stay in place.

  2. if you swipe open an item to delete it, but don't tap delete, and then swipe open another item, they both stay open. This is probably a matter of style preference but do we want the first one to auto close when you open the second?

justintricate commented 1 year ago

I've swung at the first bug for a while today with no success.

The second issue appears to be resolved, however.

Jasonp1992 commented 1 year ago

for the second one it looks like all the items except for the first one will auto close if you swipe it but for some reason that first one wont. i started looking into it but havent come up with a fix yet

sking11 commented 1 year ago

Okay we can just be mindful of it when we do our video, no need to waste time anymore on it at the moment