Get and display world record from speedrun.com #24
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New global setting to toggle display of world record
Display record in the run footer
Add the world record info from speedrun.com per run/save file
Dialog for easy searching and selection from the speedrun.com api
This looks great! 👍 Thanks for the contribution.
I'll review it a bit more either later today or tomorrow before merging it, and will package it up as a new release (v1.5.5) if I don't run into any issues.
If you encounter any issues or problems, feel free to give me some feedback and i will try to fix them.
Four months late! :'( I'm very sorry! Thanks for your efforts with this, it looks great to me. I'll package up a new release with this right now.
Hrmm, actually I'll hold off on packaging a new release for now. I just ran into some issues with the search appearing to freeze (searching for "zelda" but any other search results in the same behaviour... which is strange as it worked fine for me 20 minutes ago... maybe network related, will investigate more shortly).
EDIT: Nevermind, an error dialog was popping up saying "Could not connect to speedrun.com" (via
showError()
), but for some reason it was popping up behind the "World Record selection" dialog, so I never saw it and just assumed the app had frozen while waiting for a network response or similar. Anyway, I'll see about tweaking the error dialog so it doesn't show up behind like this.