Anselm McClain

Results 89 issues of Anselm McClain

We would like to enhance the mobile `navigator` and `NavigatorModel` to support the common mobile navigation pattern below. (Note all names/terms are provisional and could be changed for clarity/consistency.) *...

mobile

The support for aggregations in our `Cube` (or more properly `View`) is currently "bottom up" only - we start with leaf levels and roll them up, with the aggregation for...

data

It would be useful to have an easy way to report on which fields in a `StoreRecord` have been modified, by name.

data

It would be great to be able to diff and sync a set of Status Monitor configurations across environments - these often get out of date and randomly different across...

admin

See https://github.com/xh/hoist-react/blob/3835abde3ff7c59b07fa5dc4fd4613f970e94c3e/data/StoreRecord.ts#L75 where we are using strict equality to compare committed vs. current data objects. If a user changes a value on a record, then changes it back again to...

data

Within `PersistenceProvider.bindToTarget`, we added a reaction that will actively clear the persisted state if it comes to equal the default state: https://github.com/xh/hoist-react/blob/59c78e8f4e97f03b6cb040fa4ce07544b8bd2e35/core/persist/PersistenceProvider.ts#L187 The intention of this was to avoid eagerly...

viewManager

Interrupt always a bit frustrating as a user, but it might be the case that, yes, I do want to save the changes to my prior view but also, yes,...

viewManager

We've implemented a pattern like this in several applications, but it would be great if we could capture within Hoist, ideally in a backwards-compatible way. * Client Apps should be...

big

By default, the `select` component will render all of their options values, which can be a (potentially serious) performance issue as DOM elements are created for every one. We have...

performance