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
Make tabs stateful. I.e., if you navigate away from a tab and come back you should come back to the state in which you left the tab. Clicking on the tab again should reset the tab state.
#681
If the user goes into a tab and clicks around (example: opens the product page from history tab), he is still in that tab, just browsing
Tabs are sticky, so lets say a user is on the "Product page" from the "History tab", he clicks on "Preferences tab", then clicks back on the "History tab", he will land on the "Product page" he was recently viewing, rather than on the "history page". Tapping again on the History tab will take the user to the "History page". This behavior is akin to a few other apps like Gmail/parts of GMaps etc.
When the user opens the app, the first tab displayed to the user is always the Scan page.
The text was updated successfully, but these errors were encountered:
* feat: first working stateful tab
* feat: enum instead of String
* Update tab_navigator.dart
* feat: Working camera disable for other tabs
* fix: #640 stop camera when navigating further in the stack
* doc + null safety
* fix: activating scanner when rebuilding from ground up
* Updated goldens
The navbar got removed from the images because it is now not directly added by the pages anymore
* doc:
* Minor changes
* fix: Updating product with multiple navigators
* Minor fixes
* Simplification
* Simplification
* Simplification
* Update main.dart
* Update product_list_page.dart
Co-authored-by: monsieurtanuki <[email protected]>
cf. #679 (comment) by @jasmeet0817:
The text was updated successfully, but these errors were encountered: