6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript1,423 forks (1,423 forks)batch import
bughelp wanted
Repository metrics
- Stars
- 22,918 stars (22,918 stars)
- PR merge metrics
- Avg merge 1d 18h (Avg merge 1d 18h)44 merged PRs in 30d (44 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate the 'open all conversations' feature in the codebase (likely in a file related to conversation list). Check the conditions under which this feature is rendered. The issue mentions it sometimes missing on certain pages (e.g., issue list with PRs from copilot). Search for the feature's selector or event listener. Review related issue #8557 for context. Try to reproduce the missing state and identify any race conditions or missing DOM elements.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- Familiarity with refined github codebaseBasic understanding of browser extensions