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

Made expandable content a separate component #2240

Merged
merged 15 commits into from
Sep 13, 2024

Conversation

smmr-dn
Copy link
Contributor

@smmr-dn smmr-dn commented Sep 12, 2024

Changes

Separate expandable content in Table to another component, independent from the original TableRowMemoized. This PR prepares for the fixing of the bug that is caused by sub-component not being recognized by the virtualizer when being rendered within the main row.

Testing

Confirmed the expandable contents visually turned out correctly.

Docs

N/A

After-PR TODO:

  • Change AIRA attributes into data attributes (comment)

@smmr-dn smmr-dn self-assigned this Sep 12, 2024
@smmr-dn smmr-dn marked this pull request as ready for review September 12, 2024 18:09
@smmr-dn smmr-dn requested a review from a team as a code owner September 12, 2024 18:09
@smmr-dn smmr-dn requested review from mayank99 and r100-stack and removed request for a team September 12, 2024 18:09
Copy link
Contributor

@mayank99 mayank99 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@r100-stack r100-stack left a comment

Choose a reason for hiding this comment

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

LGTM after the visual test is fixed. But since this PR is a part of #2208, we shouldn't merge this right away. You can update #2208 to point to this PR's branch instead of main. More info about stacking PRs.

@mayank99
Copy link
Contributor

I'm good with merging it tbh. No reason to leave it hanging. It's a small, standalone PR that does exactly what it says.

@r100-stack
Copy link
Member

Then merging it sounds good too in this case. If we need to make any changes related the contents of this PR, we can then do it in #2208 itself or in another PR.

@smmr-dn smmr-dn merged commit 8e850cc into main Sep 13, 2024
15 of 16 checks passed
@smmr-dn smmr-dn deleted the uyen/separate-expandable-content branch September 13, 2024 21:25
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.

3 participants