-
Notifications
You must be signed in to change notification settings - Fork 970
feat: search highlighting UI #1850
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
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
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 <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
Signed-off-by: Allison Suarez Miranda <[email protected]>
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.
