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

Tabular dataset display component #15285

Merged
merged 22 commits into from Jan 17, 2023
Merged

Conversation

dannon
Copy link
Member

@dannon dannon commented Jan 8, 2023

Screenshot:

image

check replaceChildren tweak -- likely need to address other consumers, but this is a good change.

This initial implementation intentionally keeps the overly flexible row handling in place (variable column numbers, diverging from spec, basically rendering anything you throw at it). We should follow up with more explicit handling for particular types when data can be assured to be clean -- this will allow for significant performance improvements.

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. Click eye for various tabular datasets, observe display.

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@dannon dannon marked this pull request as ready for review January 9, 2023 16:17
@github-actions github-actions bot added this to the 23.0 milestone Jan 9, 2023
@guerler guerler added the kind/refactoring cleanup or refactoring of existing code, no functional changes label Jan 9, 2023
Copy link
Contributor

@guerler guerler left a comment

Choose a reason for hiding this comment

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

This is a good step forward. Thank you!

@dannon dannon merged commit 3f8a88c into galaxyproject:dev Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI-UX kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants