2887 Commits (d58b90cac11f8fe8545844342d69d0e05c18052d)

Author SHA1 Message Date
Michael Drury 1003c0d55e Updating filter modal to manage invalid schemas when view created. 5 years ago
Peter Clement 776e4e2d20 more refactoring of screen wizard 5 years ago
Peter Clement f3cddaaf08 refactor wizard into its own file 5 years ago
Andrew Kingston 7a1b22ef5f Rename data block to repeater block 5 years ago
Andrew Kingston cc4702909c Remove unused prop 5 years ago
mike12345567 68ea45b854 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 3470b1ea1b Update data sources to correctly include block context suffixes in provider IDs 5 years ago
Peter Clement fba0975c54 Add deletion modal and hover on delete icon 5 years ago
mike12345567 d9d5391a40 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 af5e196b4c Adding all required controls for data import to internal tables, just need to implement external table data import. 5 years ago
Andrew Kingston df455c2719 Add data block component 5 years ago
Andrew Kingston 3db35d3af9 Enable data providers to use array and attachment fields as their source 5 years ago
Peter Clement 35f0384b17 removing log 5 years ago
mike12345567 cca28ce255 Adding worker controls to both automations and queries. 5 years ago
Peter Clement 14168615dc fix saving of blank screen 5 years ago
Peter Clement 8645299ab1 save nav selection 5 years ago
Peter Clement 8592c489f9 move modals to top level 5 years ago
Andrew Kingston f9cf221c84 Fix issue with using blocks and conditional UI together due to new nested settings 5 years ago
Peter Clement eaaa134fb3 logic for saving of multiple screens 5 years ago
Andrew Kingston 862bf14268 Rename blocks to be shorter 5 years ago
mike12345567 7f055ed8dc Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables. 5 years ago
Andrew Kingston 2b59d44e06 Change bindable properties order 5 years ago
Peter Clement 4e6a9c8154 fix width of automation blocks 5 years ago
Andrew Kingston d6051e7067 Add cypress data tag to binding icon in drawer bindable combo box 5 years ago
Andrew Kingston 93976e4f55 Use bindable combo boxes for text settings and clean up 5 years ago
Martin McKeaveney 7cf916a00d code review, simplify iframeTemplate 5 years ago
mike12345567 014b277c55 Fixing issue with automation JS scripting not functioning, due to an object being passed in as code parameter. 5 years ago
Martin McKeaveney 8683a74b2d adding check for delete app 5 years ago
Martin McKeaveney 0cc2069929 fixes for templates, ensured iframetemplate fires ready event 5 years ago
mike12345567 b3590537ba Adding the ability to set a permission for data source queries. 5 years ago
Martin McKeaveney fddf52ad45 remove comment 5 years ago
Martin McKeaveney 72eb24b0fa formatting 5 years ago
Martin McKeaveney cb459bc877 adding flags for messagePassing 5 years ago
Martin McKeaveney 3f71768146 still show start from scratch and import when template request fails 5 years ago
Peter Clement 1a265149e2 new auto screen ux 5 years ago
Rory Powell 9273edc794 Integrate with UI 5 years ago
mike12345567 b310918ec4 Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables. 5 years ago
Andrew Kingston a7849eac7d Add card list with search block. Add concept of nested settings which can consume their own contexts and are not enriched at the top level 5 years ago
mike12345567 b34cef26c3 Fixing an issue with relationship modal breaking when multiple data sources available to relate to, also fixing an pile of issues with creating and reading rows from SQL server plus. 5 years ago
Andrew Kingston 8c63b147fb Remove forced capitalisation of setting labels 5 years ago
Martin McKeaveney 1219c53250 fix safari 5 years ago
Martin McKeaveney 193d40bbf3 refactor switch into a key value handler object 5 years ago
Martin McKeaveney b80a93d6d5 cookie based approach 5 years ago
Andrew Kingston adda702588 Add button to table with search block and support defining multiple settings sections in component manifest entries 5 years ago
mike12345567 7b73a8dbe7 Fixing issue #3199 - don't allow submitting automation creation modal without name, adding error message. 5 years ago
Martin McKeaveney fa3bb8c119 set template URL in store instead of passing around param 5 years ago
mike12345567 c82cf534d8 Updating external table UI a bit, adding the concept of defining an existing relationship, updating the data sources UI to make it a bit less cluttered and make the creation of tables more obvious. 5 years ago
Andrew Kingston e9dd47b562 Add initial structure of table with search block 5 years ago
mike12345567 f071cc5219 Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 a94376ce43 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago