sourabhkumar47 / ResQFood

ResQFood is a platform dedicated to the noble cause of reducing food wastage by facilitating the redistribution of surplus food during late-night hours before restaurant closures. Our mission is to ensure that excess inventory finds a purposeful destination rather than ending up in landfills, contributing to a more sustainable and compassionate foo
MIT License
19 stars 38 forks source link

💡Navigation and UI enhancement #95

Closed HemangMishra1234 closed 1 month ago

HemangMishra1234 commented 1 month ago

Using new type safe compose navigation. In our app, it might be required that user needs to send data from one screen to another. In these cases, type safety navigation plays a crucial role in the user journey. Fix the coroutine cancellation bug. Report minor bugs in the UI itself using supporting text for textfields, instead of using toast messages. Login code improvement by shifting code to viewmodel and controlled ui through viewmodel itself.