Implement smooth scroll for landing page #117
Annotations
17 errors and 10 warnings
|
Lint
Property 'rag_model' is missing in type '{ id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; ocr_text: string; corrected_text: string; rag_context: string[]; llm_response: string; prompt: string; final_prompt: string; note: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint
Property 'rag_model' is missing in type '{ id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; ocr_text: string; corrected_text: string; rag_context: string[]; llm_response: string; prompt: string; final_prompt: string; note: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint
Property 'rag_model' is missing in type '{ id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; ocr_text: string; corrected_text: string; rag_context: string[]; llm_response: string; prompt: string; final_prompt: string; note: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint
Property 'rag_model' is missing in type '{ id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; ocr_text: string; corrected_text: string; rag_context: string[]; llm_response: string; prompt: string; final_prompt: string; note: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint
Property 'rag_model' is missing in type '{ ocr_text: null; corrected_text: null; rag_context: never[]; llm_response: null; note: null; id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; prompt: string; final_prompt: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint
Property 'rag_model' is missing in type '{ id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; ocr_text: string; corrected_text: string; rag_context: string[]; llm_response: string; prompt: string; final_prompt: string; note: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint
Property 'rag_model' is missing in type '{ id: number; image_name: string; image_path: string; ocr_model: string; correction_model: string; llm_model: string; ocr_text: string; corrected_text: string; rag_context: string[]; llm_response: string; prompt: string; final_prompt: string; note: string; created_at: string; }' but required in type 'Translation'.
|
|
Lint:
src/frontend/tests/pages/jobs.test.tsx#L457
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/jobs.test.tsx#L249
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/jobs.test.tsx#L173
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/jobs.test.tsx#L169
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/jobs.test.tsx#L150
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/jobs.test.tsx#L10
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/history.test.tsx#L337
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/history.test.tsx#L218
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/history.test.tsx#L10
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/api-keys.test.tsx#L10
Unexpected any. Specify a different type
|
|
Lint:
src/frontend/tests/pages/scriptorium.test.tsx#L394
'handleSignIn' is assigned a value but never used
|
|
Lint:
src/frontend/tests/pages/scriptorium.test.tsx#L10
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:
src/frontend/tests/pages/prompts.test.tsx#L9
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:
src/frontend/tests/pages/library.test.tsx#L10
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:
src/frontend/tests/pages/jobs.test.tsx#L10
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:
src/frontend/tests/pages/history.test.tsx#L10
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:
src/frontend/tests/pages/api-keys.test.tsx#L10
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:
src/frontend/tests/hooks/useJobPolling.test.ts#L1
'afterEach' is defined but never used
|
|
Lint:
src/frontend/tests/components/TranslationModal.test.tsx#L1
'beforeEach' is defined but never used
|
|
Lint:
src/frontend/tests/components/PromptInput.test.tsx#L5
'toast' is defined but never used
|