hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

🏗️ ⚛️ The XH Hoist toolkit for React

Results 160 hoist-react issues
Sort by recently updated
recently updated
newest added

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...

technical

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...

types
ready

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...

Would unblock #3570

dependencies
ready

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...

ready

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...

bug
layouts

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...

layouts
ready

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...

grid
big