portainer/app/react/hooks
Chaim Lev-Ari 7006c17ce4
fix(wizard): debounce name state [EE-4177] (#8042)
move debouncing to the component (from the validation).
debounce returns undefined when it's not calling the debounced function,
and undefined is considered a validation error.
2022-11-21 19:33:08 +02:00
..
useCurrentEnvironment.ts refactor(portainer): move to react [EE-3350] (#7915) 2022-11-13 10:10:18 +02:00
useDebounce.ts fix(wizard): debounce name state [EE-4177] (#8042) 2022-11-21 19:33:08 +02:00
useDebouncedValue.ts fix(wizard): debounce name state [EE-4177] (#8042) 2022-11-21 19:33:08 +02:00
useEnvironmentId.ts refactor(portainer): move to react [EE-3350] (#7915) 2022-11-13 10:10:18 +02:00
useLocalStorage.ts refactor(portainer): move to react [EE-3350] (#7915) 2022-11-13 10:10:18 +02:00
usePaginationLimitState.ts refactor(portainer): move to react [EE-3350] (#7915) 2022-11-13 10:10:18 +02:00
useUIState.tsx refactor(portainer): move to react [EE-3350] (#7915) 2022-11-13 10:10:18 +02:00
useUser.tsx refactor(portainer): move to react [EE-3350] (#7915) 2022-11-13 10:10:18 +02:00