hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
+ Add type for AccessToken configs Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to...
If you are browsing the Admin Console and lose your connection to the server - e.g. across a restart - the current handling is extremely scattershot. Each tab or sub-tab...
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. If...
When bound to a `GridModel`, SFF defaults to only including visible columns in its search: https://github.com/xh/hoist-react/blob/8f97a34e8c9d3ecf2557843e6e3b43243c780c86/cmp/store/impl/StoreFilterFieldImplModel.ts#L164 This is a good default for normal grids, but does not play well with...
Tracking ticket for potential support in Hoist for "native" style notifications on desktop and potentially mobile. See https://web.dev/explore/notifications for a nice overview of this entire system / ecosystem. Note that...
Currently, `agOptions` provided to a`Grid` component via `props` are read and cached when the component first mounts. This is unintuitive, since typically components react to observable prop changes. For example,...
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. If...
Should be trivial, looks like AG Grid supports, we just aren't pulling through our class and throw as unexpected key
See https://github.com/mobxjs/mobx/pull/3727 - wondering if this could support a simpler implementation of our reaction disposition code?
While working on a client app that uses store validation, it appeared that if records were already uncommitted (calling `gridModel.store.addRecords()` right after calling `gridModel.loadData()`), then they were not getting validated....