Skip to content

fix(web): gate the dashboard on the server, repair two nav links #160

fix(web): gate the dashboard on the server, repair two nav links

fix(web): gate the dashboard on the server, repair two nav links #160

Triggered via pull request August 5, 2026 00:51
Status Success
Total duration 3m 0s
Artifacts

ci.yml

on: pull_request
Lint & Typecheck
1m 1s
Lint & Typecheck
Matrix: Test Python SDK
Build All Packages
1m 51s
Build All Packages
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Test Python SDK (3.9)
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-python@v5, astral-sh/setup-uv@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test Python SDK (3.12)
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-python@v5, astral-sh/setup-uv@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint & Typecheck
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint & Typecheck: apps/web/app/oauth/consent/page.tsx#L251
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
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/page.tsx#L107
The 'documents' logical expression could make the dependencies of useMemo Hook (at line 166) change on every render. To fix this, wrap the initialization of 'documents' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/page.tsx#L107
The 'documents' logical expression could make the dependencies of useMemo Hook (at line 155) change on every render. To fix this, wrap the initialization of 'documents' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/[docId]/graph/page.tsx#L335
The 'sections' logical expression could make the dependencies of useMemo Hook (at line 426) change on every render. To fix this, wrap the initialization of 'sections' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/[docId]/graph/page.tsx#L335
The 'sections' logical expression could make the dependencies of useMemo Hook (at line 421) change on every render. To fix this, wrap the initialization of 'sections' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/[docId]/graph/page.tsx#L335
The 'sections' logical expression could make the dependencies of useEffect Hook (at line 356) change on every render. To fix this, wrap the initialization of 'sections' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/[docId]/graph/page.tsx#L335
The 'sections' logical expression could make the dependencies of useMemo Hook (at line 341) change on every render. To fix this, wrap the initialization of 'sections' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/[docId]/graph/page.tsx#L335
The 'sections' logical expression could make the dependencies of useMemo Hook (at line 340) change on every render. To fix this, wrap the initialization of 'sections' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/documents/[docId]/graph/page.tsx#L335
The 'sections' logical expression could make the dependencies of useMemo Hook (at line 338) change on every render. To fix this, wrap the initialization of 'sections' in its own useMemo() Hook
Lint & Typecheck: apps/web/app/(dashboard)/dashboard/connected-apps/page.tsx#L179
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
Build All Packages
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/