Simon Winter

Results 5 comments of Simon Winter

To do: - [ ] Remove the info sidebar from source view - [ ] Create a new `InfoView` - [ ] Toggle the view on/off via the toolbar -...

Front end look at: https://jsfe.js.org/Sink/AllFeatures

@nokome We could use refs? see: https://lit.dev/docs/templates/directives/#ref - we've used them in some cases & I think there are instances where we have taken a similar approach to you &...

@mike-parkin - yeah, it's definitely related. to #2124. Let's get that merged first.

@mike-parkin when you get around to this, the pattern we've used to render the `execution-details` (`src/ui/nodes/properties/execution-details.ts`) will probably be similar to what you need to do here, at least from...