devtools-ds icon indicating copy to clipboard operation
devtools-ds copied to clipboard

UI components, libraries, and templates for building robust devtools experiences.

Results 10 devtools-ds issues
Sort by recently updated
recently updated
newest added

It looks like the tree component could only build trees with one root node. ![image](https://user-images.githubusercontent.com/5792787/177376463-dd23c200-523e-42b6-bc26-7ca1d1117cbf.png) "School Activities" in examples. In my use case I need to build a tree with...

enhancement

# What Changed Closes https://github.com/intuit/devtools-ds/issues/14 Added a `name` prop to `ObjectInspector` to support named root values, similar to how Storybook currently names the object root. In the process I also...

minor

**Describe the solution you'd like** Some use cases like [Storybook Addon Actions](https://github.com/storybookjs/storybook/blob/master/addons/actions/src/components/ActionLogger/index.tsx#L46) need to have a key for the root node of their object. This is currently done using a...

enhancement

Currently the CSS variables are un-scoped, and don't really follow a strict naming convention. We could really improve this part of the project with a few enhancements: - Add a...

enhancement

When using the `` component I get this error in the console: ``` ObjectInspectorItem: Support for defaultProps will be removed from function components in a future major release. Use JavaScript...

bug

**Describe the bug** When the data in value is string or boolean the node is not update on fly **To Reproduce** if the Object inspector is called onfly from an...

bug

**Is your feature request related to a problem? Please describe.** When using the DOM Inspector, I'd like to know what element is currently selected. **Describe the solution you'd like** Exposing...

enhancement

# What Changed Added test coverage for ThemeGrid component # Why To improve test coverage ![Screenshot 2022-10-19 at 9 54 05 PM](https://user-images.githubusercontent.com/84189321/196749174-768494df-2876-4471-8dc7-6756caddc9e7.png) # What might be impacted None Todo: -...

**Is your feature request related to a problem? Please describe.** I'm looking for a way to emulate the browser's "highlight" behaviour when using the DOM inspector, where when a node...

enhancement

Replaced broken alias '@devtools-ds/storybook-utils' with a relative path to fix module resolution error in Console.stories.tsx.