1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00
Commit graph

16 commits

Author SHA1 Message Date
Michael Shanks
c7cbe6ca8b
#24 - Control Flow (#79)
* removed binding references to array type

* refactored initialiseChildren into seperate file

* render function, with code blocks - tested simple cases

* few mores tests for control flow

* md components - getting TestApp to work

* new render wrapper - bug fix

* client: providing access to component root elements

* code editor working

* code editor improvements
2020-01-31 23:11:50 +00:00
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
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
1a4aa7ddf1 Modify component preview to match new component library loader API. 2020-01-24 15:20:20 +00:00
pngwn
2a4cfa278b Implement updating of individual component props 2020-01-24 14:51:29 +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
a7ecea82ac fixes for getting started... 2019-11-09 08:14:10 +00:00
Michael Shanks
75f4c6dd68 backup before an f-up 2019-10-18 17:32:03 +01:00
Michael Shanks
b4f7ccbbba generators.. 2019-10-07 06:03:41 +01:00
Michael Shanks
e283e971ec lots of bugfixes and component changes 2019-10-03 06:12:13 +01:00
Michael Shanks
2e6a34c687 state binding working 2019-09-22 05:02:33 +01:00
michael shanks
b715b2a842 array component 2019-09-03 10:42:19 +01:00
michael shanks
ea3e847290 working on standard component 2019-08-27 07:32:56 +01:00
michael shanks
ef0b1a102e bug when saving components 2019-08-22 07:57:56 +01:00
michael shanks
5f0d8ce638 component preview with stylesheeets 2019-08-20 08:24:07 +01:00
michael shanks
573f274f89 component preview sort of working 2019-08-19 21:18:23 +01:00