-
Notifications
You must be signed in to change notification settings - Fork 366
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
Dataframe view: sorting and primary column selection #7070
Labels
Comments
This was referenced Aug 6, 2024
6 tasks
abey79
added a commit
that referenced
this issue
Sep 4, 2024
) ### What - Part of: #7279 This PR updates the dataframe query override UI as per design in #7279, in particular adding PoV entity and component. - updated UI layout - time boundaries default to `+∞`/`–∞` button which, when clicked, turn into editable time drag value - reset buttons to go back to the `∞` state - auto-selection of PoV component based on PoV entity (picks a required component for one of the entity archetypes) **Note**: - This is a pure UI PR. The PoV entity/component are not yet used at all for the dataframe's content (that will be addressed in a follow-up PR currently blocked on #7284). - Ignore the ugly "Time range table order" part, this will be cleaned up later (#7070) https://github.com/user-attachments/assets/32151a1f-b0ca-4e99-99df-ea730451d4dc ### 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/7331?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/7331?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)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7331) - [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`.
This is only really needed if/when we do: |
will leave a proposal here to not forget it! Screen.Recording.2024-09-11.at.11.47.29.mp4 |
6 tasks
emilk
pushed a commit
that referenced
this issue
Sep 16, 2024
…ger used by the dataframe view (#7415) ### What - closes #7390 - related #7070 What the title says☝🏻 This was dead code and a wart in the dataframe view selection panel. Table sorting is now covered by #7070 and blocked on proper support at `re_dataframe` level. ### 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/7415?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/7415?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)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7415) - [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`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In time range mode, there are two "header" columns: time and entity path. It should be possible to:
Currently, it's possible to choose the primary column, but sort order is not indepenent.
Here, time is primary, and both are sorted in ascending direction:
When fixing the UI for this issue, it would be a good time to also address:
The text was updated successfully, but these errors were encountered: