1
0
Fork 0
mirror of synced 2024-08-31 17:51:11 +12:00
Commit graph

24 commits

Author SHA1 Message Date
Michael Shanks
44cc7eab0e deleting a value in design causes styles to be lost 2020-06-02 12:41:52 +01:00
Conor_Mack
2c407d4da7 Merge branch 'master' of https://github.com/Budibase/budibase into property-panel/components-from-design 2020-06-02 10:51:57 +01:00
Joe
c1aaeffaec Formatting update 2020-06-01 21:34:03 +01:00
Joe
6cd94db367 Padding and margin fix 2020-06-01 21:18:43 +01:00
Conor_Mack
93ab8659ed Property panel updates 2020-06-01 16:31:58 +01:00
Conor_Mack
0876338ce2 New jest tests for generate-css 2020-05-26 14:27:33 +01:00
Conor_Mack
1bf57c7873 linter formatting 2020-05-26 10:19:04 +01:00
Conor_Mack
d250d61c62 Completed CSS Selector Styling 2020-05-25 15:23:56 +01:00
Conor_Mack
dd14dd6de2 Change of structure for _styles 2020-05-22 15:30:29 +01:00
Conor_Mack
a4c65eb803 Stable property panel 2020-05-21 14:28:32 +01:00
Conor_Mack
bba1de1df8 Building components settings and refactoring 2020-05-19 17:00:53 +01:00
Conor_Mack
5b8d1cead7 Testing Complete - Resolve Post Issue 2020-05-18 16:32:00 +01:00
Martin McKeaveney
c255883aed formatting + fixing builder tests 2020-05-07 10:53:34 +01:00
Martin McKeaveney
abd6da7b11 component library modules and definitions refactor - moved to backend. More routing and middleware reorganisation 2020-05-02 15:29:10 +01:00
Martin McKeaveney
c733b5bee8 access levels, actions and triggers removed. Restructuring and refactoring 2020-04-29 20:29:56 +01:00
Conor_Mack
d5e1842b98 All latest changes coming from the builder testing 2020-04-14 14:15:32 +01:00
kevmodrome
31f5a1414b changes from node_modules to using rollup-plugin-alias, fixes tests 2020-04-01 12:38:07 +02:00
kevmodrome
87cd19bd92 wip: move components to node_modules folder for easier importing 2020-03-31 11:50:13 +02:00
Martin McKeaveney
ec0d8bd142 formatting 2020-03-27 16:58:32 +00:00
Martin McKeaveney
7c55007c4e remove commented code 2020-03-07 23:52:47 +00:00
Martin McKeaveney
e6fbdc2646 icons instead of text 2020-03-06 17:00:54 +00:00
Michael Shanks
d31d8c8e7e added height and width as positioning options 2020-02-20 17:07:25 +00:00
Martin McKeaveney
94eb93b186 running prettier over codebase, removing merge files 2020-02-03 09:24:25 +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