1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00
Commit graph

15 commits

Author SHA1 Message Date
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
Conor_Mack f59eedc21f MD Typography completed (#86) 2020-02-10 15:47:47 +00:00
Conor_Mack 97da31fb63 New feature and refactor of Classbuilder along with some bug fixes (#85) 2020-02-10 10:04:20 +00:00
Conor_Mack 8c9618b33b Completed textfield, minor bug fixes and config changes to reference uncompiled components (#83)
* Beginnings of text field

* Completed textfield component and its dependents

* Minor bug fixes
2020-02-07 20:56:00 +00:00
Conor Mack 3d743122d2 Updating icon context if check as per Martins discussion point 2020-02-03 21:10:47 +00:00
Conor Mack 7189643710 Fixing merge conflicts after pulling upstream master 2020-02-03 18:55:17 +00:00
Conor Mack 59f65335f6 Config updates to add bundles to build folder so that index.html can be un-gitignored 2020-02-03 18:48:49 +00:00
Conor Mack f729863124 functional md button and icon with ripple effect and classbuilder helper 2020-02-03 18:38:09 +00:00
Martin McKeaveney 927502eb38 include svelte files in prettier 2020-02-03 09:50:30 +00:00
Martin McKeaveney 0808178dfa running prettier over codebase, removing merge files 2020-02-03 09:24:25 +00:00
Conor Mack ef5e9e5347 WIP: Beginnings of button and ClassBuilder 2020-01-29 10:10:25 +00:00
Conor_Mack 71abc2a38d Aliasing config and additional test button component for test app (#66)
* Fix for field modal infinite render loop once closed from click away

* Added rollupgenerators to md to keep builder happy

* Beginning the button component and general setup

* Aliasing config and additional test button component for test app
2020-01-28 13:00:05 +00:00
Michael Shanks ed3caec114 md components - getting TestApp to work (#63) 2020-01-27 15:26:38 +00:00
Michael Shanks 8c10349eba fixing broken build :( 2020-01-27 14:07:04 +00:00
Michael Shanks 2907da62e9 MD components library - empty proj (#61)
Added a shell Material Design components packages
2020-01-27 10:59:56 +00:00