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

Data section toolbar standardisation #14888

Merged
merged 20 commits into from
Oct 29, 2024
Merged

Data section toolbar standardisation #14888

merged 20 commits into from
Oct 29, 2024

Conversation

aptkingston
Copy link
Member

@aptkingston aptkingston commented Oct 28, 2024

Description

This PR updates all the controls in the data section toolbar to use the same component - detail popovers. Currently there are 4 different components used for the various controls - popovers, detail popovers, modals and drawers. Having a single experience for all controls is a much nicer experience for the user.

Functionality wise, the only change is to the export button. Since it's only available on tables (where filters cannot be applied) I could massively reduce the complexity of that component. Now you can only export all data, or the selected rows.

Before and after

Import button

image
image

Export button

image
image

Filter button

image
image

Sort button

image
image

Size button

image
image

Columns button

image
image

View calculations button

image
image

Copy link

qa-wolf bot commented Oct 28, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@aptkingston aptkingston marked this pull request as ready for review October 28, 2024 14:55
Copy link
Contributor

@deanhannigan deanhannigan left a comment

Choose a reason for hiding this comment

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

LGTM! Awesome update @aptkingston! Really refines the UX in the data section. Only one issue found during testing around the import popover not locking down the types, but I've already gone through that with you. 👍

@aptkingston aptkingston enabled auto-merge October 29, 2024 15:15
@aptkingston aptkingston merged commit 871997b into v3-ui Oct 29, 2024
11 checks passed
@aptkingston aptkingston deleted the data-tidy-up branch October 29, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants