-
Notifications
You must be signed in to change notification settings - Fork 47
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
Include version number in firstrunwizard #563
Conversation
3aac6b4
to
007836c
Compare
Looks good code wise but please have a quick look @nextcloud/designers :) |
e2dcefd
to
6c68614
Compare
templates/page.values.php
Outdated
@@ -50,5 +50,8 @@ | |||
</ul> | |||
|
|||
<p class="details-link"><a href="<?php p($theme->getBaseUrl()); ?>" target="_blank" rel="noreferrer noopener"><?php p($l->t('Learn more about %s', $theme->getName())); ?></a></p> | |||
<div style="text-align: center;"> | |||
<h3><?php p($l->t('This Nextcloud is on version %s', [ \OC_Util::getVersionString() ])); ?></h3> |
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.
As the rest of the steps use the theme name a lot I would suggest something more like :
$theme->getName()
is using Nextcloud version %s
If the theme name is set, of course.
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.
Hm... I would actually rather do that in a follow up to this PR...
@juliushaertl is that fine?
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.
If we do show the version here, it should be rather short and inconspicuous. :) And it’s not a h3, a <p>
with color: var(--text-maxcontrast);
would be better.
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: szaimen <[email protected]> Co-Authored-By: Julius Härtl <[email protected]>
6c68614
to
c9e70b6
Compare
/backport to stable22 |
/backport to stable21 |
/backport to stable20 |
Fix #82
Signed-off-by: szaimen [email protected]