4162 Commits (2c865367f37112f66cb2ed779eca2ac0b367c5c4)

Author SHA1 Message Date
mike12345567 391dca561e Removing console log. 5 years ago
mike12345567 9e0f369317 Updating test case to mock response value. 5 years ago
mike12345567 425fa4b595 Adding more error tracking around column creation, to reduce confusion/users not understanding required settings. 5 years ago
mike12345567 6de3739318 Review comments. 5 years ago
Peter Clement 23b6a204f6 unneeded log 5 years ago
Andrew Kingston 9ae4b3753f Remove unused import 5 years ago
Andrew Kingston 6e85a90a31 Fix relationship paths not using correct readable and runtime bindings in server binding panel 5 years ago
Peter Clement 024bd01bf9 some autoscreen ux fixes 5 years ago
Andrew Kingston e65bfe5b9a Ensure CodeMirror hints are rendered on top of modals 5 years ago
Andrew Kingston d72094e8ad Set inputs to readonly when displaying the javascript function helper label to prevent accidentally setting explicit text 5 years ago
Peter Clement 559aadebc7 remove log 5 years ago
Peter Clement 851bbdf07d issue with datasource plus autogen 5 years ago
Peter Clement 616c6538f4 fix bg color of screen wizard modal 5 years ago
Andrew Kingston 5f2f01851b Refactor client and server binding panels into single generic panel. Enable JS for formula fields 5 years ago
Peter Clement b1b5197a31 show datasource plus popover conditionally 5 years ago
mike12345567 60f86184de Quick fix for #3485 - default the key to the primary key but allow another field to be selected. 5 years ago
Peter Clement b381bd1e41 removing log 5 years ago
Peter Clement 1b69fb8349 fixng some auto screen bugs 5 years ago
Peter Clement 6c46422d8c remove nav selection modal 5 years ago
mike12345567 9dfa8c7651 Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version). 5 years ago
mike12345567 72bf66926d Updating UI to have a table/column deletion check which makes sure the user understands what they are doing, also disabling external table deletion. 5 years ago
Andrew Kingston 74289a4588 Reorganise component structure 5 years ago
Peter Clement 088e96332a Revert "remove delete button for datasource plus" 5 years ago
Peter Clement 6c9461834e remove delete button for datasource plus 5 years ago
Andrew Kingston 038ec39143 Add dynamic filter component 5 years ago
Peter Clement 48942a6b85 disable ability to rename external datasource 5 years ago
Peter Clement c40cffc34d remove uneeded add action button 5 years ago
Peter Clement ace9d9b878 fix bug with test results 5 years ago
Michael Drury 97721fe5e5 Updating filter modal to manage invalid schemas when view created. 5 years ago
Peter Clement e81a008a1a fix animation issue with automation blocks 5 years ago
Peter Clement 2d76c530f7 save inputted test data 5 years ago
Peter Clement ac9f30612c more refactoring of screen wizard 5 years ago
Andrew Kingston c309db623e Replace old usage of 'editable' manifest setting with 'static' 5 years ago
Andrew Kingston e4eb925a15 Prevent unecessary updates to component settings to improve performance 5 years ago
Andrew Kingston 78eb7e63f9 Remove unused client event for iframe-loaded 5 years ago
Andrew Kingston 6d59124064 Fix race condition crash on initial builder data page load 5 years ago
Peter Clement 63fc3dcc13 refactor wizard into its own file 5 years ago
Andrew Kingston fe7bc33566 Remove deprecated keydown event being sent by client library 5 years ago
Andrew Kingston e1363dff11 Reset app name in deletion confirmation modal when closing modal 5 years ago
Andrew Kingston b1a2bb59a6 Rename data block to repeater block 5 years ago
Andrew Kingston 9e94df969d Remove unused prop 5 years ago
mike12345567 c85b1a5a0c Adding a check to disable the display column options when importing to an existing table as it makes no sense in this scenario. 5 years ago
Andrew Kingston 0c9ab127e5 Update data sources to correctly include block context suffixes in provider IDs 5 years ago
Peter Clement 0c7da50562 Add deletion modal and hover on delete icon 5 years ago
mike12345567 86eec3bb52 Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns. 5 years ago
mike12345567 6c46c119a6 Adding all required controls for data import to internal tables, just need to implement external table data import. 5 years ago
Andrew Kingston 07f15c5759 Add data block component 5 years ago
Andrew Kingston e0c88597a7 Enable data providers to use array and attachment fields as their source 5 years ago
Rory Powell cf13853f09 Fixes for google sso, cloud email url and cloud logo updates 5 years ago
mike12345567 d7ef5e606c Fixing issue where deleted datasources wouldn't clear out queries. 5 years ago