Skip to content

✨ add table tooltips#423

Merged
carlosthe19916 merged 2 commits intoguacsec:mainfrom
carlosthe19916:table-tooltips
Mar 27, 2025
Merged

✨ add table tooltips#423
carlosthe19916 merged 2 commits intoguacsec:mainfrom
carlosthe19916:table-tooltips

Conversation

@carlosthe19916
Copy link
Copy Markdown
Collaborator

@carlosthe19916 carlosthe19916 commented Mar 26, 2025

Resolves: #422

  • Added the "truncate" modifier to some columns "td". It was easy, just to add modifier=truncate
  • If a column renders another component that is not a String, then modifier=truncate won't work. So following the docs from https://v5-archive.patternfly.org/components/table#modifiers-with-table-text . I created the Component TdWithFocusStatus and apply tooltips for those special columns

Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
@carlosthe19916 carlosthe19916 requested a review from gildub March 26, 2025 12:25
# Conflicts:
#	client/src/app/pages/sbom-details/packages-by-sbom.tsx
@carlosthe19916 carlosthe19916 merged commit 686fe29 into guacsec:main Mar 27, 2025
7 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.

Add table tooltips

2 participants