Andrew Kingston
77cd7ea338
Add wrap setting to containers and force repeaters to always wrap
2021-06-24 12:15:04 +01:00
Andrew Kingston
4a23603c1a
Add gap to container settings and remove some colours from color picker
2021-06-24 11:29:20 +01:00
Andrew Kingston
be03bbe5bc
Remove transition setting from components
2021-06-18 12:41:15 +01:00
Andrew Kingston
38e064fa0f
Fix all eslint issues
2021-06-15 19:36:56 +01:00
Andrew Kingston
79993bafda
Add placeholders and empty states automatically as required to any empty client components
2021-06-11 08:05:49 +01:00
Andrew Kingston
1b2d5b6e47
Use more unique class names to avoid clashes
2021-06-10 11:34:01 +01:00
Andrew Kingston
70167591d9
Apply less aggressive global CSS rules to containers
2021-06-10 11:24:42 +01:00
Andrew Kingston
20e568baea
Add more opinionated container styles to make layout out components even easier
2021-06-10 10:59:00 +01:00
Andrew Kingston
d777cbf5b1
Add default styles to containers to improve component layouts
2021-06-10 10:20:47 +01:00
Andrew Kingston
2124c85a09
Update autoscreens to have new container props
2021-06-10 09:48:08 +01:00
Andrew Kingston
bb473c53f7
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
888f6cf398
Move settings bar into client library and allow configuration from manifest.json
2021-06-08 08:00:54 +01:00
Andrew Kingston
c010eeb314
Fix prettier and fix crash when using certain views as data sources
2021-05-04 11:04:42 +01:00
Andrew Kingston
2ff3fce35d
Remove old code from container
2021-04-01 19:19:14 +01:00
mike12345567
68735f1b4f
Formatting.
2021-03-10 17:56:16 +00:00
Keviin Åberg Kultalahti
ba7cc5c479
screens can now select a transition rather than only use fade
2021-03-01 16:53:37 +01:00
Andrew Kingston
a54dd9509f
Remove deprecated props, fix warnings, remove old code
2020-11-30 15:05:36 +00:00
Andrew Kingston
be4106eae4
Add component data binding and simplify context sharing
2020-11-24 11:02:10 +00:00
Andrew Kingston
18a0f3888b
Add proper hot reloading of app preview when styles change
2020-11-24 09:31:54 +00:00
Andrew Kingston
1b0fa94dff
Add support for full depth data binding
2020-11-20 09:50:10 +00:00
Andrew Kingston
1a8d781c8c
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
e11656fa24
Add lots of new work on client library rewrite
2020-11-17 12:08:24 +00:00
Andrew Kingston
3a981ac256
Add initial new routing and svelte client app generation
2020-11-13 15:42:32 +00:00
Andrew Kingston
299dcbab3d
Add majority of API interactions to SDK
2020-11-12 09:07:09 +00:00
Michael Shanks
d3225cb51f
events hooked up and working
2020-09-10 21:11:05 +01:00
Conor_Mack
3cd48773d1
Building components settings and refactoring
2020-05-19 17:00:53 +01:00
Conor_Mack
2e636dec93
Pre demo changes
2020-05-08 20:29:15 +01:00
Michael Shanks
052493e4fa
bugfix: container should default to div
2020-03-04 15:20:53 +00:00
Martin McKeaveney
7ae40de558
eslint tidy up
2020-02-25 15:46:04 +00:00
Michael Shanks
95dab52619
components changes
2020-02-21 11:43:21 +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