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

fix: polish workflow details page #215

Merged
merged 4 commits into from
Sep 24, 2021
Merged

Conversation

govalt
Copy link
Contributor

@govalt govalt commented Sep 23, 2021

Signed-off-by: csirius 85753828+csirius@users.noreply.github.com

TL;DR

Remove space between versions table and the bar chart and increase minimal height of execution list view in workflow details page.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

  • Remove space between versions table and bar chart when there are not enough versions
  • Add some minimal height for executions list view

Tracking Issue

fixes flyteorg/flyte#1517

Follow-up issue

NA

@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@6c21263). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #215   +/-   ##
=========================================
  Coverage          ?   63.79%           
=========================================
  Files             ?      361           
  Lines             ?     7733           
  Branches          ?     1343           
=========================================
  Hits              ?     4933           
  Misses            ?     2800           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c21263...8953f62. Read the comment docs.

Copy link
Contributor

@jsonporter jsonporter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of these changes breaks the graph; the graphing library complains it needs a width and a height. I think its because of the change on line 29.

I think we can fix it by either keeping height (and maxHeight) or alternatively we can add a container dive to ReactFlowWrapper

govalt and others added 4 commits September 24, 2021 13:24
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.27.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@anrusina anrusina deleted the executions-versions-ui branch January 13, 2022 00:25
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.

[BUG] Add a fixed height to "All Executions in the Workflow" view
4 participants