Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve welcome screen for small screens (#6421)
Makes the welcome screen use more of the available space. Important for small screens, mobile, or embedded web viewers. ### What * Hide blueprint panel * Reduce vertical space * Fix title casing #### Before (0.16 viewer) <img width="861" alt="Screenshot 2024-05-23 at 15 14 14" src="https://github.com/rerun-io/rerun/assets/1148717/67c7aef1-817b-48fb-922c-234c9fe91d62"> #### After <img width="861" alt="Screenshot 2024-05-23 at 15 14 24" src="https://github.com/rerun-io/rerun/assets/1148717/1b28716e-627a-4f3f-a659-62657ee82ba3"> #### Mobile ![IMG_7872](https://github.com/rerun-io/rerun/assets/1148717/f4ba5a95-0c6e-43f0-aadd-b17f768ebaec) ### 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 examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/6421?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/6421?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/6421) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`.
- Loading branch information