Skip to content

[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

Closed
wants to merge 5 commits into from

Conversation

microbit-grace
Copy link

@microbit-grace microbit-grace commented Oct 14, 2024

  • Remove debug logging

Copy link

github-actions bot commented Oct 14, 2024

Comment on lines +74 to +77
"code-download-error": {
"defaultMessage": "Error downloading the target code",
"description": "Title for error message relating to project loading"
},
Copy link
Author

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

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);
Copy link
Author

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);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To remove

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert changes in HomePage

@microbit-grace microbit-grace deleted the open-in-createAI branch October 15, 2024 09:35
@microbit-grace
Copy link
Author

microbit-grace commented Oct 15, 2024

Renamed branch to not have upper case letters so that preview link works
Continued in #388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants