Show failed to apply in visualizer (#717)

Objects with failed changes will highlight, and the specific failed
changes in their list will highlight as well.
This commit is contained in:
boatbomber
2023-07-08 19:31:26 -07:00
committed by GitHub
parent 7ef4a1ff12
commit 0a932ff880
7 changed files with 49 additions and 17 deletions

View File

@@ -84,6 +84,7 @@ function ChangesDrawer:render()
columnVisibility = { true, false, true },
patch = self.props.patch,
unappliedPatch = self.props.unappliedPatch,
instanceMap = self.serveSession.__instanceMap,
}),
})
@@ -342,6 +343,7 @@ function ConnectedPage:render()
rendered = self.state.renderChanges,
transparency = self.props.transparency,
patch = self.props.patchData.patch,
unappliedPatch = self.props.patchData.unapplied,
serveSession = self.props.serveSession,
height = self.changeDrawerHeight,
layoutOrder = 4,