hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
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...
App Version info in the activity grid would be especially useful right after app upgrades to see who was still using the old version. This would be a breaking change...
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...
https://router5.js.org/migration/migrating-from-6.x-to-7.x
This is a feature requested multiple times by a client. This could be first step to a more comprehensive persistence of node open/close state.
Thought this might be a drop-in upgrade as changes in https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md looked minimal, but I believe something might have changed with their default exports. Needs a bit of a closer...
Setting GridModel.cellBorders to true is only applying left and right borders. This is presumably related to the recent cell border styling changes in hoist react 59.2.0. The .ag-cell class was...
The grid filter custom tab's inputs are breaking when they receive an array of values and enableValues is false. The custom tab currently reads a compound filter but should be...
Right now our options for JSON display for small read only snippets is a bit lacking. + You can pretty print the json and then style yourself in a div...