Commit 12281af
authored
Change UI around blockly (#119)
* Add a tabs component and sample menu and tabs
* Add a tabs component and sample menu and tabs
* Updated npm packages
* Add in Logo
* Change to simply say Code
* style
* Move Menu to own component
* remove footer
* Adding manage
* Only search current project
* only search current project
* Header now shows project and tabs update correctly
* add find module in project
* Make it so you can change tabs from menu
* add a tab back if it is selected but has been closed
* Major work to add the add tab dialog
* remove warnings
* cleanup
* preserve order, force re-rendering when newly shown
* Add button label
* reformatted
* Remove unnecessary from ModuleNameComponent
* removed unused
* removed comment no longer needed
* rename is functional
* Fix problem with project not updating
* Copy working
* Fixed problem with delete
* First pass at manage...
* Cleanup
* Separate File and Project management
* Add Select, cleanup
* Change to show class name for Project
* Make it so you can't delete all of them
* get rid of unused files
* remove some warnings
* Asked Copilot to change to follow Google coding guidelines
* add disabled option to menu
* Fix some loopholes where project wasn't being updated
* Add about dialog1 parent f6de4aa commit 12281af
File tree
27 files changed
+30741
-4166
lines changed- oss-attribution
- public
- locales/en
- src
- reactComponents
- storage
27 files changed
+30741
-4166
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 | | |
0 commit comments