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: display workflow size in details page #151

Open
mvidalgarcia opened this issue Oct 29, 2020 · 1 comment · May be fixed by #394
Open

ui: display workflow size in details page #151

mvidalgarcia opened this issue Oct 29, 2020 · 1 comment · May be fixed by #394
Assignees
Labels
Projects

Comments

@mvidalgarcia
Copy link
Member

We should display the size on the details page as well as in the workflow list, we're not doing it at the moment.

Originally posted by @mvidalgarcia in #146 (comment)

@mvidalgarcia
Copy link
Member Author

When addressing this issue, consider having a single WorkflowInfo component reusable between the workflow list page and the workflow details page, as the information displayed is practically the same.

giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 8, 2023
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 8, 2023
@mdonadoni mdonadoni added this to In review in 0.9.1 May 8, 2023
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 9, 2023
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 9, 2023
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 9, 2023
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 11, 2023
Both `WorkflowList` and `WorkflowDetails` now use the same `WorkflowInfo` component. To account for small differences between the ways in which this component should be rendered in the two pages, a new `.workflow-details` class has been added, with some rules that are only applied in the workflow-details page (e.g. display the launcher label).

Closes reanahub#151
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 11, 2023
Both `WorkflowList` and `WorkflowDetails` now use the same `WorkflowInfo` component. To account for small differences between the ways in which this component should be rendered in the two pages, a new `.workflow-details` class has been added, with some rules that are only applied in the workflow-details page (e.g. display the launcher label).

Closes reanahub#151
giuseppe-steduto added a commit to giuseppe-steduto/reana-ui that referenced this issue May 11, 2023
Both `WorkflowList` and `WorkflowDetails` now use the same `WorkflowInfo` component. To account for small differences between the ways in which this component should be rendered in the two pages, a new `.workflow-details` class has been added, with some rules that are only applied in the workflow-details page (e.g. display the launcher label).

Closes reanahub#151
@giuseppe-steduto giuseppe-steduto removed this from Client next in Triage Oct 16, 2023
@giuseppe-steduto giuseppe-steduto removed this from In review in 0.9.1 Oct 16, 2023
@giuseppe-steduto giuseppe-steduto added this to In review in 0.9.2 Oct 16, 2023
@mdonadoni mdonadoni moved this from In review to In work in 0.9.2 Nov 8, 2023
@mdonadoni mdonadoni removed this from In work in 0.9.2 Jan 11, 2024
@mdonadoni mdonadoni added this to In work in 0.9.3 Jan 11, 2024
@mdonadoni mdonadoni removed this from In work in 0.9.3 Mar 14, 2024
@mdonadoni mdonadoni added this to In work in 0.95.0 Mar 14, 2024
mdonadoni pushed a commit to giuseppe-steduto/reana-ui that referenced this issue Apr 22, 2024
@mdonadoni mdonadoni moved this from In work to In review in 0.95.0 Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment