theia-trace-extension icon indicating copy to clipboard operation
theia-trace-extension copied to clipboard

Refactor Item Properties View to use table components

Open ngondalia opened this issue 1 year ago • 0 comments

The current implentation of the item properties view shows properties as plaintext with no styling. This looks ok but can be significantly improved by showing the properties in a table.

This commit makes the following changes:

  • Reuses filter tree component for item properties view.
  • Added option to hide filler columns/cells
  • Ability to render a table cell value as an element
  • Added tooltips for item properties

Signed-off-by: Neel Gondalia [email protected]

ngondalia avatar May 06 '24 20:05 ngondalia