Skip to content
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

Add clipboard action to Personal Settings Fed Cloud Id #780

Merged
merged 1 commit into from
Aug 9, 2016

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Aug 9, 2016

@rullzer rullzer added the 3. to review Waiting for reviews label Aug 9, 2016
@mention-bot
Copy link

@rullzer, thanks for your PR! By analyzing the annotation information on this pull request, we identified @jancborchardt, @schiessle and @LukasReschke to be potential reviewers

@rullzer rullzer added this to the Nextcloud 11.0 milestone Aug 9, 2016
@MorrisJobke MorrisJobke mentioned this pull request Aug 9, 2016
67 tasks
@schiessle
Copy link
Member

works great! Is it by purpose that the cloud ID gets marked if I click on the copy button?

Just a small idea, I would consider to add a margin-left to the copy bottom so that it doesn't look to squeezed. Played around in my browser and like the result with 5px.

@rullzer
Copy link
Member Author

rullzer commented Aug 9, 2016

Yes selecting it basically highlights what you copy. And it makes it easier to directly copy in the case of a failed copy (for some reason).

@rullzer
Copy link
Member Author

rullzer commented Aug 9, 2016

I'll change the padding

@MorrisJobke
Copy link
Member

position: relative;
top: 3px;

Before:
bildschirmfoto 2016-08-09 um 14 15 39
After:
bildschirmfoto 2016-08-09 um 14 15 34

@MorrisJobke
Copy link
Member

beside that it works nice 👍

@rullzer
Copy link
Member Author

rullzer commented Aug 9, 2016

Used both comments:

Before:
before

After:
after

@schiessle
Copy link
Member

looks and works great now 👍

@MorrisJobke MorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Aug 9, 2016
@rullzer rullzer merged commit edeb41c into master Aug 9, 2016
@rullzer rullzer deleted the copy_fed_cloud_id branch August 9, 2016 14:18
@@ -15,7 +15,8 @@

<p>
<?php p($l->t('Your Federated Cloud ID:')); ?>
<strong><?php p($_['cloudId']); ?></strong>
<strong id="cloudid"><?php p($_['cloudId']); ?></strong>
<a class="clipboardButton icon icon-clippy" data-clipboard-target="#cloudid"></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extra .icon class is not needed. ;)

@jancborchardt jancborchardt added the papercut Annoying recurring issue with possibly simple fix. label Aug 12, 2016
GitHubUser4234 pushed a commit to GitHubUser4234/server that referenced this pull request Aug 30, 2016
Add clipboard action to Personal Settings Fed Cloud Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish papercut Annoying recurring issue with possibly simple fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants