nextcloud-libraries / nextcloud-libraries/nextcloud-vue

Avatar styling differs from server

Open
#6,865 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug feature: avatar
Dominant language
Vue
Stars
246
Forks
99
Avg merge
1d 20h
Merged PRs (30d)
103

Description

Here is some screenshots of this code:

<NcAvatar class="public-page-user-menu__avatar"
			disable-menu
			disable-tooltip
			is-no-user
			:user="currentUser || '?'" />
<NcAvatar class="public-page-user-menu__avatar"
			disable-menu
			disable-tooltip
			is-guest
			:user="currentUser || '?'" />

Schreenshots

Left is the component internal generator: is-no-user
Right is the server guest avatar endpoint

Image
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the NcAvatar component and reproduce the styling for the is-no-user and is-guest states shown in the issue. Compare the component's internal avatar generator with the server guest avatar endpoint; done means the two rendered avatars match in styling.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.