Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ugly UI for some arrow data (#5235)
### What Improve the display of arbitrary arrow data, _slightly_. There were several problems: * We were displaying huge datatypes (unions) * We were not respecting the max toolbar size * We were falling back on datatype too early Before: <img width="2006" alt="Screenshot 2024-02-20 at 10 46 21" src="https://github.com/rerun-io/rerun/assets/1148717/266183be-bad2-40e6-9a91-33404924db19"> After: <img width="798" alt="Screenshot 2024-02-20 at 10 46 02" src="https://github.com/rerun-io/rerun/assets/1148717/08a8c5eb-b425-469e-a5b8-b81e31d1c2ca"> ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5235/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5235/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5235/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5235) - [Docs preview](https://rerun.io/preview/74d98392d782ec79a9989d052115a439a271029a/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/74d98392d782ec79a9989d052115a439a271029a/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information