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

[#1735] fix(web): fix sorting and filtering of the metalakes table #2309

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

ch3yne
Copy link
Contributor

@ch3yne ch3yne commented Feb 22, 2024

What changes were proposed in this pull request?

Fix sorting and filtering of the metalakes table.
image

Why are the changes needed?

Fix: #1735
Fix: #2072

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

N/A

@ch3yne ch3yne self-assigned this Feb 22, 2024
@@ -26,7 +26,7 @@ function TableToolbar(props) {
<>
<Fragment>
<Portal container={() => document.getElementById('filter-panel')}>
<Box className={`twc-w-full twc-justify-between twc-hidden`}>
<Box className={` twc-flex twc-w-full twc-justify-between`}>
Copy link
Contributor

@jerryshao jerryshao Feb 22, 2024

Choose a reason for hiding this comment

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

What is the purpose of adding a white space before "twc-flex"? Is it by mistaken or added deliberately?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My mistake, I'll fix it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@jerryshao jerryshao added need backport Issues that need to backport to another branch branch-0.4 labels Feb 22, 2024
Copy link
Contributor

@jerryshao jerryshao left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @ch3yne for the fix.

@jerryshao jerryshao merged commit 4333190 into apache:main Feb 22, 2024
12 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 22, 2024
…2309)

### What changes were proposed in this pull request?

Fix sorting and filtering of the metalakes table.
<img width="1023" alt="image"
src="https://github.com/datastrato/gravitino/assets/17310559/3ade8070-c24d-45f5-a43b-fd693c7d0234">


### Why are the changes needed?

Fix: #1735 
Fix: #2072

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need backport Issues that need to backport to another branch
Projects
None yet
2 participants