Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rerun.io link/text in top bar (#2540)
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. Make sure you mention any issues that this PR closes in the description, as well as any other related issues. To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. --> ### What Fixes #2518 Took quite a bit of time to make it look nice. It is not centered, so it also plays nicely with demo.rerun Native: <img width="235" alt="image" src="https://github.com/rerun-io/rerun/assets/1220815/7dc299e6-86ff-4013-901e-a20f35ccd41d"> Web: <img width="207" alt="image" src="https://github.com/rerun-io/rerun/assets/1220815/98d9932a-11e7-45e4-94ff-62c214e78fdf"> Web with metrics: <img width="304" alt="image" src="https://github.com/rerun-io/rerun/assets/1220815/4e8fabde-58eb-4c48-84b9-48f8219237f9"> Web with metrics zoomed in _a lot_: <img width="2057" alt="image" src="https://github.com/rerun-io/rerun/assets/1220815/61e5bca5-a72d-43e3-86a5-173096e60607"> Click! https://github.com/rerun-io/rerun/assets/1220815/51c42221-8fa2-46c3-8710-e0d9731289ee Test using `cargo rerun` and `cargo rerun-web` ### 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) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2540 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/86d9103/docs Examples preview: https://rerun.io/preview/86d9103/examples <!-- pr-link-docs:end --> --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
- Loading branch information