mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-02 15:54:06 +00:00
545b084146
This changes how TimelineCred filtering works. Instead of using the filterTimelineCred module, which includes all nodes matching filterPrefixes, we now take all nodes matching scorePrefixes and additionally the top `k` nodes for every other type. This ensures that we will have the top comments, pull requests, issues, etc in the UI, without needing to take every single comment or PR or issue. Concurrently, the UI is updated so that every type is included in the filter dropdown. CHANGELOG has been updated, since this is user facing. Test plan: `yarn test` passes, snapshots are updated, and I also tested the UI manually.