You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR
- removes the `--ignore-pattern '*.test.*'` flag from ESLint configuration in both `backend.ai-ui` and `react` packages, allowing test files to be properly linted.
- Renames `useControllableState` to `useControllableState_deprecated` to prepare for future refactoring
- Removes unused parameters and variables from various components
- Adds proper React.FC type annotations to components that were missing them
- Replaces a potentially unsafe optional chaining with a proper null check in ManageAppsModal
- Simplifies the queryVariables in AgentList by removing unnecessary useMemo
0 commit comments