Skip to content
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

link to conference contributions from conference detailed view #443

Closed
michamos opened this issue Jan 31, 2024 · 1 comment
Closed

link to conference contributions from conference detailed view #443

michamos opened this issue Jan 31, 2024 · 1 comment

Comments

@michamos
Copy link
Collaborator

On conference search pages, we link to all related conference papers with the N contributions link on the bottom-right of the card. This link is not available on the conference detailed view, as the same contributions are displayed underneath as an embedded search.

However, it's sometimes useful to perform an external search in case you want to refine the query, which is not possible in the embedded search. So we should add the link also to the detailed view.

Example: search with link, detailed record without.

@karolina-siemieniuk-morawska
Copy link
Collaborator

TECH NOTES:

  1. Extract contribution link from ConferenceItem.jsx to separate component ConferenceContributionLink.tsx
  2. Replace lines highlighted above in ConferenceItem.jsx with new component
  3. Add new component as rightActions prop to <ContentBox /> in DetailPageContainer.jsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants