Conversation
|
Paragon Review Unavailable Hi @Recxsmacx! To enable Paragon reviews on this repository, please register at https://home.polarity.cc Once registered, connect your GitHub account and Paragon will automatically review your pull requests. |
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx">
<violation number="1" location="apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx:140">
P2: Using `isFetching` to replace `flatData` with skeletons causes the list to collapse to 5 rows during background refetches or when fetching the next page, disrupting infinite scroll. Use `isPending` (initial load) to avoid clobbering existing data while paginating.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
@romitg2 @dhairyashiil need your view 🫡 |
Review SummaryThis PR adds bordered containers to the Out of Office and Holidays settings pages to match the Settings shell pattern ( Core changes are UI-only and should not break behavior. However, a few issues should be addressed before merging: 1. Import ordering violation (both files)The PR moves third-party imports (
For example in 2. Column width change — verify on TEAM tabThe OOO column width changed from a dynamic |
|
@Recxsmacx yes, pls check the above comment and address |
apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx
Outdated
Show resolved
Hide resolved
|
Okay @anikdhabal anything else to fix in this??? |
|
No, fix them and test |
Yessirrr! |
|
@anikdhabal gm gm addressed something regarding your requested changes ! |
I can see no new commits, seems like you forgot to push changes? |
Hey romit ! i addressed my pov on the requested changes |
where? i can't see any comments from your side. please make sure you've addressed changes and self-reviewed your code before asking for reviews. Thanks! you can see there are duplicated imports, as also told by Anik. |
Removed unused imports from OutOfOfficeEntriesList.tsx
|
@romitg2 it's done ! |
I can still see duplicate |
Co-authored-by: Cursor <[email protected]>

###Before
###After
Summary by cubic
Organized the Out of Office and Holidays settings pages to match the Settings shell and improve readability. Standardized headers, bordered shells across all states, fixed column widths, and cleaned up row layout; no behavior changes.
UI Improvements
Refactors
Written for commit 8421533. Summary will update on new commits.