-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
adding some documentation hints and some smaller cleanup #4478
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
Conversation
|
@karlitschek, thanks for your PR! By analyzing the history of the files in this pull request, we identified @schiessle, @nickvergessen and @SergioBertolinSG to be potential reviewers. |
|
@karlitschek you need to sign your commits 😉 |
| <button id="ocFederationSubmit" class="hidden"><?php p($l->t('Add')); ?></button> | ||
| <span class="msg"></span> | ||
| </p> | ||
| <h3><?php if(count($_['trustedServers'])>0) p($l->t('Trusted servers')); ?></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.
I would always show the headline. Even if there is only the "add trusted servers" button, it is still the "Trusted servers" section. Otherwise it looks also strange if you start to add trusted servers, because while you add them they will be listed without the headline and only after reload the headline will appear.
Codecov Report
@@ Coverage Diff @@
## master #4478 +/- ##
============================================
- Coverage 53.9% 28.61% -25.3%
+ Complexity 21701 21700 -1
============================================
Files 1272 1272
Lines 75815 75215 -600
============================================
- Hits 40870 21523 -19347
- Misses 34945 53692 +18747
|
schiessle
left a comment
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.
looks good to me after the last changes.
|
Hmmm. I intentionally tried to group the headlines and the new description text together to create a tiny bit of structure. Now we again have a list of unconnected stuff on the page. But I don't care. At some point for the next release we should do a proper layouting of all our settings pages. So that it doesn't look randomly placed |
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
d1d80d6 to
bbb5862
Compare
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
|
@karlitschek ok, I moved the h2 and the settings-hint back together. Looked a bit cramped with just the negative margin-top, but I added margin-bottom so it’s fine. Also rebased on master, let’s see what the tests say. |
jancborchardt
left a comment
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.
Looks good to me!
|
looks good 👍 |
MorrisJobke
left a comment
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.
Nice 👍
@karlitschek This is still missing. You should sign off your commits. How to do this can be found in https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md#sign-your-work |
|
Merging since there is no "Schöpfungshöhe" in the commits from frank. |
@jancborchardt @MorrisJobke @schiessle @nickvergessen