Downloading splits from the Leaderboard should act as new splits #362
Labels
bug
There's a bug in LiveSplit One.
suitable for contributions
An issue that is suitable to tackle for someone new to the repository.
UI
The issue is about the user interface.
If you download splits from the leaderboard in the Run Editor, it'll override the run that is getting modified by the run editor. However if you save that, there's two possible suboptimal behaviors:
If you edited the splits that you had open in your timer, it'll correctly replace the splits in the timer. However it will not reset your splits key. So the splits will still be associated to your splits and those will be overridden once you save. The downloaded splits should be regarded as fresh splits (splits key == undefined).
If you edit splits in your database and exit the run editor with the downloaded splits, then the splits in the database will be overridden, which you likely didn't intend to do. We should create a new entry in the database.
The text was updated successfully, but these errors were encountered: