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

Preview component data #1034

Merged
merged 4 commits into from
Feb 2, 2023
Merged

Preview component data #1034

merged 4 commits into from
Feb 2, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Feb 1, 2023

Fixes #1024

Instead of showing that there are n values and not saying anything...
image

... we now show the first few and point out that there are more
image

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I've added a line to CHANGELOG.md (if this is a big enough change to warrant it)

@Wumpf
Copy link
Member Author

Wumpf commented Feb 1, 2023

This also removes the key: prefix everywhere
image

} else {
ui.label(format!("{num_instances} values"));
// TODO(andreas): There should be a button leaving to a full view.
// Or once we figure out how to do full views of this just show everything in a scroll area
Copy link
Member

Choose a reason for hiding this comment

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

I can't wait for the scroll area.

@Wumpf Wumpf merged commit 7f6bc91 into main Feb 2, 2023
@Wumpf Wumpf deleted the andreas/preview-component-data branch February 2, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show values of batches in selection view
3 participants