327 Commits (a6025952aa2a2ecc8b4e4c33d38aa4db2fff3dbc)

Author SHA1 Message Date
Andrew Kingston 7b4b22377d Display enriched relationship info in grids and bindings 6 years ago
Andrew Kingston 8b23f603bd Update URL settigns to be bindable inputs and update navigate action 6 years ago
Andrew Kingston 9a73a16b0c Block notifications following a datasource invalidation so that unnecessary notification don't get shown 6 years ago
Andrew Kingston 2e9122ca81 Fix reactive store derivation overriding actions 6 years ago
Andrew Kingston 3ffe00fe2f Make URL params available to client apps via context 6 years ago
Martin McKeaveney 580ae3fb4c tidy up 6 years ago
Andrew Kingston 2c125bc671 Ensure client data contexts are correctly updated if a parent context is updated 6 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 6 years ago
Andrew Kingston bd1bd8ee2a Add hot reloading of related datasources for external queries 6 years ago
Martin McKeaveney 491d3afafd few bugfixes 6 years ago
Martin McKeaveney 2a78d1f419 test 6 years ago
Andrew Kingston c0555745e1 Automatically refresh data when related data changes 6 years ago
Andrew Kingston 6bdde675a2 Add button action to refresh a datasource 6 years ago
Andrew Kingston 185f4ec468 Remove unnecessary enrichment from button action calls 6 years ago
Andrew Kingston 5846e2ef7c Change how client provides the current user so that the whole app is actually wrapped in a provider which provides the current user 6 years ago
Martin McKeaveney b1b02934ed custom columns 6 years ago
Andrew Kingston 5244ce1a62 Fix delete row action 6 years ago
Andrew Kingston c36ddceb7e Pull form bindable properties from field definitions rather than schema 6 years ago
Andrew Kingston e42b12668a Fix button action enrichment 6 years ago
Andrew Kingston d85665d21c Allow forms to generate query schemas. Fix query execution action 6 years ago
Michael Shanks 10d672460a fix: views not loading in deployed apps 6 years ago
Andrew Kingston 772fdfa837 Remove unused vars and lint 6 years ago
Andrew Kingston e3b0de6805 Update screen templates to support full form generation. Fix issues with screen templates 6 years ago
Andrew Kingston 17ad44369c Ensure fetching datasources always returns an array result 6 years ago
Martin McKeaveney 27c7f5697b internal search working 6 years ago
Andrew Kingston 9c0e417408 Add custom component actions. Simplify client context. Add form validation action 6 years ago
Andrew Kingston a4de9668ed Add attachment field to forms 6 years ago
Andrew Kingston 2c104396df Add boolean field, fix label alignment, fix picker z index 6 years ago
Andrew Kingston 21ec0ad11d Remove logOut call when refreshing the page and not logged in, to avoid changing the URL 6 years ago
Andrew Kingston 9d870dbccc Add current user bindings, and current user relationships as data sources 6 years ago
Martin McKeaveney 0f18ee70ef actions fix 6 years ago
Andrew Kingston 6631fe2af8 Update builder preview to be interactive and improve builder preview experience 6 years ago
Andrew Kingston 12f3b7f6fa Add common SpectrumField component, add spectrum labels, add form label position customisation 6 years ago
Andrew Kingston 365c503224 Add automatic schema validation to forms and add builder settings for specific field types 6 years ago
mike12345567 182353d555 Linting. 6 years ago
Keviin Åberg Kultalahti b7006e097c conditionally adds content-type json header if json is sent with request 6 years ago
Andrew Kingston 77189c6d73 Hide repeater placeholders when not running inside the builder or when the component hasn't been initialised fully 6 years ago
Andrew Kingston bfd24571b2 Fix client API URLs not being cleaned properly 6 years ago
Andrew Kingston 03e6799258 Remove success notification on query success to prevent notifications on 'read' queries 6 years ago
Keviin Åberg Kultalahti d622b75db3 some more typo fixes 6 years ago
Keviin Åberg Kultalahti 8ed9dd08cf fix typos and linting issues 6 years ago
Keviin Åberg Kultalahti 58f8350984 fixes spelling error 6 years ago
Keviin Åberg Kultalahti b64b164236 adds catch-all notification to some requests that aren't caught in the API 6 years ago
Keviin Åberg Kultalahti d2790ddd19 adds notifications to running queries 6 years ago
Keviin Åberg Kultalahti 8713105b62 changes notification handling from catch-all to specific messages per action 6 years ago
Keviin Åberg Kultalahti 2034fb8646 adds success notification messages to row API 6 years ago
Keviin Åberg Kultalahti d419766a31 update catch all error message 6 years ago
Keviin Åberg Kultalahti 2a9ae62834 switches context to use sdk instead of it's own context 6 years ago
Keviin Åberg Kultalahti 73b2a775aa failing API calls now display errors using the toast 6 years ago
Keviin Åberg Kultalahti 598f58bb63 use const instead of var 6 years ago