Files
eranos/src/hooks
shakespeare.diy cef2693cdf feat: replace fake sparklines with real hashtag activity data
- Add useTagSparklines hook that queries kind-1 posts for each trending
  tag over the last 24 hours, buckets them into 10 time intervals, and
  returns actual post counts per bucket.
- All tags are fetched in a single relay query for efficiency.
- TrendSparkline component now accepts a `data: number[]` prop and
  renders the real activity curve instead of random noise.
- Remove all seeded PRNG code that was generating fake trend lines.

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
2026-02-18 03:51:16 -06:00
..
2026-02-16 16:54:01 -06:00