scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Merge scroll helper functionality into list component #80

Closed scottohara closed 3 years ago

scottohara commented 5 years ago

The 3rd party scroll helper (framework/abc/*) is:

  1. unsupported by the original developer
  2. not an npm dependency
  3. still implemented in Javascript (where the rest of our code is Typescript)

Given the small amount of code, and the fact that we only ever use this for lists, it is probably worth reimplementing this functionality as part of the list component itself.