1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
Commit graph

14 commits

Author SHA1 Message Date
Martin McKeaveney
8b64c64bab removed generators, added simple presets to standard components 2020-02-18 20:35:43 +00:00
Michael Shanks
f7bea46f01
Page Layout & Screen restructure (#87)
* 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

Co-authored-by: pngwn <pnda007@gmail.com>
2020-02-10 15:51:09 +00:00
Martin McKeaveney
34d56e960f include svelte files in prettier 2020-02-03 09:50:30 +00:00
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
pngwn
2a4cfa278b Implement updating of individual component props 2020-01-24 14:51:29 +00:00
pngwn
dba1bfce35 Tweaks to component snippet editor. 2020-01-24 14:51:29 +00:00
Michael Shanks
06abf050b6 introduced 'container' to component definition 2020-01-20 21:57:27 +00:00
Michael Shanks
eac855bb71 #48 restructure. Screens in, user components out. _children static concept 2020-01-17 23:06:42 +00:00
Michael Shanks
aee554383c few bug fixes 2019-10-10 10:41:31 +01:00
Michael Shanks
b4f7ccbbba generators.. 2019-10-07 06:03:41 +01:00
michael shanks
0d7d9f471e Edit component pane improvements 2019-08-16 15:48:45 +01:00
michael shanks
3bcef7f668 component inheritance working 2019-08-15 08:49:15 +01:00
michael shanks
fb9f4f6158 backup 2019-08-14 22:11:59 +01:00
michael shanks
21224b119b builder ui changes - UI builder in progress 2019-08-07 09:03:49 +01:00