-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(Nitro Type): update presence #8997
base: main
Are you sure you want to change the base?
Conversation
ugh messed up a commit one moment |
This reverts commit 31ab6d1.
Signed-off-by: joerkig <[email protected]>
Okay to review now |
Actually if you give a bit I'll more thoroughly add #8632 |
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.
For the rest LGTM
!selectedShop.classList.contains("season_shop") | ||
? (presenceData.state = selectedShop | ||
.querySelector("img") | ||
.alt.replace("Level 1", "Loh's Cars") | ||
.replace("Level 2", "Midtown Motors") | ||
.replace("Level 3", "Hai Auto")) | ||
: (presenceData.state = "Season Shop"); |
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.
make things like this a normal if case, would be easier to read.
Description
Updated various parts of the activity due to site changes
Added showing users selected car
Resolves #8632
Acknowledgements
yarn format
Screenshots
Proof showing the creation/modification is working as expected