Skip to content

Commit

Permalink
Add a future TODO around word cloud generation.
Browse files Browse the repository at this point in the history
Part of #694.
  • Loading branch information
jkomoros committed Aug 4, 2024
1 parent 9049fa0 commit 28316b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/card-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,10 @@ class CardView extends connect(store)(PageViewElement) {
//panel is expanded, and we just had the 'regenerate' button
//clicked, which would have incremented the version.
this._collectionWordCloud = selectWordCloudForMainCardDrawer(state);

//TODO: in a perfect world we'd render the word cloud differently if
//it was out of date or not, so it was more obvious if it needs to
//be regenerated.
}

}
Expand Down

0 comments on commit 28316b1

Please sign in to comment.