code-charity / code-charity/youtube
💡wish: remove links from usernames in comment section
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 996
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
⚬ PROBLEM:
Misclick in comment section may throw you to some random guy's 'channel' which is most probably empty.
And then you need to go back, and find the position you were reading once again, which is annoying.
⚬ SOLUTION:
remove clickable links from usernames in the comment section.
if you actually need to go there you can click the avatar pic and then 'view channel'
⚬ ALTERNATIVES:
maybe create clickable link under the three-dots-button in case you actually need to go there
⚬ RELEVANCE / SCOPE:
15% maybe. dunno
⚬ "SIDE EFFECTS":
not much
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
No files, tests, or entry points are named. Start by locating the frontend code that renders usernames in the comment section, then verify how avatar and “view channel” navigation currently works; done means usernames are no longer clickable while the requested alternate channel access remains available.
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
- 45/100