Add flake.nix and rewrite frontend #5

Merged
torjus merged 12 commits from nixify into master 2025-03-19 21:07:52 +00:00
Showing only changes of commit 2c75603046 - Show all commits

View File

@ -139,7 +139,7 @@ export function Stats({ api, type }: StatsProps) {
const interval = setInterval(() => {
getStats()
}, 5000)
}, 60000)
return () => {
clearInterval(interval);