Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy on welcome screen #5778

Closed
wants to merge 3 commits into from
Closed

Conversation

nikolausWest
Copy link
Member

@nikolausWest nikolausWest commented Apr 4, 2024

What

⬆️
Screenshot 2024-04-04 at 22 13 54

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

@nikolausWest nikolausWest added ui concerns graphical user interface exclude from changelog PRs with this won't show up in CHANGELOG.md labels Apr 4, 2024
@@ -40,9 +40,9 @@ pub(super) fn welcome_section_ui(ui: &mut egui::Ui) {
ui.add_space(4.0);
};

bullet_text(ui, "Log with the Rerun SDK in C++, Python, or Rust");
bullet_text(ui, "Log data with the Rerun SDK in Python, C++, or Rust");
Copy link
Member

@emilk emilk Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be consistent with the order of supported languages, and I believe that order should be lexicographical.

If you strongly disagree, then please change it everywhere in this repository and on landing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I agree they need to be consistent everywhere but sure thing. I think they should be ordered as Python, C++, Rust for marketing reasons since that is the order of popularity / usage. I added a commit that does this change to the other places I found it in this repo and here is the pr for landing: https://github.com/rerun-io/landing/pull/782

Copy link
Member

@emilk emilk Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can find more places to change by searching with the regex C\+\+.*\n?.*Python
Some of it is code-genned somewhere in crates/re_types_builder/src/codegen/docs/mod.rs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I give up

@nikolausWest nikolausWest requested a review from emilk April 4, 2024 20:14
@nikolausWest nikolausWest mentioned this pull request Apr 5, 2024
5 tasks
jleibs added a commit that referenced this pull request Apr 5, 2024
Second attempt at #5778

### What

### 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:
[rerun.io/viewer](https://rerun.io/viewer/pr/5811)
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5811?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/5811?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/5811)
- [Docs
preview](https://rerun.io/preview/b5c7f424890c4cb71b9198e46718839da11fdef0/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/b5c7f424890c4cb71b9198e46718839da11fdef0/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

---------

Co-authored-by: Jeremy Leibs <jeremy@rerun.io>
jleibs added a commit that referenced this pull request Apr 5, 2024
Second attempt at #5778

### What

### 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:
[rerun.io/viewer](https://rerun.io/viewer/pr/5811)
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5811?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/5811?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/5811)
- [Docs
preview](https://rerun.io/preview/b5c7f424890c4cb71b9198e46718839da11fdef0/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/b5c7f424890c4cb71b9198e46718839da11fdef0/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

---------

Co-authored-by: Jeremy Leibs <jeremy@rerun.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog PRs with this won't show up in CHANGELOG.md ui concerns graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants