-
Notifications
You must be signed in to change notification settings - Fork 176
add link in toast to see pub in the library #2884
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
src/renderer/library/components/searchResult/AllPublicationPage.tsx
Outdated
Show resolved
Hide resolved
to={{ | ||
...location, | ||
pathname: "/library", | ||
search: `?focus=search&value=${this.props.publicationTitle}`, |
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.
This can match multiple publications, I wonder if we could be more specific? (uuid?)
src/renderer/library/components/searchResult/AllPublicationPage.tsx
Outdated
Show resolved
Hide resolved
![]() When importing notes from the reader , the toast is displayed with "go to library" instead of focus to the reader window @danielweck @arthur-lemeur what do you think, we need to work on a better toast notification to not break the experience with too many distraction |
No description provided.