hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
Added server connection service to ping end and display banner on threshold. Paired with xhAppServerHealth config property. Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below....
Currently `clientAppCode` can be set via `AppSpec` to any value, and is defaulted to the overall project-level `appCode`. Unfortunately our new `BaseOauthClient` expects `clientAppCode` to match the base route of...
It would be excellent if we could spec an interface for the data element of all records within a given `Store`, so you would have type-aware support when reading their...
During a POPUP based OAuth flow, the user's browser can block the popup, causing the underlying library to throw an identifiable error message. We detect this and throw an error...
We have two versions of the `ErrorMessage` component - one for desktop, one for mobile. This is problematic for use cases where we have an app-level comp that's cross-platform. We...
This might be more general than just the Exception dialog - we should review and ensure a fix is applied at the most efficient level. In general I think think...
I just had to help a client setup padding on panel element in a dialog. The client's first choice of how to do it was: `` which didn't work because...
I would expect GridModel to provide an API to expand/collapse specific record-backed row(s) when in treeMode. We have `expandAll()` and `collapseAll()` but nothing in the Hoist API. The model would...