-
Notifications
You must be signed in to change notification settings - Fork 33
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
ui: make details available for shared workflows #375
ui: make details available for shared workflows #375
Conversation
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.
Nice job! Just wanted to highlight that before merging, the design of the badges (notebook icon / shared icon and popup, and the others) will probably change (look at the discussion in #321), but we should talk about this IRL.
<div | ||
className={className || styles.container} | ||
style={ | ||
insideClickableElement ? { cursor: "pointer" } : { cursor: "default" } |
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.
Why is this needed? Also, maybe we can just conditionally render the action menu if workflow.owner_email === "-"
, WDYT?
121f8d2
to
3e4fa44
Compare
3e4fa44
to
ab22164
Compare
Latest version before rebase: 3e4fa44 There are still many comments to address from older PRs
|
Ready to be reviewed, squashed and merged |
54c870f
to
83eee02
Compare
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.
Works nicely 👍 with
- r-client #692
- r-client-go #153
- r-ui #375
- r-server #658
- r-workflow-controller #552
- r-commons #429
- r-db #216
Kept separate commits, amended some headlines.
Closes reanahub/reana-server#651