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

ui: make details available for shared workflows #375

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

DaanRosendal
Copy link
Member

Copy link
Member

@giuseppe-steduto giuseppe-steduto left a 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" }
Copy link
Member

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?

@mdonadoni
Copy link
Member

Latest version before rebase: 3e4fa44

There are still many comments to address from older PRs

yarn.lock probably needs to be regenerated

mdonadoni added a commit to DaanRosendal/reana-ui that referenced this pull request Aug 29, 2024
@mdonadoni
Copy link
Member

Ready to be reviewed, squashed and merged

Copy link
Member

@tiborsimko tiborsimko left a 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.

@tiborsimko tiborsimko merged commit 83eee02 into reanahub:master Sep 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rest: make workflow details available to users the workflow was shared with
4 participants