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

fix(scheduling): Use attendee placeholder avatars #5454

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

ChristophWurst
Copy link
Member

Instead of broken user avatars. This is not a comprehensive fix but a workaround for #3099, which is not trivial to fix.

Before After
Bildschirmfoto vom 2023-09-06 09-16-11 Bildschirmfoto vom 2023-09-06 09-13-32

Instead of broken user avatars. This is not a comprehensive fix but a
workaround for #3099, which is not trivial to fix.

Signed-off-by: Christoph Wurst <[email protected]>
@ChristophWurst ChristophWurst added 3. to review Waiting for reviews bug Feature: Scheduling Anything around scheduling meetings, free-busy, resources, attendees and so on labels Sep 6, 2023
@ChristophWurst ChristophWurst self-assigned this Sep 6, 2023
@ChristophWurst ChristophWurst changed the title fix(scheduling): Use placeholder avatars fix(scheduling): Use attendee placeholder avatars Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04% ⚠️

Comparison is base (7c08a44) 22.68% compared to head (521b530) 22.64%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5454      +/-   ##
============================================
- Coverage     22.68%   22.64%   -0.04%     
- Complexity      387      395       +8     
============================================
  Files           240      241       +1     
  Lines         11811    11831      +20     
  Branches       2297     2297              
============================================
  Hits           2679     2679              
- Misses         9132     9152      +20     
Flag Coverage Δ
javascript 13.84% <ø> (ø)
php 64.26% <ø> (-0.63%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...rc/components/Editor/AvatarParticipationStatus.vue 0.00% <ø> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@miaulalala
Copy link
Contributor

/backport to stable4.5

@backportbot-nextcloud backportbot-nextcloud bot added the backport-request A backport was requested for this pull request label Sep 7, 2023
@miaulalala
Copy link
Contributor

/backport to stable4.4

@miaulalala miaulalala merged commit 4259026 into main Sep 7, 2023
39 of 40 checks passed
@miaulalala miaulalala deleted the fix/attendees/placeholder-avatars branch September 7, 2023 08:04
@backportbot-nextcloud backportbot-nextcloud bot removed the backport-request A backport was requested for this pull request label Sep 7, 2023
@miaulalala
Copy link
Contributor

/backport to stable3.5

@backportbot-nextcloud backportbot-nextcloud bot added the backport-request A backport was requested for this pull request label Sep 7, 2023
@backportbot-nextcloud
Copy link

The backport to stable3.5 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable3.5
git pull origin stable3.5

# Create the new backport branch
git checkout -b fix/foo-stable3.5

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable3.5

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@ChristophWurst
Copy link
Member Author

/backport to stable3.5

@ChristophWurst ChristophWurst removed the backport-request A backport was requested for this pull request label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Feature: Scheduling Anything around scheduling meetings, free-busy, resources, attendees and so on
Projects
Development

Successfully merging this pull request may close these issues.

3 participants