-
Notifications
You must be signed in to change notification settings - Fork 3k
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(ui): Adding Explore all button on home page search #6468
feat(ui): Adding Explore all button on home page search #6468
Conversation
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.
Looks good! i have a couple of nits and just a general css question in our frontend, but nothing blocking me from approving
&& { | ||
padding: 0px; | ||
margin: 0px; | ||
height: 16px; | ||
} |
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.
just in general I'm confused why we have these &&
or &&&
all over our css styling... do you understand it?
at least to my understanding, using &
is meant to apply styles to the current selector you're on as well as above selectors, so idk if it's really doing anything in these situations, but I could be wrong since I've never seen it used other than with &:hover { ...
or some pseudo selector
also I recognize you may be copy pasting this styling from elsewhere lol
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.
no so for some reason i have to do this to bypass the native antd styles in some cases. would love to understand why
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.
fricken ant design man
Summary
Adding a button for browsing all entities from the Home page. This allows users to start exploring before they know exactly what exists inside of DataHub.
Demo
Screen.Recording.2022-11-16.at.9.57.02.PM.mov
Checklist