Introduce new UI using tailwind and shadcn #27
Annotations
2 errors and 6 warnings
lint
Type '{ type: "tel"; placeholder: string; disabled: boolean; onChange: (...event: any[]) => void; onBlur: Noop; value: string | null | undefined; name: "phoneNumber"; ref: RefCallBack; }' is not assignable to type 'Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">'.
|
lint
Process completed with exit code 2.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
client/src/components/ui/badge.tsx#L36
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
client/src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
client/src/components/ui/form.tsx#L168
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
client/src/components/ui/sidebar.tsx#L760
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
client/src/pages/Tasks/componenets/TaskFilters.tsx#L11
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|