yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

feat: Ask user if they'd like to resume last session #106

Closed dacoaster closed 6 months ago

dacoaster commented 9 months ago

Currently the app automatically resumes where you left off last. This should be an option with a dialog prompting whether the user would like to resume or start fresh.

dacoaster commented 7 months ago

@isntlazy - Did you ever implement this?

isntlazy commented 7 months ago

yes, just rechecked on main, it looks like this:

image

After session start just exit the app and then reopen it again, you should see this modal

dacoaster commented 7 months ago

@isntlazy - Can we change it to say the inverse "Do you want to continue your last session?"

isntlazy commented 7 months ago

@isntlazy - Can we change it to say the inverse "Do you want to continue your last session?"

sure, will do that

isntlazy commented 7 months ago

@dacoaster created PR with this change