Skip to content

fix: provide explicit column width for member list#17718

Merged
eunjae-lee merged 3 commits intomainfrom
fix/explicit-column-width-for-member-list
Nov 18, 2024
Merged

fix: provide explicit column width for member list#17718
eunjae-lee merged 3 commits intomainfrom
fix/explicit-column-width-for-member-list

Conversation

@eunjae-lee
Copy link
Copy Markdown
Contributor

What does this PR do?

All the columns didn't have width assigned. So the column widths can be flickering while scrolling (when the column content size varies)

(before this PR)
https://github.com/user-attachments/assets/5aa28e50-9058-472c-a122-5f2b9cb5c6d8

Now, this PR applies column widths. I've brought the implementation from TanStack Table Column Resizing Performant, although I didn't implement the resizing itself.

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

How should this be tested?

  • Are there environment variables that should be set?
  • What are the minimal test data to have?
  • What is expected (happy path) to have (input and output)?
  • Any other important info that could help to test that PR

Checklist

  • I haven't read the contributing guide
  • My code doesn't follow the style guidelines of this project
  • I haven't commented my code, particularly in hard-to-understand areas
  • I haven't checked if my changes generate no new warnings

@keithwillcode keithwillcode added consumer core area: core, team members only labels Nov 18, 2024
@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Nov 18, 2024 1:23pm
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Nov 18, 2024 1:23pm

@eunjae-lee eunjae-lee marked this pull request as ready for review November 18, 2024 10:51
@graphite-app graphite-app Bot requested a review from a team November 18, 2024 10:51
@dosubot dosubot Bot added ui area: UI, frontend, button, form, input 🐛 bug Something isn't working labels Nov 18, 2024
id: "select",
enableHiding: false,
enableSorting: false,
size: 30,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

explicit column sizes for these 3 columns, and the rest will be decided by tanstack table

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Nov 18, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (11/18/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add ready-for-e2e label" took an action on this PR • (11/18/24)

1 label was added to this PR based on Keith Williams's automation.

Copy link
Copy Markdown
Member

@sean-brydon sean-brydon left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 18, 2024

E2E results are ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working consumer core area: core, team members only ready-for-e2e ui area: UI, frontend, button, form, input

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants