Andrew Kingston
b422de32c2
Add more opinionated container styles to make layout out components even easier
2021-06-10 10:59:00 +01:00
Andrew Kingston
72088a8414
Add default styles to containers to improve component layouts
2021-06-10 10:20:47 +01:00
Andrew Kingston
c412af8766
Update autoscreens to have new container props
2021-06-10 09:48:08 +01:00
Andrew Kingston
c17550d0c6
Don't apply new container layout settings unless props have been defined, so that existing containers are unchanged
2021-06-10 09:28:10 +01:00
Andrew Kingston
41f87f0354
Move settings bar into client library and allow configuration from manifest.json
2021-06-08 08:00:54 +01:00
Andrew Kingston
1c3d477523
Fix prettier and fix crash when using certain views as data sources
2021-05-04 11:04:42 +01:00
Andrew Kingston
e3cee769f4
Remove old code from container
2021-04-01 19:19:14 +01:00
mike12345567
3947044014
Formatting.
2021-03-10 17:56:16 +00:00
Keviin Åberg Kultalahti
f711b7c075
screens can now select a transition rather than only use fade
2021-03-01 16:53:37 +01:00
Andrew Kingston
ce18e253ba
Remove deprecated props, fix warnings, remove old code
2020-11-30 15:05:36 +00:00
Andrew Kingston
e62fbf8ef7
Add component data binding and simplify context sharing
2020-11-24 11:02:10 +00:00
Andrew Kingston
853f5d8745
Add proper hot reloading of app preview when styles change
2020-11-24 09:31:54 +00:00
Andrew Kingston
32a143cf41
Add support for full depth data binding
2020-11-20 09:50:10 +00:00
Andrew Kingston
a18a861177
Refactor entire SDK into client lib and enable svelte context sharing between client and components
2020-11-18 19:18:18 +00:00
Andrew Kingston
94458b3907
Add lots of new work on client library rewrite
2020-11-17 12:08:24 +00:00
Andrew Kingston
cbeea17db0
Add initial new routing and svelte client app generation
2020-11-13 15:42:32 +00:00
Andrew Kingston
aa70eab935
Add majority of API interactions to SDK
2020-11-12 09:07:09 +00:00
Michael Shanks
14aa33705f
events hooked up and working
2020-09-10 21:11:05 +01:00
Conor_Mack
bba1de1df8
Building components settings and refactoring
2020-05-19 17:00:53 +01:00
Conor_Mack
2e6a0e36c0
Pre demo changes
2020-05-08 20:29:15 +01:00
Michael Shanks
314a18e0fd
bugfix: container should default to div
2020-03-04 15:20:53 +00:00
Martin McKeaveney
0d0f635db4
eslint tidy up
2020-02-25 15:46:04 +00:00
Michael Shanks
acd24f7389
components changes
2020-02-21 11:43:21 +00:00
Michael Shanks
b7d9e05641
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