You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new parameters when starting transactions: Initial SoC, departure SoC and departure time. Parameters availability will vary depending on connector type and whether a car connector is provided or not.
Improvements
Improved searchbar queries by using debouncing (delay queries to avoid querying for every character)
Sidebar menu is now accessible from every menu entry. Refactored navigation code to avoid defining menu entries as both Navigation Screens and entries of the drawer custom component.
Refactored screens with forms: Login, SignUp, Retrieve Password, Reset Password and Report Error. Fixed all forms by using react-native-keyboard-aware-scrollview. Now screen content will always be visible above keyboard.