Skip to content
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

feat: basic block factory implementation #1995

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
dce4771
feat: initial commit for developer tools
maribethb Sep 14, 2023
062f485
feat: add base and input blocks
maribethb Sep 15, 2023
012e601
chore: add license headers
maribethb Sep 15, 2023
00a0ec6
feat: add preview of block with tooltip and helpurl
maribethb Sep 18, 2023
c7de7ec
feat: convert input type blocks to one block with dropdown
maribethb Sep 18, 2023
e8b69fe
feat: json output for input block
maribethb Sep 18, 2023
1a11790
feat: disable orphans on main ws
maribethb Sep 18, 2023
5ee3ca1
feat: add type blocks
maribethb Sep 19, 2023
fb2ba1e
feat: use json stringify instead of manual string construction
maribethb Sep 19, 2023
7e599be
feat: type input in certain inputs only
maribethb Sep 19, 2023
3877b41
feat: dynamic tooltips for types and inputs
maribethb Sep 19, 2023
1b51e07
chore: add missing license files
maribethb Sep 19, 2023
8072c24
feat: add other type blocks to toolbox
maribethb Sep 19, 2023
d9db80e
feat: add input, number, dropdown fields
maribethb Sep 20, 2023
6cd7525
feat: save the current block to local storage
maribethb Sep 20, 2023
25b698c
feat: add label field
maribethb Sep 20, 2023
270220a
feat: add remaining core fields
maribethb Sep 20, 2023
d959bf7
feat: handle colour, alignment, connections
maribethb Sep 20, 2023
12dc6ae
feat: improve css and make responsive
maribethb Sep 21, 2023
f20601c
chore: update prettierignore to allow formatting devtools
maribethb Jan 4, 2024
189f831
chore: format
maribethb Jan 4, 2024
18bcecc
fix: use blockly/core imports
maribethb Jan 4, 2024
5317df4
fix: flip rtl in image field
maribethb Jan 4, 2024
6b7cc02
fix: updates to input name check
maribethb Jan 5, 2024
47c148e
chore: add todo for v11
maribethb Jan 5, 2024
e765fc1
fix: use setShadowState instead of setShadow
maribethb Jan 5, 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
15 changes: 15 additions & 0 deletions examples/developer-tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 🚀 Welcome to your new awesome project!

This project has been created using **webpack-cli**, you can now run

```
npm run build
```

or

```
yarn build
```

to bundle your application
Loading