yshavit / whatdid

What did I do all day?
MIT License
8 stars 0 forks source link

"find" widget in PTN is slow to load #285

Closed yshavit closed 2 years ago

yshavit commented 2 years ago

I think right now, we're loading all of the entries. We should instead load just the projects and tasks.

yshavit commented 2 years ago

I think the thing to do here is to use an NSCollectionView, which does lazy loading.

yshavit commented 2 years ago

Fixed by #297