saving modified test overwrites archived test.
Opened this issue · 1 comments
Not sure if this is expected, but I visited perf.link today, then I opened a test from my Archive, modified it, changed the title, and when I saved it, the test that I had "forked" from was no longer in the Archive, only the new test with the new title was in the archive (seems to have taken its place).
I was hoping to keep the other test in the Archive.
Sidenote, it'd be neat to be able to log in and save tests to a profile! :)
Hey man 👋 yeh this is my bad! It really isn't very clear what is happening with the saves and archive. I was trying to fit all that functionality into too little amout of UI.
So in short, a save icon is shown if the test doesn't exist in localcStorage (the archive), if there is an entry for the test in the archive then the fork button is displayed. Clicking the save icon creates a new entry in the archive and clicking fork copies an old entry. Edits to any test are live (like, it will autosave for you).
In your case what you probably wanted to do was, go to your archive, pick an old test, fork it then modify it.
Hope that helps. I'm open to suggestions and improvements here, including being able to login and save tests!