-
Notifications
You must be signed in to change notification settings - Fork 37
[MVP-Feat] Local Steam Library #1331
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
base: main
Are you sure you want to change the base?
Conversation
…s for Steam games
…client into feat/steam_runner
…client into feat/steam_runner
@@ -925,7 +926,7 @@ export type OverlayType = 'native' | 'browser' | 'mainWindow' | |||
|
|||
export interface Reward { | |||
id: number | |||
amount_per_user: number | null | |||
amount_per_user: string | null |
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.
Not related but needed to update these after updating the utils package.
@@ -330,7 +330,7 @@ interface HyperPlayAsyncIPCFunctions { | |||
updateActiveWallet: (walletId: number) => Promise<void> | |||
getExternalEligibility: (questId: number) => Promise<{ | |||
walletOrEmail: string | |||
amount: number | |||
amount: string |
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.
Also not related, but needed to update these after updating the utils package, otherwise TS was complaining.
cdb36f9
to
eafea20
Compare
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.
…client into feat/steam_runner
This is the MVP for the Steam Library on HyperPlay.
For now iit
Limitations
For the future
Screenshots
Use the following Checklist if you have changed something on the Backend or Frontend: