-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Add a citation button to pages #1856
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
@rainandbare it works on the stack, so that solves it for now 😄 |
@@ -25,7 +26,7 @@ export function DatasetHeader() { | |||
return ( | |||
<PageHeader | |||
actions={ | |||
<div> | |||
<div className="flex items-center gap-2.5"> |
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.
nit: let's use gap-sds-s
to keep our spacing scale explicitly in line with sds recommendations!
Though I can see you got it from RunHeader, nice detective work, we would have to swap it there too.
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.
Oh I see! Thanks, fixed it in both places.
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.
@rainandbare hopefully this is what you meant!
@dgmccart Please take a look when you have the time. Thanks! |
There may be some cleanup to be done later, as I've based this implementation on the View Tomogram button.
EDIT:
The implementation of plausible tracking is still pending.Done.Closes #1847