Skip to content

Conversation

@abhinavohri
Copy link
Contributor

Resolves: #7710

Summary:
Add a copy button next to the name of the attendee which would copy the following name and email in the following format name <email>

Before:
image

After:
image

@SebastianKrupinski
Copy link
Contributor

@abhinavohri

Thank you for the PR, but this will need approval from the design team.

@nimishavijay

@SebastianKrupinski
Copy link
Contributor

Tested this. Works good.

Only two minor changes,

A) can we call the new component AttendeeDetails, display is a bit ambiguous
B) the name should be aligned with the status like it was before the change

Previous
image

@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

.attendee-details {
display: flex;
align-items: center;
gap: 4px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
gap: 4px;
gap: var(--default-grid-baseline);

align-items: center;
gap: 4px;
overflow: hidden;
margin-bottom: 17px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
margin-bottom: 17px;
margin-bottom: calc(var(--default-grid-baseline) * 4);

margin-inline-start: calc(var(--default-grid-baseline) * 2);

&--compact {
margin-bottom: 0px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
margin-bottom: 0px;
margin-bottom: 0;

@GVodyanov
Copy link
Contributor

Looks good code wise, just needs design's approval

@GVodyanov GVodyanov requested a review from kra-mo January 15, 2026 09:45
Copy link
Member

@kra-mo kra-mo left a comment

Choose a reason for hiding this comment

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

Looks good from my side, nice improvement :)

@SebastianKrupinski
Copy link
Contributor

Made the recommended changes and rebased to most recent

@SebastianKrupinski
Copy link
Contributor

Re-Tested changes all working as expected

@SebastianKrupinski SebastianKrupinski merged commit 1c0d24d into nextcloud:main Jan 15, 2026
41 checks passed
@github-actions
Copy link

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Always show an attendee's email address in the editors

4 participants