• Lyza Danger Gardner's avatar
    Address render performance in `ThreadList` · 8c25bcc3
    Lyza Danger Gardner authored
    - Disable scroll anchoring, as it interferes with `ThreadList` and the
      calculation of visual threads and can cause infinite render loops
    - Make scroll position in `ThreadList` fuzzier (50 px precision) to
      reduce scroll-event-related re-renders
    - Improve test structure in `ThreadList` for these changes and better
      coverage
    8c25bcc3
thread-list.js 6.44 KB