Anselm McClain

Results 66 issues of Anselm McClain

Variations on these issues have persisted for a long time - unclear if we're causing this with our various overrides to button styles, or if there is some issue in...

bug
styles
mobile

We typically render PDF documents within an app by embedding an iframe and rendering a PDF link or blob directly, leveraging the PDF viewer component built into the browser. This...

new-component

Would want to look carefully around any complexities with extra modules or things like that, but this would be a *big* upgrade over our current bail-out to `PlainObject` when it...

types

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