Rllmuk Topic Ignore Script - fix table striping in Forum view
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Since we're hiding rows rather than removing them, it's playing havoc with the `nth-child(2n)`-based table striping.
If we remove the rows, we'd need to put them back in the same place when viewing ignored topics.
Otherwise, we could manually fix the striping the old-fashioned way, with alternating classes.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Rllmuk Topic Ignore Script behavior that hides rows in the Forum view and inspect how the table's nth-child(2n) striping is affected. The work is done when visible rows retain alternating striping while ignored topics can still be viewed in their original positions.
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
- Mostly clear
- Newbie friendliness
- 45/100