-
Notifications
You must be signed in to change notification settings - Fork 112
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: display list of retrived documents when clicking on the chip #1912
Conversation
Can we try to align the results with the chip. |
Will move to a grid layout @spolu 👍 |
@spolu addressed the alignment Regarding the mobile thing, this is what it looks like rn: Think it's ~OK ? Would you rather not have the # of retrieved docs on small screens ? |
Yes let’s remove on mobile as it’s non critical. do we need an icon in the ship to show that it’s clickable? |
<li key={i}> | ||
<a | ||
href={document.sourceUrl || ""} | ||
className="front-bold text-element-800" |
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.
shouldn't it be text-xs to be aligned with the text size of the retrieval component?
Killed on phone + added a chevron icon 👍 |
pending discussion here