refactor: operator design review

This commit is contained in:
Carlos Valente
2025-06-20 22:24:41 +02:00
committed by Carlos Valente
parent fdd81354cc
commit 629204810f
19 changed files with 452 additions and 326 deletions
@@ -79,7 +79,7 @@ function getOptionsFromParams(searchParams: URLSearchParams): CountdownOptions {
}
/**
* Hook exposes the backstage view options
* Hook exposes the countdown view options
*/
export function useCountdownOptions(): CountdownOptions {
const [searchParams] = useSearchParams();