-
Notifications
You must be signed in to change notification settings - Fork 39
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
Bump pxt v9 #1030
Bump pxt v9 #1030
Conversation
We raise the version of pxt-core, pxt-common-packages. Field changes. Add search to pxtarget (workspaceSearch). Add missing files.
Removing a temporary fix microsoft@4017a8b
Restore common-modal-header color in add extension window.
microsoft/pxt#9605 Fix overlapping of the Microsoft brand logo and the project logo on the first boot.
Fix color editordropdown selection JS or Python. Fix alignment inside dropdown menu.
@jwunderl please see the changes. |
Lego cube logo. I drew it myself.
The size of the loader.svg file turned out to be incorrect, it needs to be redone... |
I redrawn the cube, it is completely white in illustrator, the same dimensions of 52.7x52.7 are left everywhere, but for some reason here the github displays 150x150. |
Added more options
The python language is translated from experiments.
Hide the blocklySearchArea search field on the mobile version of the site.
blocklySearchArea expanding horizontally.
Before that, it was not possible to set the icon font awesome, tick. the font has been reassigned to a different one from Lego.
For storage and automation.
Icon sizes in these fonts turned out to be different. Native icons turned out to be smaller than fontawsome. I scaled them, and reduced the overall font size for the icons in the category.
Change the extension code. Fontawesome icon added.
Changed color for storage extension to be different from automation extension.
Macros for accessing buffer and string data for storage lib.
Due to the addition of the storage makecode extension, it starts to break. Looking at the console, I understood and found how this error is solved. |
The storage-core.ts file has been cleaned up. Sorted and added default values.
I added the ability to change the separator for the CSV file, because I realized that, for example, MS Excel, depending on regional settings, could not be displayed correctly, so, in my region, a point with a comma (;) instead of a comma (,) is used in my region. The comma is used for separation in fractional numbers. |
It is possible to change the csv file separator.
This reverts commit 60118ef.
Removed padding so category button is full height. Removed the commented out css code that displays the button borders.
Removed too much margin top.
@jwunderl thank you. |
Installed the latest version of pxt-core, pxt-common-common-packages.
Fieldeditors reworked to avoid build issues. Add search to pxtarget(workspaceSearch).
Take the added file \docs\static\loader.svg from microbit so that there are no problems during assembly. Will need to be redone. But I don't quite understand where it is used.
Removed the fix of the scrolling elements of the simulator, because. it is no longer required.
Fixed the background color of the toolbar on the add extension screen.
Added a picture of the Microsoft brand logo that is displayed on first launch. A bug was fixed where the brand logo and the project logo overlapped each other due to custom styles that were written for the ev3 project logo.
I'm seeing performance issues on my end after the big jump from pxt-core. I understand that these are problems on my part in wsl ubuntu. This makes it hard to work...
There is a problem that the automation extension has disappeared from the add extension window.
The high contrast feature works (didn't work before).