hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
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...
Toolbox branch: https://github.com/xh/toolbox/tree/paddingOnPanel Toolbox PR: https://github.com/xh/toolbox/pull/415 This PR resolves issue #1971 . I found that in addition to 'padding' it made sense to pass the following style keys to the...
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...
with internal scrolling of dialog body
It does not, you see a mask on the panel underneath - not optimal, especially if a category change is not instantaneous. We want the UI feedback here to be...
Context: we are using Datadog RUM in client applications and looking to include - Tracked user activity as "Custom Actions" - Handled exceptions as "Custom Errors" Additionally, it would be...
Passing an object marked as @observable.ref as a component prop and then accessing it in the top-level component via a getter on the model causes the component's render method to...
Client request after an important role was inadvertently deleted in production. We currently show a confirm with the role name included, but request is to have admin also type out...
`LoadSupport.doLoadAsync` catches exceptions thrown by `HoistModel.doLoadAsync` and updates its `lastLoadException` observable accordingly. It also includes the exception in the browser console log, at an appropriate log-level. However, it does not...