Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* replaced console.log on setDoc method; gave the name to getFutureDate func * Changed setDoc to addDoc * Added ability to add item to list * change setDoc to addDoc in addItem function * update listPath to use a value from useStateWithStorage hook * cleaned up console.log and changed var names for better readability * Added edge case in input value for item name * Added edge case for daysUntilNextPurchase input selection in form * adjust listPath to use useStateWithStorage value instead of custom variable * remove extra react-router-dom import * remove default value from input in ManageList * finish filter form * deleted bug on line 44, adjusted variable names * addressed comments from pr --------- Co-authored-by: Nika Kolesnikova <[email protected]> Co-authored-by: Warren Chan <[email protected]>
- Loading branch information