-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: update timestop table #9375
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9375 +/- ##
============================================
- Coverage 39.77% 39.74% -0.03%
Complexity 2270 2270
============================================
Files 1302 1302
Lines 99565 99593 +28
Branches 3282 3282
============================================
- Hits 39599 39584 -15
- Misses 58034 58077 +43
Partials 1932 1932
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
523825d
to
2204cd8
Compare
The last commit hardcode the line breaks and thus split the translations in 2, but I would rather revert this change |
2204cd8
to
6a892ea
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.
Done ^^ |
c832944
to
0958ed6
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.
Thank you for this PR. I've posted a few comments
I was not sure whether the name was included in the table and thus the desired changes, but I don't mind adding it |
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.
The font size is 14 everywhere except the header, which has a font size of 12px
Thibaut is a bit busy right now so I don't want to bother him for that, but for now I have added a title in line with the information and style already on the page |
Good catch on the font size thanks, I did not think to check it |
0958ed6
to
ec49a3b
Compare
I can't see the |
Good catch thanks, fixed, mb |
417795b
to
8e3a731
Compare
Thibaut said |
Maximum, not minimum
I have reduced the max width of the CI column btw, though this will be pushed later. |
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.
The fact that 0% values are hidden was already a hard coded behavior (in 2 different places, so clearly intentional). I don't understand why this is the case. I will discuss this with baptiste as soon as he's back, as well as other questions about margins displaying Which column is the : with no seconds in? |
Ok. In |
I will remove the margins changes from this PR, to keep its scope more contained, and add them to another PR later (so until then the 0% will stay hidden, sorry). I can not reproduce your bug about times being cut. Perhaps the column was simply too narrow? I can change the input table column width to make sure everything fits well. |
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.
I don't think we want to change the style of the input panel. (which would solve the problem of unseen seconds).
20721f3
to
1787ada
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.
Signed-off-by: Alice Khoudli <[email protected]>
Signed-off-by: Alice Khoudli <[email protected]>
1787ada
to
dab05c4
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.
LGTM and tested! Thank you for this PR
Signed-off-by: Alice Khoudli <[email protected]>
dab05c4
to
701cc5c
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.
LGTM ✅
Close #9352
A few points (name of the CI column, width of each column, text boldness and color in the ch column) remain open in the issue, and will be patched in this PR as soon as they are clarified. All other aspects should be implemented.