-
Notifications
You must be signed in to change notification settings - Fork 25
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(layout): add popover for new journal entry #4516
Conversation
feat(FileUploader): use local src to display image
fix(comment): revise spacing between blocks
fix(auth): force to disconnect if failed to switch network
Fix/drawer switch sequence
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fix(editor): trigger height adjustment on paste to textarea
fix(history): useQuery instead usePublicQuery to fetch comment history
fix(billboard): fix responsive issue
feat(home): revise sidebar authors & tags page size to 4
placement="top" | ||
onShown={hidePopperOnClick} | ||
offset={[0, 12]} // 16px - 4px (default tippy padding) | ||
theme="mobile" |
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.
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.
I think the box shadow mimic the same as dropdown
. If you are referring to the top border, I am not sure how would that work with the current state of CSS. I tried to use the exact same class here:
https://github.com/thematters/matters-web/pull/4516/files#diff-86d58c4f4ea93cb30bc1b5aed1e1d8b3fa26105d3f3568973c50b2aa2e3f581fL149
ef6e62f
to
547466b
Compare
feat(tracker): add event tracker for home feed tab clicks
547466b
to
7f651ff
Compare
re: #4487
close #4513