1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
budibase/packages/builder
Michael Shanks da7339035f
Builder saves backend and front end seperately (#88)
* refactoring server for screens & page layout restructure

* Disable API calls, UI placeholders.

* buildPropsHierarchy is gone & screen has url

* Recent changes.

* router

* router

* updated git-ignore to reinclude server/utilities/builder

* modified cli - budi new create new file structure

* Fix uuid import.

* prettier fixes

* prettier fixes

* prettier fixes

* page/screen restructure.. broken tests

* all tests passing at last

* screen routing tests

* Working screen editor and preview.

* Render page previews to the screen.

* Key input lists to ensure new array references when updating styles.

* Ensure the iframe html and body fills the container.

* Save screens via the API.

* Get all save APIs almost working.

* Write pages.json to disk.

* Use correct API endpoint for saving styles.

* Differentiate between saving properties of screens and pages.

* Add required fields to default pages layouts.

* Add _css default property to newly created screens.

* Add default code property.

* page layout / screens - app output

* backend and fronend save seperately

Co-authored-by: pngwn <pnda007@gmail.com>
2020-02-10 21:35:51 +00:00
..
.vscode Update gitignored files. 2020-01-24 14:51:28 +00:00
build running prettier over codebase, removing merge files 2020-02-03 09:24:25 +00:00
src Builder saves backend and front end seperately (#88) 2020-02-10 21:35:51 +00:00
tests Page Layout & Screen restructure (#87) 2020-02-10 15:51:09 +00:00
.gitignore moving builder into web... 2019-07-13 10:35:57 +01:00
babel.config.js running prettier over codebase, removing merge files 2020-02-03 09:24:25 +00: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 #24 - Control Flow (#79) 2020-01-31 23:11:50 +00:00
README.md moving builder into web... 2019-07-13 10:35:57 +01:00
rollup.config.js running prettier over codebase, removing merge files 2020-02-03 09:24:25 +00:00

Get Started

npm install

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