Skip to content

Handle opening project from microbit.org (first cut for testing) #388

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

Merged
merged 25 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9f4cc04
WIP locally working open in createAI flow
microbit-grace Oct 14, 2024
c6a0097
Add import page
microbit-grace Oct 14, 2024
089aa45
Remove not needed commented out block
microbit-grace Oct 14, 2024
a7c3c9f
Remove activitiesBaseUrl
microbit-grace Oct 15, 2024
8d72fb1
Merge branch 'main' of https://github.com/microbit-foundation/ml-trai…
microbit-grace Oct 15, 2024
f80fb61
Revert Homepage.tsx
microbit-grace Oct 15, 2024
8bbdc60
Fix merge
microbit-grace Oct 15, 2024
34160b0
Temp activitiesBaseUrl
microbit-grace Oct 15, 2024
0ab41d4
Hardcode activitiesBaseUrl
microbit-grace Oct 15, 2024
f3b0fd6
Remove debug logging
microbit-grace Oct 15, 2024
f0370fe
Temp hardcoding for local testing
microbit-grace Oct 15, 2024
d94db35
Change hardcoded url to preview url
microbit-grace Oct 15, 2024
2ba8c6b
Use deployment activitiesBaseUrl
microbit-grace Oct 15, 2024
6c3960f
Update ml-trainer-microbit version
microbit-grace Oct 15, 2024
33152af
Updated testing-library/react lib
microbit-grace Oct 15, 2024
fa5dca4
Add loadProject store test
microbit-grace Oct 15, 2024
92dc85a
Revert "Updated testing-library/react lib"
microbit-grace Oct 16, 2024
f1e1577
Revert "Add loadProject store test"
microbit-grace Oct 16, 2024
c44bb77
Tweak copy
microbit-matt-hillsdon Oct 16, 2024
a2833ab
Tweaks
microbit-matt-hillsdon Oct 16, 2024
7fa21b2
Add timestamp on loading a project
microbit-matt-hillsdon Oct 16, 2024
628faf2
Comment
microbit-matt-hillsdon Oct 16, 2024
0c2d83e
Merge branch 'main' into open-in-createai
microbit-matt-hillsdon Oct 16, 2024
b7f5b13
Share code to get gestures; loadProject as a new session
microbit-matt-hillsdon Oct 16, 2024
04c8ef9
Lint
microbit-matt-hillsdon Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 23 additions & 203 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@formatjs/cli": "^6.2.7",
"@playwright/test": "^1.42.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.0.0",
"@types/d3": "^7.4.1",
"@types/ejs": "^3.1.5",
Expand Down