Anselm McClain
Anselm McClain
To support e.g. modifying the data in a leaf record and then passing those modifications back into the Cube as an update.
This is a weird gap that came up in our discussion on PR #1800. We provide Hoist-level support for menus in a few places: - Desktop `contextmenu` package - https://github.com/xh/hoist-react/tree/develop/desktop/cmp/contextmenu...
Off the back of #2690, which made load masks more transparent by default, we sometimes have a use case for masking a panel with a stronger, more opaque mask -...
- [x] It would be useful to be able to update `extraMenuItems` on these models post-construction. - [x] Could also support an `omit` config for these items that takes a...
Hoist models that support the `persistWith` API currently accept a single persistence provider, which is expected to persist all state. Some models - GridModel, FilterChooserModel, GroupingChooserModel - expose custom persist...
We could use a simple grid-related helper component that binds to a grid model and displays / updates a single-level, full-row groupBy value. It could accept a list of groupable...
I've reached for this a few times, and @pauldelano just asked about such a component to help wrangle increasingly complicated forms in a client project. This would be a lightweight...
I'd like to propose a new component and model to provide out-of-the-box support for user-managed collections of named, persisted state objects - e.g. grid states or dashboards. While the proposal...