You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to nuke this from orbit if you don't care, this is my first time doing this and just thought it would be a nice quality of life thing for users.
The v2 version of the tracker API actually provides video URL and could result in a better experience for the jumpToYoutube stuff potentially. Here is an example URL for getting an events runs by event Id (https://tracker.gamesdonequick.com/tracker/api/v2/events/47/runs/) results[].video_links[].url where the link_type is "youtube".
If I find time to familiarize myself with the dev environment requirements and vue, I'll try to contribute, but thought I'd mention it if I don't find the time.
Very nice! I actually only realized v2 was a thing a few days back and wanted to implement it just to be up-to-date. Wasn't aware they're now integrating YouTube better, this is absolutely something worth integrating! (Also don't downplay yourself, any suggestion is welcome!)
Check out the README to get started. As long as you got Chrome and nvm on your machine, you should be able to work on it; no need for Android Studio or anything.
I can't guarantee when I'm gonna integrate it, but I'm more than happy to give a PR a review, if you decide to give it a shot!
Feel free to nuke this from orbit if you don't care, this is my first time doing this and just thought it would be a nice quality of life thing for users.
The v2 version of the tracker API actually provides video URL and could result in a better experience for the jumpToYoutube stuff potentially. Here is an example URL for getting an events runs by event Id (https://tracker.gamesdonequick.com/tracker/api/v2/events/47/runs/) results[].video_links[].url where the link_type is "youtube".
If I find time to familiarize myself with the dev environment requirements and vue, I'll try to contribute, but thought I'd mention it if I don't find the time.
gdqreminder-mobile/src/components/GDQMain.vue
Lines 85 to 100 in 1950021
The text was updated successfully, but these errors were encountered: