Austin Turner

Results 101 comments of Austin Turner

Opened issue here https://github.com/adazzle/react-data-grid/issues/3483 Related occurrences: #817 #775 #769 #749 #724 #709 #695 #685

@joiecosby - I didn't review everything in full detail, but here are some thoughts: It really does not feel right to add `deploymentHistoryName` to `export interface DeployResult {` since that...

@AndyHaas - Not exactly the same as what you are asking, but you do have the option to see queries across all orgs with the toggle at the top left.

@AndyHaas > regardless of the org Do you just mean accessible somewhere like the top application header (like "go to record") to quickly pull up an anonymous code editor in...

Initial thoughts without thinking too deeply about the problem: * New feature called "Object & Field Manager" * Shows all fields with some basic metadata on the page * Allows...

Perhaps - will explore that option.

@soileaud - Thank you for the suggestion, that makes a lot of sense! we will take a look into it. 😄

Fetching the data for this is probably a bit more complex than most features, as AFAIK most of the data is only available from the metadata file-based API. 1. Make...

@joiecosby - I think for metadata, we can just use the browsers built-in `decodeURIComponent` since this is encoded differently from what we saw on the other ticket.