Skip to content

Conversation

@rjamet-ovh
Copy link
Contributor

ref: #MANAGER-19657

Description

Ticket Reference: #...

Additional Information

@rjamet-ovh rjamet-ovh force-pushed the feat/MANAGER-19657 branch 2 times, most recently from 91d60d6 to b877226 Compare September 26, 2025 16:07
@rjamet-ovh rjamet-ovh marked this pull request as ready for review September 29, 2025 07:34
@rjamet-ovh rjamet-ovh requested a review from a team as a code owner September 29, 2025 07:34
@rjamet-ovh rjamet-ovh requested review from mathieumousnier and removed request for a team September 29, 2025 07:34
@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Sep 29, 2025
@rjamet-ovh rjamet-ovh force-pushed the feat/MANAGER-19657 branch 2 times, most recently from fdd22d7 to 67726c2 Compare September 29, 2025 15:12
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Sep 29, 2025
Comment on lines 73 to 74
<div className="grid grid-cols-1 gap-3 pt-2">
<div className="flex gap-2 items-center h-8">
Copy link
Contributor

Choose a reason for hiding this comment

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

Why you need a div in div for only one div ? Can you replace it by a simple section to improve semantique ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I need two div to have the proper displayed layout. We're not in the context of a section here, the content of this component is a selector to update the content displayed below, so we really only have one content in the drawer in which this component is implemented.

isDisplayTooltip
data-testid={VERSION_LIST_CELL_TEST_IDS.version(version)}
/>
<div className="flex gap-2 items-center">
Copy link
Contributor

Choose a reason for hiding this comment

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

It's a section too ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not really, this component is a datagrid cell, and i had to add a div to manage a use case where we have a link + a badge in the cell.

ref: #MANAGER-19657

Signed-off-by: Romain Jamet <[email protected]>
@rjamet-ovh rjamet-ovh merged commit 39327b5 into project/secret-manager-b2 Sep 30, 2025
15 checks passed
@rjamet-ovh rjamet-ovh deleted the feat/MANAGER-19657 branch September 30, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants