-
Notifications
You must be signed in to change notification settings - Fork 112
feat(okms): add current version information #19380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
91d60d6 to
b877226
Compare
...s/okms/src/modules/secret-manager/pages/drawers/secretValueDrawer/SecretValueDrawer.page.tsx
Outdated
Show resolved
Hide resolved
...pps/okms/src/modules/secret-manager/pages/secret/versionList/VersionCells.component.spec.tsx
Outdated
Show resolved
Hide resolved
...pps/okms/src/modules/secret-manager/pages/secret/versionList/VersionCells.component.spec.tsx
Show resolved
Hide resolved
...ager/apps/okms/src/modules/secret-manager/pages/secret/versionList/VersionList.page.spec.tsx
Outdated
Show resolved
Hide resolved
...s/src/modules/secret-manager/pages/drawers/secretValueDrawer/SecretValueDrawer.page.spec.tsx
Show resolved
Hide resolved
...ms/src/modules/secret-manager/pages/secret/generalInformation/InformationsTile.component.tsx
Show resolved
Hide resolved
b877226 to
43ed35c
Compare
...ager/apps/okms/src/modules/secret-manager/pages/secret/versionList/VersionCells.constants.ts
Outdated
Show resolved
Hide resolved
fdd22d7 to
67726c2
Compare
| <div className="grid grid-cols-1 gap-3 pt-2"> | ||
| <div className="flex gap-2 items-center h-8"> |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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]>
67726c2 to
f8e87bd
Compare
ref: #MANAGER-19657
Description
Ticket Reference: #...
Additional Information