-
Notifications
You must be signed in to change notification settings - Fork 5
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
Explain "recent" part of the completion bar #73
Conversation
I disagree here, in my opinion centered is better in the case of the completion bar. |
To me, it looks great either way! Thank you for adding the info! Format nitpick: putting the number in parentheses with a (FWIW, Python can add both |
This looks great to me, thanks! |
It's not trivial to implement, as adding a padding CSS property to the bar breaks rendering of near-zero completion (it's too big). We would need to complicate the DOM model of the bar to get the width of the bare text, as we check now only for the bar width and width with the overflow, only when it happens. Let's merge it as is now. |
Make the completion bar with the recent progress part self-explanatory. That way the visualisation should be more understandable, and the whole table more informative.
cc @encukou
📊 Dashboard preview 📊: https://python-docs-translations.github.io/dashboard/73/merge/