Skip to content

Conversation

@Adarsh9977
Copy link
Contributor

What does this PR do?

  • Fixes the issue of hidden tables which cannot be unhide
  • Fixes the pagination to standard and consistent UI which is using in the whole application

Visual Demo (For contributors especially)

A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).

Video Demo (if applicable):

  • Before
Screen.Recording.2026-01-05.at.2.30.34.AM.mov
  • After
Screenshot 2026-01-05 at 2 31 21 AM

Image Demo (if applicable):

  • Add side-by-side screenshots of the original and updated change.
  • Highlight any significant change(s).

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • 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

@vercel
Copy link

vercel bot commented Jan 4, 2026

@Adarsh9977 is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Jan 4, 2026
@Adarsh9977 Adarsh9977 changed the title fix: (bugremove header and add standard pagination on out of office table for consistent UI fix: (bug) remove header and add standard pagination on out of office table for consistent UI Jan 4, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

anikdhabal
anikdhabal previously approved these changes Jan 5, 2026
@anikdhabal anikdhabal enabled auto-merge (squash) January 5, 2026 03:53
@anikdhabal anikdhabal added the run-ci Approve CI to run for external contributors label Jan 5, 2026
Removed unnecessary props from the data table component.
Comment on lines 371 to 373
paginationMode="standard"
headerClassName="hidden"
variant="compact"
Copy link
Contributor

Choose a reason for hiding this comment

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

only this change isn't sufficient, we need to update the backend logic also

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure @anikdhabal, keeping this PR only for unhide header. I'll create another PR for pagination.

@dhairyashiil dhairyashiil marked this pull request as draft January 5, 2026 05:53
auto-merge was automatically disabled January 5, 2026 05:53

Pull request was converted to draft

@Adarsh9977 Adarsh9977 requested a review from anikdhabal January 5, 2026 12:15
@Adarsh9977 Adarsh9977 marked this pull request as ready for review January 5, 2026 12:45
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@Adarsh9977
Copy link
Contributor Author

@anikdhabal add the pagination changes in #26494 with all the changes

@dhairyashiil dhairyashiil changed the title fix: (bug) remove header and add standard pagination on out of office table for consistent UI fix: remove header bug Jan 6, 2026
totalRowCount={totalRowCount}
tableContainerRef={tableContainerRef}
paginationMode="infinite"
variant="compact"
Copy link
Member

Choose a reason for hiding this comment

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

same here

Copy link
Member

@dhairyashiil dhairyashiil left a comment

Choose a reason for hiding this comment

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

Left some comments

@dhairyashiil dhairyashiil marked this pull request as draft January 6, 2026 19:06
@Adarsh9977 Adarsh9977 marked this pull request as ready for review January 8, 2026 20:59
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

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

Labels

community Created by Linear-GitHub Sync ready-for-e2e run-ci Approve CI to run for external contributors size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants