enso/app
somebody1234 c60bf6e892
Fallback to default visualization based on type, when no viz has been explicitly set (#8389)
- Closes #8386
- Attempts to execute `<expr>.default_visualization` to query the engine for the *correct* fallback type
- If that is not possible, falls back to checking `inputType` - first for an exact match, then falling back to `Any` (i.e. the text/JSON visualization)
- Does not decide fallback based on the shape of the returned JSON

# Important Notes
Contains pretty significant refactors of `VisualizationMetadata` to allow it to be unset.
2023-12-01 12:41:24 +00:00
..
gui Build script fixes & improvements (#8285) 2023-11-23 21:19:31 +01:00
gui2 Fallback to default visualization based on type, when no viz has been explicitly set (#8389) 2023-12-01 12:41:24 +00:00
ide-desktop Fix GUI2 not being interactable (#8434) 2023-11-30 19:34:32 +00:00