feat(client): Added Utils into menu - #472
Conversation
…pdf with qr codes for identifying competitors in relays events, #258
3f9f50b to
88e9509
Compare
martinkrivda
left a comment
There was a problem hiding this comment.
Was this change tested before opening the PR?
The form component is missing entirely, so the current import cannot be resolved and the application will not build correctly. Please either remove the import if the component is no longer needed, or add the missing component file and verify the change locally before updating the PR.
The tests cover encoding and the validation schema, but not the missing form, the PDF creation flow, or the route. Once the component is added, I would include at least a component test for successful PDF generation and a test for the PDF error path.
| import { Card } from '@/components/ui/card'; | ||
| import { useTranslation } from 'react-i18next'; | ||
| import { MainPageLayout } from '../../../templates/MainPageLayout'; | ||
| import { QrCodeGeneratorForm } from './QrCodeGeneratorForm'; |
There was a problem hiding this comment.
Cannot find module './QrCodeGeneratorForm' or its corresponding type declarations.ts(2307)
|
Ou, weird, i probably made something wrong, sorry. It was tested...I will check it and fix it. |
Summary
Checklist
CLA.mdin therepository root.