mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
Replace the manual useEffect + fetch in NavbarGitHubStars with useQuery from @tanstack/react-query. This gives the component caching, request deduplication, automatic retries, and devtools visibility for free. The useLatestRelease hook referenced in the issue has already been removed from hero-section.tsx, so only the stars badge needed migration. Closes #1198 |
||
|---|---|---|
| .. | ||
| cta.tsx | ||
| features-bento-grid.tsx | ||
| features-card.tsx | ||
| footer-new.tsx | ||
| github-stars-badge.tsx | ||
| hero-section.tsx | ||
| integrations.tsx | ||
| navbar.tsx | ||
| use-cases-grid.tsx | ||
| why-surfsense.tsx | ||