This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
Feat/login UI #27
Annotations
10 warnings
lint:
src/App.tsx#L3
'Avatar' is defined but never used
|
lint:
src/App.tsx#L5
'Dropdown' is defined but never used
|
lint:
src/App.tsx#L27
'Login' is defined but never used
|
lint:
src/App.tsx#L29
'UserOutlined' is defined but never used
|
lint:
src/App.tsx#L66
'loggedIn' is assigned a value but never used
|
lint:
src/App.tsx#L68
'profileMenuItems' is assigned a value but never used
|
lint:
src/App.tsx#L94
React Hook useMemo has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array
|
lint:
src/components/login/KeycloakAuthButton.tsx#L4
'useState' is defined but never used
|
lint:
src/components/modals/DeleteFunctionModal.tsx#L45
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
|
lint:
src/components/modals/DeleteTableModal.tsx#L49
React Hook useCallback has missing dependencies: 'navigate' and 'setNotification'. Either include them or remove the dependency array
|