-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/achievements #606
Feat/achievements #606
Conversation
…ng/hyperplay-desktop-client into feat/achievements
src/frontend/components/UI/Sidebar/components/SidebarLinks/index.tsx
Outdated
Show resolved
Hide resolved
@red-game-dev just to clarify also. this is what happens when the requests fail to get achievements so it is not without error handling |
Oh awesome! Thats good, will continue the review & tests While at it, how to obtain an achievo API key ? |
I also noticed an issue on the first render of the achievements page after setting steam id. I believe this is at least partially caused by this issue #681 as on subsequent launches without this error, it does not occur |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
geeez that AchievementState
is a beast 😮💨
great work ser I only have one minor comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing else to say other than, wonderful work! Epic work man! 🙌
|
these are fixed now @nyghtstalker Just needed to clear the cache on steam id set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All fixed! Ship it!
Steps to test
ACHIEVO_API_KEY
env var withexport ACHIEVO_API_KEY=...
SHOW_ACHIEVEMENTS
env var withexport SHOW_ACHIEVEMENTS=true
Use the following Checklist if you have changed something on the Backend or Frontend: