Support multiple anchors in content script UI utils.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10.5k
- Forks
- 564
- PR merge metrics
- No merged PRs in 30d
Description
Feature Request
Several requests for how to mount the same UI multiple times on list items or multiple other anchors on a page.
Is your feature request related to a bug?
What are the alternatives?
Using querySelectorAll and looping through all the elements, defining the UI mutliple times.
Additional context
N/A
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 content script UI utilities and their current mounting API. Compare the existing single-anchor behavior with the requested use case, then verify that one UI definition can mount on multiple list items or other anchors without requiring a querySelectorAll loop.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100