-
Notifications
You must be signed in to change notification settings - Fork 2
[WIP - DO NOT MERGE] Handle opening project from microbit.org #386
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
Conversation
"code-download-error": { | ||
"defaultMessage": "Error downloading the target code", | ||
"description": "Title for error message relating to project loading" | ||
}, |
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.
One string added. Do not merge till strings clean up is merged
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.
I've now merged that
const { activitiesBaseUrl } = useDeployment(); | ||
const resource = useMicrobitResourceSearchParams(); | ||
const loadProject = useStore((s) => s.loadProject); | ||
console.log("resource", resource); |
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.
To remove
resource, | ||
intl | ||
); | ||
console.log("code", code); |
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.
To remove
src/pages/HomePage.tsx
Outdated
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.
Revert changes in HomePage
Renamed branch to not have upper case letters so that preview link works |
Uh oh!
There was an error while loading. Please reload this page.