Cursor is not always a pointer on searched participants
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 587
- Avg merge
- 18h 27m
- Merged PRs (30d)
- 333
Description
The current rules to show a pointer on the searched row and on the user name of a searched row are not enough.



Steps to reproduce
- Open a conversation as a moderator
- In the participant list, search for a user who is not yet in the conversation
- Move the cursor over the searched participant
Expected result
The cursor should be a pointer
Actual result
The cursor is a pointer or the default cursor depending on where the cursor is placed on the row
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 in src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue, especially the cursor rules around lines 726-728 and 789-791. Reproduce the moderator participant search described in the issue and inspect each part of the searched participant row. Done means the pointer cursor appears consistently anywhere over a searched participant who is not yet in the conversation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100