-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dump-pxt-v9 We raise the version of pxt-core, pxt-common-packages. Field changes. Add search to pxtarget (workspaceSearch). Add missing files. * Update style.less Removing a temporary fix 4017a8b * common-modal-header Restore common-modal-header color in add extension window. * blocks-or-JS-editor-toggle #1016 * fix-brend-logo-and-project-logo-overlay microsoft/pxt#9605 Fix overlapping of the Microsoft brand logo and the project logo on the first boot. * fix-color-editordropdown Fix color editordropdown selection JS or Python. Fix alignment inside dropdown menu. * Update loader.svg Lego cube logo. I drew it myself. * Update loader.svg * Update pxtarget.json Added more options * Update pxtarget.json The python language is translated from experiments. * blocklySearchArea-hide-on-mobile Hide the blocklySearchArea search field on the mobile version of the site. * blocklySearchArea-expanding-horiz blocklySearchArea expanding horizontally. * Update footer.html * blocklyTreeIcon-fontawsome-fix Before that, it was not possible to set the icon font awesome, tick. the font has been reassigned to a different one from Lego. * blocklyFlyoutLabel-fontawsome-fix * blocklyTreeIconfunctions-fontawsome * icons-update For storage and automation. * sizing-fonts-icons 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. * broadcast-extension-changes Change the extension code. Fontawesome icon added. * storage-category-properties-moved * storage-ext-update-color Changed color for storage extension to be different from automation extension. * storage-extension-fix Macros for accessing buffer and string data for storage lib. * Update storage-core.ts The storage-core.ts file has been cleaned up. Sorted and added default values. * Update storage-core.ts * csv-separator-support It is possible to change the csv file separator. * libs-pxt-update * Revert "libs-pxt-update" This reverts commit 60118ef. * brodcast-pxt-update * bump-pxt-9.1.10 * icon-properties-update * removed-margin-to-the-category-btn Removed padding so category button is full height. Removed the commented out css code that displays the button borders. * Update blockly-toolbox.less * blocklySearchArea-margin-top-zero Removed too much margin top.
- Loading branch information
Showing
26 changed files
with
252 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Brodcast | ||
|
||
The library to ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
{ | ||
"name": "broadcast", | ||
"version": "0.0.2", | ||
"description": "Broadcasting messages - beta", | ||
"files": [ | ||
"broadcast.ts" | ||
], | ||
"testFiles": [ | ||
"test.ts" | ||
], | ||
"public": true, | ||
"dependencies": { | ||
"core": "file:../core" | ||
"core": "file:../core" | ||
} | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"noImplicitAny": true, | ||
"outDir": "built", | ||
"rootDir": "." | ||
}, | ||
"exclude": ["pxt_modules/**/*test.ts"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.