nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Avatar initial don't support unicode
Open
Nobody has claimed this yet.
0. to triage
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
Reported here: https://github.com/nextcloud/mail/issues/3366
I believe it's because:
Should be:
return String.fromCharCode(this.getUserIdentifier.charCodeAt(0)).toUpperCase()
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
Open src/components/Avatar/Avatar.vue at line 318 and review how the avatar initial is derived from getUserIdentifier. Verify the change with a Unicode user identifier and confirm that the avatar displays the expected initial.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100