dillon1000/react
Commit
Browse files Fetch owners list from renderer (using suspense)
Owners in the list may have been filtered out of the Store, but in the owners list view- it's important to still show them. The frontend cannot do this on its own, so this list needs to come from the renderer interface.
Changed paths13 files
First-parent comparisonsrc/backend/agent.js ModifiedM src/backend/renderer.js ModifiedM src/backend/types.js ModifiedM src/devtools/views/Components/Components.js ModifiedM src/devtools/views/Components/Element.js ModifiedA src/devtools/views/Components/OwnersListContext.js AddedM src/devtools/views/Components/OwnersStack.css ModifiedM src/devtools/views/Components/OwnersStack.js ModifiedM src/devtools/views/Components/SelectedElement.js ModifiedM src/devtools/views/Components/Tree.css ModifiedM src/devtools/views/Components/Tree.js ModifiedM src/devtools/views/Components/TreeContext.js ModifiedM src/devtools/views/Components/types.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…