-
Notifications
You must be signed in to change notification settings - Fork 585
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
Adding certificate preview to the rewards modal and skillmap tests #8592
Conversation
let [kind, ...value] = reward.split(":"); | ||
|
||
switch (kind) { | ||
case "certificate": |
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.
do we need to support this case? the only map that could've been using it (before this current pr changed the syntax) was our own hour of code, right?
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.
there are a few right now, i can remove this once release shenanigans are settled but best to keep it for now
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.
sounds good! lgtm otherwise
I've updated this PR to also include the necessary change for microsoft/pxt-arcade#4320 @shakao @livcheerful please take a look at the most recent commit |
…8592) * Adding certificate preview to the rewards modal and skillmap tests * Fix lint and remove extra css * Add the ability to specify a name for the badge
* Adding certificate preview to the rewards modal and skillmap tests (#8592) * Adding certificate preview to the rewards modal and skillmap tests * Fix lint and remove extra css * Add the ability to specify a name for the badge * Make loading start earlier and add locked badges (#8600) * Make loading start earlier and add locked badges * pr feedback * Fix the tilemap wall cursor (#8601)
More design changes from @soniakandah