709 Commits (e8915adc61ba9fa9857dd11e950aa162e187bc3f)

Author SHA1 Message Date
Maurits Lourens f5732abe55 #3397 - select radio buttons alignment setting 5 years ago
Andrew Kingston 8be7018543 Rename return URL to redirect URL in log out action 5 years ago
Andrew Kingston baee67d2e8 Lint 5 years ago
Andrew Kingston f6396649b5 Update log out handling to work better, and add support for navigating to a return URL 5 years ago
Bastiaan Terhorst 5b58bd9be6 set defaultValue in Field component 5 years ago
Maurits Lourens a4fea9ab3c add extensions prop to specify accepted file extensions 5 years ago
Bastiaan Terhorst 7ed18caa31 also set defaultValue 5 years ago
Bastiaan Terhorst d2ffc2e920 Update MultiFieldSelect to accept a defaultValue 5 years ago
Maurits Lourens 68986fba3a fix schema constraint mapping to validation rule 5 years ago
mike12345567 cde801d99b Adding dynamic filter capabilities, also updating search field select in builder to make sure it removes banned search field types. 5 years ago
Andrew Kingston 0502e62e1c Add optional enrichment of relationship fields when determining datasource schema and update block filters to properly reference relationship fields 5 years ago
mike12345567 aae2dc86d3 Getting client partially working, having an issue with search fields not updating for a table block. 5 years ago
Andrew Kingston 283c4a5d9f Remove log 5 years ago
Andrew Kingston 5b40ef2422 Fix issue where error was always reset when a component was re-registered 5 years ago
Rory Powell b5250ac244 Fix return url using cookies 5 years ago
Andrew Kingston ad6b0714d3 Fix crash when fetching queries set up before pagination existed 5 years ago
Andrew Kingston 53b601ec9b Ensure paginate option is respected in DataFetch models 5 years ago
Andrew Kingston e187e8f2b1 Update client query fetch to better determine whether pagination is supported or not 5 years ago
Andrew Kingston f5649b48d1 Add support for cursor based pagination in query params 5 years ago
Andrew Kingston e2478e478e Add support for query param based pagination in REST queries 5 years ago
Andrew Kingston 6e3f217fbb Add support for nested provider, field and jsonarray datasource types in new data fetch model 5 years ago
mike12345567 e32869b100 Fixing issue discovered by cypress test case and updating dynamic variable view to hide table when there are none. 5 years ago
Andrew Kingston 6539f90b51 Update query fetch to support new pagination structure 5 years ago
Andrew Kingston 2043fd3402 Fix issue with determining view schema 5 years ago
Andrew Kingston 441cc2fccf Update client lib data fetch models to support generic pagination 5 years ago
Andrew Kingston d6120de81b Update data fetch models to use constructor to determine feature flags 5 years ago
Andrew Kingston 78a3f807a3 Lint 5 years ago
Andrew Kingston f90c6ec44d Remove old reference implementation of data provider component 5 years ago
Andrew Kingston 5c26f07d26 Add back in query extension capability to new data provider 5 years ago
Andrew Kingston 66d9dc9b1e Add client-side searching, sorting and limiting for incompatible datasources to new DataFetch model 5 years ago
Andrew Kingston 3a8e217bb7 Delay rendering blocks until the schema has been attempted to be loaded 5 years ago
Andrew Kingston 58e0daeb8c Remove initial render of components with undefined props by passing in initial props without triggering svelte invalidation 5 years ago
Andrew Kingston 86065084c1 Update core component handling to use svelte function to manually control props in order to avoid triggering additional reactive statements and improve performance 5 years ago
Andrew Kingston 63ec10d73f Add new core implementations for fetching data and schema from datasources 5 years ago
mike12345567 a9437302b7 Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 5 years ago
mike12345567 858ef084ad Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 5 years ago
Andrew Kingston 1c23dc3a3c Fix using wrong local storage key when persisting state in client apps 5 years ago
Andrew Kingston 26d89f75d5 Pass current state to peek modals when opening them via query param 5 years ago
Andrew Kingston d58b1ae7f0 Fix datasource invalidation proxying from peek modals not working 5 years ago
Andrew Kingston 98cd12db5f Proxy state updates back from peek modals 5 years ago
Andrew Kingston d7720e2643 Expose whole form value as a data binding 5 years ago
Andrew Kingston 9353aec940 Ensure JSON schema generated in client apps is identical to builder generated schema 5 years ago
Andrew Kingston dc7d22e5cb Add support for binding forms to deep json fields 5 years ago
Andrew Kingston 9708539631 Fix blocks not filtering properly on number fields 5 years ago
Andrew Kingston c97852d0ff Fix border radius rounding on hover and selection indicators in builder preview 5 years ago
Andrew Kingston eeecc762d2 Add button context to execute query action 5 years ago
Andrew Kingston dd5d0ffc7b Add output context to duplicate row action 5 years ago
Andrew Kingston 707ed7419d Reset field value to default value if default value changes 5 years ago
Andrew Kingston eedd1f0cf6 Fix bug where save duplicate action was mutating the real context 5 years ago
Andrew Kingston 9ad25fcf88 Fix bug where save row action was mutating the real context 5 years ago