587 Commits (f47112e7de88b653fe8f4b89ee7f4b1dbd97fef8)

Author SHA1 Message Date
Andrew Kingston f47112e7de Be even more explicit about expecting an array data type for data provider rows 5 years ago
Andrew Kingston c922f4a7b9 Replace manual usage of square brackets with string-templates makePropSafe util 5 years ago
Andrew Kingston b7b8231c51 Clafify comments 5 years ago
Andrew Kingston df455c2719 Add data block component 5 years ago
Andrew Kingston c4bbaa6617 Allow blocks which take children to work with DND 5 years ago
Andrew Kingston aaa448cca8 Update settings bar to account for new block settings structure 5 years ago
Andrew Kingston 3db35d3af9 Enable data providers to use array and attachment fields as their source 5 years ago
Andrew Kingston 862bf14268 Rename blocks to be shorter 5 years ago
Andrew Kingston 5302c85f49 Refactor all block link settings to be URLs rather than onclick handlers. Add settings for linking card titles in card list blocks 5 years ago
Andrew Kingston 1ea8563046 Update block search so that string fields do a 'starts with' search rather than an exact match 5 years ago
Andrew Kingston 0456f1ef2c Add comment to client rows API 5 years ago
Andrew Kingston 831f3b543f Disable links when in builder preview 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 9883fdb623 Fix card list block empty state and update size 5 years ago
Andrew Kingston 37c2690a31 Fix card button text potentially showing as undefined 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
Andrew Kingston e2cbf054ce Lint 5 years ago
Andrew Kingston d5002d3dda Add ability to link rows in tables, and link rows in the table with search block 5 years ago
Martin McKeaveney ff9130c49c tidy up 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
Andrew Kingston d5983d5603 Lint 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
Andrew Kingston 4019eeaa26 Fix picker width in table with search block and enable autosizing of other search components 5 years ago
Andrew Kingston 512ed5aa2a Add support for tables updating server-side sorting 5 years ago
Andrew Kingston d054d496be Allow table with search block to render correct components for all relevant field types 5 years ago
Andrew Kingston fcf87956de Standardise fetching schema from client apps to fix issues with determing schema for certain data sources 5 years ago
Andrew Kingston 76c0f24977 Simplify some block logic 5 years ago
Andrew Kingston e43aba075e Comment some parts of blocks implementation for clarity 5 years ago
Andrew Kingston 0f1d9c4de3 Add title setting to table with search block and fix import paths 5 years ago
Andrew Kingston 38eacb5a10 Remove old files and tidy up 5 years ago
Andrew Kingston e6ffccaff7 Add generic block structure with support for writing blocks like normal svelte components rather than a JSON builder 5 years ago
Andrew Kingston e9dd47b562 Add initial structure of table with search block 5 years ago
Andrew Kingston 25bafc15d2 Use explicity onDestroy calls rather than an onMount return value to ensure callbacks are actually executed to fix data provider cleanup issues 5 years ago
Andrew Kingston 2af3888d8a Don't invalidate users table due to autocolumn fields in schema when hot reloading data in the client library 5 years ago
Andrew Kingston 262b238388 Invalidate related tables automatically via client library and fix issue with data source invalidation from modals 5 years ago
Andrew Kingston 54aad2ff1e Update field disabled state when disabled prop changes 5 years ago
Andrew Kingston 950e056e1c Give flatpickr its own root component in client apps to avoid it hijacking key events on the whole page 5 years ago
Andrew Kingston 9deb9be1cd Remove date parsing from client date picker as it has moved to the core date picker 5 years ago
Rory Powell 346f1d652b Allow options picker to be used on text columns 5 years ago
Andrew Kingston 06c46dd3a7 Fix issue with button roundness when using other sizes than medium 5 years ago
Martin McKeaveney 1d55b5ece2 adding made in budibase tag 5 years ago
Andrew Kingston fe35d08422 Fix drag and drop indicator positioning when not using desktop preview 5 years ago
Andrew Kingston f6a18ca550 Fix padding being added to empty layouts in mobile view 5 years ago
Martin McKeaveney dbfd9ff877 fixing import 5 years ago
Martin McKeaveney 6ef1883328 lint 5 years ago
Martin McKeaveney 13a07a5e51 end user ping for client apps 5 years ago
Andrew Kingston ec7cf96fd9 Move all lucene logic into central builder helpers file 5 years ago
Andrew Kingston a30ced6408 Add button action for manually refreshing a data provider 5 years ago
Andrew Kingston 0297b3de3f Simplify some DND style rules 5 years ago