Include version number in firstrunwizard#563
Merged
juliusknorr merged 1 commit intomasterfrom Jul 20, 2021
Merged
Conversation
3aac6b4 to
007836c
Compare
Member
|
Looks good code wise but please have a quick look @nextcloud/designers :) |
juliusknorr
reviewed
Jul 16, 2021
e2dcefd to
6c68614
Compare
tcitworld
reviewed
Jul 16, 2021
templates/page.values.php
Outdated
|
|
||
| <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> |
Member
There was a problem hiding this comment.
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.
Collaborator
Author
There was a problem hiding this comment.
Hm... I would actually rather do that in a follow up to this PR...
@juliushaertl is that fine?
Member
There was a problem hiding this comment.
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.
Collaborator
Author
Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: Julius Härtl <jus@bitgrid.net>
6c68614 to
c9e70b6
Compare
marcoambrosini
approved these changes
Jul 19, 2021
Collaborator
Author
|
/backport to stable22 |
Collaborator
Author
|
/backport to stable21 |
Collaborator
Author
|
/backport to stable20 |
This was referenced Jul 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix #82
Signed-off-by: szaimen szaimen@e.mail.de