Leah McBeth
Leah McBeth
Would be nice to have some linting goin' on
Set up tests and write some of 'em.
Mostly need to cover what fields are supported in `filterDefs`.
Add a text input above the filter attribute picker to filter the possible attributes See https://github.com/CanopyTax/react-query-builder/blob/master/src/query-builder.js#L242
Add the ability to show a custom message when a filter gets disabled, i.e., "This filter type is not compatible because X" See https://github.com/CanopyTax/react-query-builder/blob/master/src/query-builder.js#L189
Right now it only supports the `text` input type. We should implement `datepicker`, `daterange`, `select`, `multiselect`, and probably some others. See the [input component](https://github.com/CanopyTax/react-query-builder/blob/master/src/filter-input.component.js)
As a new user, I have found navigation within the Sandbox page to be unclear because the menu is only icons. Tutorials & docs published by Hiro reference these sections...
When running the `clarinet deployment generate` command, clarinet uses the deployer's mnemonic in `settings/.toml` under `[accounts.deployer]`. We'd like to be able to use deployment generation within the Platform without needing...
On the “Call Function” page within the sandbox, I search for a contract and select a function to call, then I can type in the arguments and make the call....