1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00
budibase/packages/builder
pngwn aa4c7fa1c1
48 builder frontend 2 (#76)
* Implement collapsing component hierarchy.

* Save screen when adding new components.

* Allow creation of nested child components.

* Rename updateComponentProps to setComponentProps

* Compile layout and position properties to css strings.

* Correct ordering errors.

* Compile the css for an entire screen.

* Add unique id for each component.

* Ignore _id props.

* Update client to add correct class names to component elements.

* Add grid-template fields to layout styling panel.

* Inject css into iframe. Minor tweaks.

* Fix unset margins.

* Update failing tests.
2020-01-31 16:01:58 +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 (#76) 2020-01-31 16:01:58 +00:00
tests 48 builder frontend 2 (#76) 2020-01-31 16:01:58 +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 48 builder frontend 2 (#76) 2020-01-31 16:01:58 +00:00
README.md moving builder into web... 2019-07-13 10:35:57 +01:00
rollup.config.js 48 builder frontend 2 (#76) 2020-01-31 16:01:58 +00:00

Get Started

npm install

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