684 Commits (479220652ebd15e2ae17c2169459ac4e0759e5fe)

Author SHA1 Message Date
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
Andrew Kingston d9278dbc24 Dynamically enrich button actions at runtime and provide additional ephemeral button action output context 5 years ago
Andrew Kingston 46cf642abd Add new tag component to client apps 5 years ago
Andrew Kingston 6b20d5cf46 Allow internal links to be opened in a new tab 5 years ago
Andrew Kingston cb1f870831 Key links by URL as the svelte-spa-router link svelte action does not update correctly 5 years ago
Andrew Kingston b1cc72c54a Add support for accessing unlimited levels of nested JSON arrays 5 years ago
Andrew Kingston 4bbbd75a4e Fix datasource invalidations not propagating through peek modals 5 years ago
Andrew Kingston d36daaf9b9 Add button action for duplicating a row 5 years ago
Andrew Kingston a5b4087f64 Enable support for handling shallow non-object arrays in JSON fields 5 years ago
Andrew Kingston 7b20aa31d1 Flatten JSON schema in apps to allow filtering and display of nested values 5 years ago
Andrew Kingston d10d332b9f Update client side lucene searching to work with nested JSON fields and fix bug with flattening nested JSON schema 5 years ago
Andrew Kingston cd5d370e7b Allow using JSON field arrays as a data provider source and add data bindings for nested JSON fields 5 years ago
Andrew Kingston 1e38628a4b Add new form field component for JSON fields, JSON validation and update autoscreen generation 5 years ago
Andrew Kingston d2ce037297 Expose static repeater context for row index 5 years ago
Andrew Kingston c81ca0502a Fix layout navigation not scrolling when required 5 years ago
Andrew Kingston 63fac77ad1 Ensure horizontal cards in the card block don't exceed the width of the screen 5 years ago