hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

๐Ÿ—๏ธ โš›๏ธ The XH Hoist toolkit for React

Results 160 hoist-react issues
Sort by recently updated
recently updated
newest added

Currently spec'd as a boolean only, could be upgraded to `Thunkable`, supporting a closure that would be passed `FetchOptions` for a given request to determine if an ID should be...

small
ready

For apps with a meaningful amount of activity tracking configured, the client can often send a burst of track calls, especially on initial load. While these are all quite quick,...

`GridModel` currently supports `clicksToEdit` which specifies AG Option `singleClickEdit: clicksToEdit === 1`. However, we do not expose a way to specify this at the column level. For symmetry, we could...

grid
small
good-first-issue
client-request

For a `FilterChooserModel` with `bind` or `valueSource`, you can get all of your field specs from the source Store|View, but you might want to exclude some of those fields without...

small
data
ready

โ€ฆversion Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered....

We have an admittedly _very_ bare-bones built-in dialog to collect feedback. We do not see this getting much use at all, so in many apps it might be considered noise...

With respect to how field-level clauses managed by filter chooser are constructed, the component and its backing model currently applies a kind of hybrid AND/OR approach, designed to cover the...

client-request
data

Using method:'POST' in XH.fetchJson causes the Content-Type header to be hijacked by the **withDefaultsAsync** function which replaces it with 'application/x-www-form-urlencoded'. Whereas, the XH.fetchService.postJson() sets the Content-Type to 'application/json'. Overriding the...

In addition to current expires and client apps filters in the admin alert banner spec, would like to add: * Limit to role(s) * Would allow a banner targeted to...

admin
ready