Anselm McClain
Anselm McClain
As our initial release of the new Hoist-provided role manager settles in, a few enhancements and issues have come up: ### Tree viz resets on app auto-refresh It's often helpful...
Hoist installs several global hotkeys via desktop `AppContainer` - this could be problematic if an app wishes to use one of the combos for its own purposes - e.g. a...
It would be great if the markdown component we ship with Hoist supported GFM, in particular for table support. We should add the `remark-gfm` package as a dependency and install...
We support multi-select + a context menu "Change Group" option for Configs and Preferences to re-organize them in bulk. Would be an improvement to support the same for our new...
Not sure how they have gone through quite as many releases as they have, but let's see if we can catch up. https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md
Our activity chart currently shows the simple daily average for the current filtered dataset. It would be really nice if: * We had an option to exclude outliers, say dropping...
All I'm doing here is clicking `tab` to go from cell-to-cell - note how use of `openMenuOnFocus` combined with `select` handling of tab key results in a change to the...
Currently store filtering works off of committed (unmodified) values only. This is to avoid confusing behavior such as viewing a filtered list of records in a grid, editing one such...
Having timestamp cols in server time would be very useful for correlating time-wise between logs (which are always showing server-time timestamps) and admin monitoring grids including: * Client activity *...
Expanding ticket to more general review of this comp and the various apps where we decided not to use it and had to roll our own. ---- The `FileChooser` component...