nextcloud / nextcloud/contacts
Remote Instance should be displayed in the Member textbox
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 642
- Forks
- 220
- Avg merge
- 14h 39m
- Merged PRs (30d)
- 51
Description
When local is not set to true, it would be nice to display the remote instance of the members..

a dark gray text saying @remote.instance at the right of the DisplayName of the member might be the best solution (@jancborchardt ?)
interesting data from the JSON returned in the members list:
"instance": "internal-green.local",
"local": false,
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
Start by locating the member list and Member textbox rendering, then inspect how the members JSON fields instance and local are consumed. Confirm the intended display with the linked screenshot. Done means non-local members show a dark gray @remote.instance suffix beside their DisplayName, while local members remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100