ash-bergs / pantry-pal

Keep track of your shopping list and pantry stock
0 stars 0 forks source link

fix: use crypto api to generate uuid string ids #42

Closed ash-bergs closed 1 month ago

ash-bergs commented 1 month ago

Testing

  1. npm run build
  2. npm run dev
  3. Clear site cache if needed
  4. Add a list
  5. Click the list
  6. Add an item to the list
  7. Toggle purchase status
  8. Remove the item
  9. Everything should work as before
ash-bergs commented 1 month ago

Still need to go through and test/check the form files (where we are adding), and the filtering logic (optionsModal logic) to see if this change requires some changes there.

This could be a good time to throw in some testing - but I noted elsewhere that I think I would probably be better off turning this into a learning opportunity for React Native 🧐