Use templates or shadow-dom instead of string
Open
enhancement
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
For the different states, use `templates` or `shadow-dom` instead of `string` for the `innerHtml` property
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the code that assigns the innerHtml property for the different states and inspect how those states are currently represented. Determine whether templates or shadow DOM fits the existing structure; done means the state views no longer use string-based innerHtml rendering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100