enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 318 forks source link

Add icon to indicate value type in table #10225

Closed marthasharkey closed 3 weeks ago

marthasharkey commented 4 weeks ago

Pull Request Description

closes #10018

Sends the value type within the json for table visualisation Header uses a html template to show it's value type to the right of the title Displays the value type also in a tooltip, this displays the types "display_text"

image

tooltip:

image

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

radeusgd commented 3 weeks ago

Really happy to see the type display name in the tooltip - I think it will be really useful.

Enso code changes look good.

I feel like the TS part could be simplified a little bit with how the ValueType is passed. I assume @Frizi may have more opinions on that, as he's working more closely with the TS codebase.