feat(frontend): organization management UI + role-aware permission gating (stacked on #267) - #268
Open
amal66 wants to merge 3 commits into
Open
feat(frontend): organization management UI + role-aware permission gating (stacked on #267)#268amal66 wants to merge 3 commits into
amal66 wants to merge 3 commits into
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npm run lint:
frontend/src/app/components/shared/MfaLoginGate.tsx#L62
React Hook useEffect has a missing dependency: 'user'. Either include it or remove the dependency array
|
|
Run npm run lint:
frontend/src/app/components/shared/DocumentSidePanel.tsx#L155
React Hook useEffect has missing dependencies: 'doc' and 'onLoadVersions'. Either include them or remove the dependency array. If 'onLoadVersions' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run npm run lint:
frontend/src/app/components/popups/MfaVerificationPopup.tsx#L222
React Hook useEffect has a missing dependency: 'digits'. Either include it or remove the dependency array
|
|
Run npm run lint:
frontend/src/app/components/modals/AddProjectDocsModal.tsx#L86
Expected an assignment or function call and instead saw an expression
|
|
Run npm run lint:
frontend/src/app/components/modals/AddProjectDocsModal.tsx#L4
'X' is defined but never used
|
|
Run npm run lint:
frontend/src/app/components/assistant/DocPanel.tsx#L132
React Hook useMemo has an unnecessary dependency: 'citationQuoteId'. Either exclude it or remove the dependency array
|
|
Run npm run lint:
frontend/src/app/(pages)/layout.tsx#L42
React Hook useEffect has a missing dependency: 'isSidebarOpen'. Either include it or remove the dependency array
|
|
Run npm run lint:
frontend/src/app/(pages)/account/security/page.tsx#L670
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Run npm run lint:
frontend/src/app/(pages)/account/page.tsx#L20
'accountGlassPrimaryButtonClassName' is defined but never used
|
|
Run npm run lint:
frontend/src/app/(pages)/account/connectors/page.tsx#L180
React Hook useEffect has a missing dependency: 'selectedConnector'. Either include it or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading