nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Avatar styling differs from server
Open
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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