-
Notifications
You must be signed in to change notification settings - Fork 966
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
feat: search highlighting UI #1850
Conversation
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
frontend/amundsen_application/static/js/components/ResourceListItem/DashboardListItem/index.tsx
Outdated
Show resolved
Hide resolved
{feature.description} | ||
</div> | ||
{feature.description && ( | ||
<div |
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.
Could we use here a <p>
tag instead of a div?
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.
the styling gets completely messed up when using <p>
frontend/amundsen_application/static/js/components/ResourceListItem/FeatureListItem/index.tsx
Outdated
Show resolved
Hide resolved
...application/static/js/components/ResourceListItem/MetadataHighlightList/highlightingUtils.ts
Outdated
Show resolved
Hide resolved
...application/static/js/components/ResourceListItem/MetadataHighlightList/highlightingUtils.ts
Outdated
Show resolved
Hide resolved
...d/amundsen_application/static/js/components/ResourceListItem/MetadataHighlightList/index.tsx
Outdated
Show resolved
Hide resolved
...d/amundsen_application/static/js/components/ResourceListItem/MetadataHighlightList/index.tsx
Outdated
Show resolved
Hide resolved
frontend/amundsen_application/static/js/components/ResourceListItem/TableListItem/index.tsx
Outdated
Show resolved
Hide resolved
frontend/amundsen_application/static/js/components/ResourceListItem/styles.scss
Outdated
Show resolved
Hide resolved
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
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.
LGTM
Provide configurable search matching metadata highlighting for tables, dashboards, and features.
![Screen Shot 2022-06-01 at 12 53 30 PM](https://user-images.githubusercontent.com/22477579/171490095-dab53374-f857-458e-a12c-32a6b6c55794.png)