Add hour intervals for Seeker (#578)

This commit is contained in:
Flaminel
2026-04-21 16:56:58 +03:00
committed by GitHub
parent 24ecd88cd0
commit 8770a8b18e
4 changed files with 32 additions and 4 deletions

View File

@@ -27,6 +27,11 @@ const INTERVAL_OPTIONS: SelectOption[] = [
{ label: '15 minutes', value: 15 },
{ label: '20 minutes', value: 20 },
{ label: '30 minutes', value: 30 },
{ label: '1 hour', value: 60 },
{ label: '2 hours', value: 120 },
{ label: '3 hours', value: 180 },
{ label: '4 hours', value: 240 },
{ label: '6 hours', value: 360 },
];
const STRATEGY_OPTIONS: SelectOption[] = [