1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/builder
pngwn 7e16e23803 48 builder frontend 2 (#70)
* Implement collapsing component hierarchy.

* Save screen when adding new components.

* Allow creation of nested child components.

* Fix level-based indentation of hierarchy.

* Rename updateComponentProps to setComponentProps

* Save layout information to the disk.

* Cleanup: switch to autosubscriptions to prevent memory leaks, remove unused imports.

* Remove unused css.

* Fix incorrect subscription.
2020-01-28 21:17:04 +00:00
..
.vscode Update gitignored files. 2020-01-24 14:51:28 +00:00
build builder now being served by server 2019-07-15 06:59:46 +01:00
src 48 builder frontend 2 (#70) 2020-01-28 21:17:04 +00:00
tests Remove unused validateProps module and tests 2020-01-24 16:39:25 +00:00
.gitignore moving builder into web... 2019-07-13 10:35:57 +01:00
babel.config.js builder ui changes - UI builder in progress 2019-08-07 09:03:49 +01:00
CONTRIBUTING.md moving builder into web... 2019-07-13 10:35:57 +01:00
LICENSE.md moving builder into web... 2019-07-13 10:35:57 +01:00
package.json v0.0.16 2020-01-23 11:38:11 +00:00
README.md moving builder into web... 2019-07-13 10:35:57 +01:00
rollup.config.js build process improvements and gitignore 2020-01-24 16:31:53 +00:00

Get Started

npm install

Webpack dev server (port 8080): npm run dev Build npm run build