Skip to content

Fix some routing issues #105

Fix some routing issues

Fix some routing issues #105

Triggered via pull request March 8, 2026 02:44
Status Success
Total duration 53s
Artifacts

ci.yml

on: pull_request
Backend - Build & Lint
22s
Backend - Build & Lint
Frontend - Build & Type Check
43s
Frontend - Build & Type Check
Web - Build & Lint
46s
Web - Build & Lint
Heroku - Deployment Check
23s
Heroku - Deployment Check
CI Status
3s
CI Status
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
Backend - Build & Lint
Process completed with exit code 2.
Frontend - Build & Type Check
Property 'releaseChannel' does not exist on type 'ExpoConfig & { hostUri?: string | undefined; }'.
Frontend - Build & Type Check
Type 'string | undefined' is not assignable to type 'string[] | undefined'.
Frontend - Build & Type Check
Argument of type 'string' is not assignable to parameter of type 'never'.
Frontend - Build & Type Check
Property 'code' does not exist on type 'Error'.
Frontend - Build & Type Check
Expected 1 arguments, but got 0.
Frontend - Build & Type Check
Expected 1 arguments, but got 0.
Frontend - Build & Type Check
Type 'Timeout' is not assignable to type 'number'.
Frontend - Build & Type Check
Property 'releaseChannel' does not exist on type 'ExpoConfig & { hostUri?: string | undefined; }'.
Frontend - Build & Type Check: frontend/app/(auth)/edit-profile.tsx#L3
'useFocusEffect' is defined but never used
Frontend - Build & Type Check: frontend/app/(auth)/edit-profile.tsx#L2
'ProfileResponse' is defined but never used
Frontend - Build & Type Check: frontend/app/(auth)/edit-password.tsx#L25
'saving' is assigned a value but never used
Frontend - Build & Type Check: frontend/app/(auth)/edit-age.tsx#L74
React Hook useEffect has a missing dependency: 'ages'. Either include it or remove the dependency array
Frontend - Build & Type Check: frontend/app/(auth)/edit-age.tsx#L29
'SCREEN_HEIGHT' is assigned a value but never used
Frontend - Build & Type Check: frontend/app/(auth)/create-profile.tsx#L209
React Hook useEffect has missing dependencies: 'direction', 'fadeAnim', and 'slideAnim'. Either include them or remove the dependency array
Frontend - Build & Type Check: frontend/app/(auth)/account-settings.tsx#L7
'router' is defined but never used
Frontend - Build & Type Check: frontend/app/(auth)/(tabs)/profile.tsx#L54
'loading' is assigned a value but never used
Frontend - Build & Type Check: frontend/app/(auth)/(tabs)/chat.tsx#L75
'blockedUsers' is assigned a value but never used
Frontend - Build & Type Check: frontend/app/(auth)/(tabs)/chat.tsx#L73
'error' is assigned a value but never used