fix(seo): stop repeating the org name in page titles, and give /abos one at all #1800
ci.yml
on: pull_request
Code Quality Checks
7m 24s
Auth Smoke Test
1m 17s
Dual-Persona Inventory Smoke
8m 49s
Migration Drift Check
36s
Local E2E Journeys
5m 19s
Run Tests
1m 46s
Dependency Security Audit
43s
Main Red Alert (dispatched)
Annotations
1 error and 4 warnings
|
Dual-Persona Inventory Smoke
Process completed with exit code 1.
|
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 914) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 799) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Code Quality Checks:
src/components/auth/LoginForm.tsx#L83
Do not use `window.location.assign()` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
|
Code Quality Checks:
src/app/admin/decisions/[id]/DecisionHeaderCard.tsx#L82
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
e2e-local-artifacts
|
4.79 KB |
sha256:886df7e82e9efacd52f32ae19166dbdcf388020223791030c4b64a3e21b5a74b
|
|