mikaelacaron / Basic-Car-Maintenance

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!

Home Page:https://mikaelacaron.github.io/Basic-Car-Maintenance/documentation/basic_car_maintenance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEATURE - Save Last Opened Tab

mikaelacaron opened this issue · comments

Describe the feature you want the app to have that it currently doesn't

  • Open the same tab that the user had open when they closed the app
    • If the user was on the Settings tab when they closed / backgrounded the app, when the app opens again, it should open back to the Settings tab, rather than the default tab
  • Track this by using user defaults (AppStorage), with the key lastTabOpen

Describe alternatives you've considered

  • N/A

Additional context

  • N/A

I'd like to give this a shot.

Closed with #115