Andrew Kingston
Andrew Kingston
## Description Opening for visibility as I'm shelving work on this for now. There are a few major refactors which still need done. This branch is functional but should not...
I'm going to start working on these straight away but just opening for visibility in case anyone else runs into these issues. I did a full sweep of the new...
Noticed this in self host and replicated on cloud. The `search` endpoint will always return `hasNextPage: true`, leading the frontend to believe that there is another page of data. You...
## Description This PR adds a JS SDK for our public API. This SDK is entirely generated by [swagger-codegen](https://github.com/swagger-api/swagger-codegen) using the OpenAPI specs we generate. The generated SDK uses promises...
This PR adds the ability to eject blocks. "Ejecting" a block means breaking it down into it's core components, replacing the block. TLDR: - Blocks can be ejected into their...
## Description Finishing off an old lab day! This PR adds a form block. The form block is a fully functional form complete with fields, a title and optional save...
**Describe the feature request** Discussed in #7502. The automation section recently got updated to support returning no rows, rather than all rows, for an empty filter expression. We should add...
## Description Fixes a crash when trying to rename a formula column in a grid block. This was happening because we couldn't find the correct icon for a formula column,...
## Description This PR removes a few leftover references to flatpickr which aren't needed any more, that were missed in the previous PR implementing the new date picker.
## Description This PR improves card blocks by pre-filling them with relevant bindings. Card titles will default to either the primary display column, if one exists, or else another "readable"...