Code improvements
Open
browser
enhancement
- Dominant language
- JavaScript
- Stars
- 3.6k
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] Disable listeners/pollers when the browser is not focused
- [ ] Properly clean listeners when a field is disconnected (this somehow isn't creating problems now 🙏 but it should be fixed via `gt:kill`)
Contributor guide
Research direction
Start by tracing the listeners and pollers involved in browser focus handling, then inspect the field-disconnection lifecycle and the `gt:kill` event. Done means inactive browser tabs no longer keep those listeners or pollers running, and disconnected fields clean them up through `gt:kill`; the issue names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100