-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Update appearance of 'Jenkins is starting' pages #9707
Conversation
/label web-ui |
You can do: /label web-ui,rfe |
I wasn't able to request review for the following reviewer(s): jenkinsci/sig-ux Check that the reviewer is spelt right and try again. |
/reviewer @jenkinsci/sig-ux |
@@ -1,5 +1,5 @@ | |||
Please\ wait\ while\ Jenkins\ is\ restarting=Jenkins wird neu gestartet. Bitte warten. |
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.
When changing the English text we should update / remove translations.
e.g. here I think you would drop the Bitte warten
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 can confirm, it should be "Jenkins wird neu gestartet"
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.
Please\ wait\ while\ Jenkins\ is\ restarting=Jenkins wird neu gestartet. Bitte warten. | |
Please\ wait\ while\ Jenkins\ is\ restarting=Jenkins wird neu gestartet |
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.
Should the "." be part of the text or not?
@@ -21,5 +21,5 @@ | |||
# THE SOFTWARE. | |||
|
|||
Please\ wait\ while\ Jenkins\ is\ getting\ ready\ to\ work=Por favor aguarde enquanto o Jenkins se prepara para trabalhar |
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.
This needs updating still (capturing as outstanding)
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, updated the translations that I could, removed those that I couldn't
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
@@ -20,5 +20,5 @@ | |||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |||
# THE SOFTWARE. | |||
|
|||
Your\ browser\ will\ reload\ automatically\ when\ Jenkins\ is\ ready.=Din browser vil genindlæse siden automatisk når Jenkins er klar. | |||
Your\ browser\ will\ reload\ automatically\ when\ Jenkins\ is\ ready=Din browser vil genindlæse siden automatisk når Jenkins er klar. | |||
Please\ wait\ while\ Jenkins\ is\ restarting=Vent venligst imens Jenkins genstarter |
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.
there's still a number of translations outstanding for this one Please\ wait\ while\ Jenkins\ is\ restarting
Either update or remove translation please
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 thanks!
/label ready-for-merge This PR is now ready for merge, after ~24 hours, we will merge it if there's no negative feedback. Thanks! |
<l:spinner text="${%Please wait while Jenkins is getting ready to work}" /> | ||
</h1> | ||
<p class="restarting"> | ||
${%Your browser will reload automatically when Jenkins is ready} |
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.
Why remove the trailing period? The other line is (or was) a title so didn't need it, but this one isn't.
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.
Personal preference, I don't personally see the value of them for things like this. Would be a good thing to standardise across Jenkins, as right now many fields include periods, many don't.
For this piece of text in particular, it's centered and I think it appears more visually balanced without the punctuation.
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.
many fields include periods, many don't
Are there many sentences that don't have periods?
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.
Worked well in my interactive testing
@@ -20,5 +20,5 @@ | |||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |||
# THE SOFTWARE. | |||
|
|||
Your\ browser\ will\ reload\ automatically\ when\ Jenkins\ is\ ready.=Din browser vil genindlæse siden automatisk når Jenkins er klar. | |||
Please\ wait\ while\ Jenkins\ is\ restarting=Vent venligst imens Jenkins genstarter |
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.
Was this intentional? I don't speak the language but Google Translate says it's now "Please wait Jenkins restarts" which seems not great translated back.
This PR updates the appearance of the 'Jenkins is starting' pages. The pages are now slightly more padded, content has been refined, use the <l:spinner/> component (rather than a custom one) and have a soft animation on load.
Booting
Before
After
Safe restart
Before
After
Restart
Before
After
core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/_restart.jelly
Testing done
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@jenkinsci/sig-ux
Before the changes are marked as
ready-for-merge
:Maintainer checklist