Add app command/search (#622)

This commit is contained in:
Saeed Vaziry
2025-06-22 22:58:05 +02:00
committed by GitHub
parent 5689e751af
commit dc7fa6b55c
12 changed files with 287 additions and 87 deletions

View File

@ -42,7 +42,6 @@ export default function Refresh() {
setPoll(undefined);
}
localStorage.setItem('refresh_interval', refreshInterval.toString());
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [refreshInterval]);
return (