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

Austenem/CAT-1052 Add bulk download dialog to detail pages #3622

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

austenem
Copy link
Collaborator

Summary

Add bulk file download option to the Bulk Download section of dataset detail pages.

Design Documentation/Original Tickets

CAT-1052 Jira ticket

Testing

Tested starting the dialog from detail pages with no processed datasets and with multiple datasets.

Screenshots/Video

Screenshot 2024-11-25 at 4 47 46 PM Screenshot 2024-11-25 at 4 48 01 PM

Checklist

  • Code follows the project's coding standards
    • Lint checks pass locally
    • New CHANGELOG-your-feature-name-here.md is present in the root directory, describing the change(s) in full sentences.
  • Unit tests covering the new feature have been added
  • All existing tests pass
  • Any relevant documentation in JIRA/Confluence has been updated to reflect the new feature
  • Any new functionalities have appropriate analytics functionalities added


function OutlinedButton({ children, ...rest }: OutlinedButtonProps) {
return (
<StyledButton variant="outlined" {...rest}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure we need to introduce a new shared component to pass a single prop. @NickAkhmetov thoughts?

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.

2 participants