Skip to content

Conversation

@himaniraghav3
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-3456
https://topcoder.atlassian.net/browse/PM-3631

What's in this PR?

Add tooltip and fix mobile view css

</div>
)

return canEdit ? (

Choose a reason for hiding this comment

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

[⚠️ maintainability]
The conditional rendering of the Tooltip component based on canEdit is correct, but consider extracting this logic into a separate function for better maintainability and readability. This will make it easier to test and modify in the future.

{
canSeeActivityBadge ? renderActivityStatus() : undefined
}
<div className={styles.statusRow}>

Choose a reason for hiding this comment

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

[⚠️ design]
The addition of a div with className={styles.statusRow} around the conditional rendering logic is a good structural change, but ensure that this does not unintentionally affect the layout or styling, especially in mobile view. Verify that the styles are correctly applied and do not conflict with existing styles.

@himaniraghav3 himaniraghav3 merged commit 85f2ace into dev Jan 29, 2026
8 checks passed
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