206 Commits (9851138fb52ddc2373b372caee1bf2c13df9dd73)

Author SHA1 Message Date
Andrew Kingston 5130bdf3cd Improve handling of routes and screens. Fix issue which could prevent logging in depending on order of screens in app definition 6 years ago
Martin McKeaveney 3b049bc286 allow creation of custom layouts, moving layoutId prop to top level of screen 6 years ago
Andrew Kingston d628edffe0 Remove log statement 6 years ago
Andrew Kingston 155c375ada Update client library to work with template screens in real preview 6 years ago
Martin McKeaveney f05d696ef7 email as default user identifier 6 years ago
Andrew Kingston 13a137ecd1 Update client app to work with layouts when running inside builder preview 6 years ago
Andrew Kingston ce2bff5bab Move selection highlighting in builder preview in to client library and replace handlebars with mustache again 6 years ago
Andrew Kingston 3ffeda9da9 Replace mustache usage in client library with handlebars instead 6 years ago
Andrew Kingston 00ef8dda44 Fix lint 6 years ago
Andrew Kingston a54dd9509f Remove deprecated props, fix warnings, remove old code 6 years ago
Andrew Kingston 48a5a50e85 Optimise builder preview speed and performance and fix components not updating when changing props 6 years ago
mike12345567 55aecdd850 Some further work after testing, really need to get the backlink of screens to layouts functional. 6 years ago
Andrew Kingston c962ea9ad9 Fix charts not correctly using data context 6 years ago
Andrew Kingston 07229858c8 Add fade screen transition and fix navigation component casing 6 years ago
Andrew Kingston 1e857f101a Add button actions, simplify contexts and tidy up 6 years ago
Andrew Kingston 199c3409c9 Simplify data contexts 6 years ago
Andrew Kingston def6054b26 Add datepicked data binding and fix mustache rendering for non string values 6 years ago
Andrew Kingston be4106eae4 Add component data binding and simplify context sharing 6 years ago
Andrew Kingston 18a0f3888b Add proper hot reloading of app preview when styles change 6 years ago
Andrew Kingston 99c167c54f Fix reinstantiating app when builder props change 6 years ago
Andrew Kingston b3cd81d832 Fix builder preview 6 years ago
Martin McKeaveney 417002beaa fix e2e 6 years ago
Andrew Kingston 093d7f95b9 Tidy up data binding 6 years ago
Andrew Kingston 1b0fa94dff Add support for full depth data binding 6 years ago
Michael Drury 7ac1c2198e Fixing issues thrown up by PR. 6 years ago
Andrew Kingston 21a9840b8b Add header to flag whether a request originates from the client 6 years ago
Andrew Kingston 9c30ab2df3 Fetch app definition and routes from the server 6 years ago
Martin McKeaveney 09bd7da1db add optional chain back in 6 years ago
Andrew Kingston 3dcd9d32e2 Fix fetching of relationship data in lists 6 years ago
Martin McKeaveney a00bf70d29 further store tidy up, derive selected page 6 years ago
Andrew Kingston e9fc20696b Fix data binding after file rename 6 years ago
Andrew Kingston 261ae68907 Add data binding enrichment 6 years ago
Martin McKeaveney 26cfb54a0f nested routing UI up and running, refactor drag and drop functionality by decoupling store from components 6 years ago
Andrew Kingston cdb8ff3563 Update all components to be renderable and styleable 6 years ago
Andrew Kingston 1a8d781c8c Refactor entire SDK into client lib and enable svelte context sharing between client and components 6 years ago
mike12345567 e793c46097 Updates for screen refactor - finishing off getting everything over to the class based system. 6 years ago
Andrew Kingston 65610fde3c Remove log statements 6 years ago
Andrew Kingston e11656fa24 Add lots of new work on client library rewrite 6 years ago
Andrew Kingston 3a981ac256 Add initial new routing and svelte client app generation 6 years ago
Andrew Kingston bf5aa49e4d Fix client errors 6 years ago
Andrew Kingston 299dcbab3d Add majority of API interactions to SDK 6 years ago
Andrew Kingston 921cae0cbc Tidy up standard components 6 years ago
Andrew Kingston 499ad2e35d Add initial work on component SDK 6 years ago
mike12345567 2467043f35 Improving consistency of how appId is retrieved and making sure it is valid when being used. 6 years ago
mike12345567 f2e1f1f4e9 The API that the components library would use was not always consistent with the API client library would use and this would sometimes break things. 6 years ago
mike12345567 5f0912e6ff Linting. 6 years ago
mike12345567 ce12325b8c Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 6 years ago
Andrew Kingston 7aa8d7870d Fix crash when saving rows 6 years ago
Michael Drury 016e09eb81 Fixing issue with appId being checked when undefined. 6 years ago
Michael Drury 684df38561 Fixing issue that was breaking linting. 6 years ago