1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
Commit graph

143 commits

Author SHA1 Message Date
Martin McKeaveney
fa95ba2d79 moving code from main store to backend file 2020-03-16 18:54:48 +00:00
Martin McKeaveney
8cb49fb27e UI structure 2020-03-12 14:23:49 +00:00
Martin McKeaveney
d905677faf iterate over package app instances 2020-03-12 14:23:49 +00:00
Martin McKeaveney
c777e2ff03 new backend beginnings 2020-03-12 14:23:49 +00:00
Michael Shanks
64ca63926f bugfixes... incorrect routing from builder to instances 2020-03-11 16:42:19 +00:00
Martin McKeaveney
0a81d5b6df remove commented code 2020-03-07 23:52:47 +00:00
Martin McKeaveney
660872abc0 icons instead of text 2020-03-06 17:00:54 +00:00
Martin McKeaveney
573f837c4f logrocket analytics 2020-03-04 16:47:47 +00:00
Michael Shanks
6ff54434ab bugfix: css not applied after template component added 2020-03-04 12:43:02 +00:00
Michael Shanks
8546fd6da9 bugfix: create screen > components not displayed 2020-03-04 12:13:50 +00:00
Martin McKeaveney
97a72ed966 more UI tidy up 2020-02-26 18:16:31 +00:00
pngwn
2d1dc5bdb3 Rename detailProp to metadataProp 2020-02-26 12:45:20 +00:00
pngwn
862a32af9b Make page and screen props editable. 2020-02-26 10:26:19 +00:00
Michael Shanks
4809105fc3 Merge branch 'master' of github.com:Budibase/budibase 2020-02-25 17:06:00 +00:00
Michael Shanks
36f318a847 custom code - added "route" param 2020-02-25 16:01:23 +00:00
Martin McKeaveney
7ae40de558 eslint tidy up 2020-02-25 15:46:04 +00:00
Michael Shanks
22560c475e bugfix: create new screen exception 2020-02-25 10:01:26 +00:00
Martin McKeaveney
a7998f0a6d switch prop on component selection 2020-02-24 23:23:33 +00:00
Michael Shanks
d1a48ec3a6 bugfix: custom code not getting attached poperly 2020-02-24 14:56:11 +00:00
Michael Shanks
264eb6da5a bugfix - css not sent for all screens 2020-02-24 11:05:52 +00:00
Michael Shanks
ccc55ae8b5 Merge pull request #121 from shogunpurple/state-management-v2
State management v2
2020-02-23 22:16:56 +00:00
Michael Shanks
bd5adc45cb uiFunctions receive state and routeParams 2020-02-21 23:01:16 +00:00
Martin McKeaveney
b7a5735a05 state management bindings 2020-02-21 15:44:48 +00:00
Michael Shanks
383a639aba Merge branch 'master' of github.com:Budibase/budibase 2020-02-21 11:43:41 +00:00
Michael Shanks
548c8bb305 bugfix: generate css on screen change 2020-02-21 09:27:43 +00:00
Martin McKeaveney
f0ed967c87 Update store.js 2020-02-20 21:21:16 +00:00
Michael Shanks
42b3893c21 merge conflicts from peter/tweaks 2020-02-20 17:11:41 +00:00
Michael Shanks
21461645cc store method for save page or screen (context dependant) 2020-02-20 17:08:17 +00:00
Michael Shanks
1d2f079914 added height and width as positioning options 2020-02-20 17:07:25 +00:00
Michael Shanks
99c8814533 component templates 2020-02-19 21:38:21 +00:00
Michael Shanks
5d0f9b788c bugfix: component libraries loaded incorrectly 2020-02-19 13:58:06 +00:00
Michael Shanks
d9ceee49a1 reording and duplication of components 2020-02-19 10:17:31 +00:00
Michael Shanks
e0c67a9ac5 bug in store - insertCodeMetadata import vanished 2020-02-18 21:22:43 +00:00
Martin McKeaveney
3a406bc0da removed generators, added simple presets to standard components 2020-02-18 20:35:43 +00:00
Michael Shanks
c033db0e2d Merge branch 'master' into 98-builtin-slot 2020-02-18 17:11:46 +00:00
pngwn
625ebdc36e Remove more logs 2020-02-18 17:05:08 +00:00
Michael Shanks
32b1f9cd89 #94 Remove component from hierarchy 2020-02-18 16:51:28 +00:00
pngwn
3c51f731ef Add screenslot to current preview. 2020-02-18 15:53:22 +00:00
Michael Shanks
56c25fee90 Client Api - New state binding method (#105)
* new binding...
- state manager
- one store per screen
- not passing

* client lib binding - tests passing

* binding fully working again post stateManager

* bugfix with button component

* Control flow ("code") now working, tests passing

* Events List now reading from component definition

* fix to button.svelte - missing props._children
2020-02-18 12:29:38 +00:00
pngwn
6db4394562 Add builtin slot to list 2020-02-18 10:32:00 +00:00
Michael Shanks
c9961feee5 Work on Components API & bugfixes (#102)
* typo - screens not being sent to page save

* removed children arg from hydrateChildren (n/a)

* initialiseChildren does not rerender unless forced

* removed derivatives of initialiseChildren

* renamed initialiseChildren > attachChildren

* standard-components - refactoring

div now container
H1, h2... etc now Heading with type
Select now takes option as _children

* loads of bug fixing

* safe props creation
anytime props are loaded,
we make sure they conform to the components props definition
2020-02-14 11:51:45 +00:00
Martin McKeaveney
78b04ea58e moving test from server 2020-02-12 15:47:35 +00:00
Martin McKeaveney
695781c149 move state origin build from server to client 2020-02-12 15:10:31 +00:00
Martin McKeaveney
5ab7162088 final tidy up 2020-02-12 10:12:54 +00:00
Martin McKeaveney
f12c6452e4 unit tests 2020-02-12 10:12:54 +00:00
Martin McKeaveney
e410748bed merging with master 2020-02-12 10:12:54 +00:00
Martin McKeaveney
c976a133c0 auto update state origins when attaching click handlers 2020-02-12 10:12:54 +00:00
Michael Shanks
34b957f331 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
Michael Shanks
8a80d8801a 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
0808178dfa running prettier over codebase, removing merge files 2020-02-03 09:24:25 +00:00
Michael Shanks
7ae29a6030 #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
5aa44a88a4 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
6aa6c4d433 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
aaae1fd1ef Remove leftovers. 2020-01-24 15:34:44 +00:00
pngwn
044edb1aca Remove validation, use references rather than clones where possible, prioritise side-panel working with components for now. 2020-01-24 14:51:29 +00:00
pngwn
d78f8013b5 Implement updating of individual component props 2020-01-24 14:51:29 +00:00
Michael Shanks
4e09043e3a #48 restructure. Screens in, user components out. _children static concept 2020-01-17 23:06:42 +00:00
Michael Shanks
871949ef5e automatically adds index for new record 2019-10-31 09:22:01 +00:00
Michael Shanks
92dcf4b2b8 backup before an f-up 2019-10-18 17:32:03 +01:00
Michael Shanks
2cfded5d01 few bug fixes 2019-10-10 10:41:31 +01:00
Michael Shanks
2f028b1f1e generators.. 2019-10-07 06:03:41 +01:00
Michael Shanks
1529277b11 lots of bugfixes and component changes 2019-10-03 06:12:13 +01:00
Michael Shanks
fb8568c0fd bugfix - switching from component to page.. 2019-09-30 04:55:24 +01:00
Michael Shanks
207b73ba97 some bugfixes - ready to start building! 2019-09-29 06:40:06 +01:00
marblekirby
011aa9f2cc base analytics and settings 2019-09-23 01:01:27 +01:00
marblekirby
0366ae5bdb base analytics and settings 2019-09-23 00:56:39 +01:00
Michael Shanks
9953989de6 state binding working 2019-09-22 05:02:33 +01:00
Michael Shanks
70ddecfab0 data binding and stndard componets work 2019-09-19 04:35:40 +01:00
Michael Shanks
dda4517cb0 Budibase is alive! sort of 2019-09-12 06:10:50 +01:00
michael shanks
1f3fed1a6d bugfixes - actions not saving correctly 2019-09-09 08:50:15 +01:00
michael shanks
ef9a0853a0 some bugfixing.. 2019-09-09 05:23:41 +01:00
michael shanks
5ee72b1d87 build app... probably not orking yet.. 2019-09-07 06:50:35 +01:00
michael shanks
e383c03435 working on client lib 2019-09-06 13:04:23 +01:00
michael shanks
53287779f2 PageView - editing html 2019-09-03 12:12:24 +01:00
michael shanks
b715b2a842 array component 2019-09-03 10:42:19 +01:00
michael shanks
bf7afe369d builder layout redesign 2019-08-30 08:25:00 +01:00
michael shanks
f633c59aca merge conflicts.. 2019-08-28 22:10:26 +01:00
michael shanks
ea3e847290 working on standard component 2019-08-27 07:32:56 +01:00
michael shanks
5f0d8ce638 component preview with stylesheeets 2019-08-20 08:24:07 +01:00
michael shanks
de3a564cb1 halfway through new layout 2019-08-20 07:24:02 +01:00
michael shanks
573f274f89 component preview sort of working 2019-08-19 21:18:23 +01:00
michael shanks
53c3a54230 designer for nested components 2019-08-19 08:51:01 +01:00
michael shanks
0d7d9f471e Edit component pane improvements 2019-08-16 15:48:45 +01:00
michael shanks
d27ec9e0a5 working components nav - not styled properly 2019-08-02 14:54:10 +01:00
michael shanks
fc9c1a1fbe renaming store 2019-07-31 08:09:04 +01:00
michael shanks
6cd61a4a63 builder importing core directly! 2019-07-30 09:08:40 +01:00
michael shanks
46062b6f24 rollup changes - backup here 2019-07-30 08:31:07 +01:00
michael shanks
1413ee6f2c searching components 2019-07-28 08:03:11 +01:00
michael shanks
af2fc95a6b derived components endpoints 2019-07-26 17:08:59 +01:00
michael shanks
4891c6de80 adding in routes for components and pages 2019-07-25 07:31:54 +01:00
michael shanks
d52aeb3e95 builder now being served by server 2019-07-15 06:59:46 +01:00
michael shanks
363cbdd6c3 builder now web based and talking to api 2019-07-14 07:46:36 +01:00
michael shanks
13dd99be02 moving builder into web... 2019-07-13 10:35:57 +01:00