push
github
1384 of 2808 branches covered (49.29%)
0 of 110 new or added lines in 10 files covered. (0.0%)
2 existing lines in 2 files now uncovered.14038 of 79141 relevant lines covered (17.74%)
1.76 hits per line
NEW
|
import { Frown } from '@teable/icons'; |
|
NEW
|
import { Alert, AlertDescription, AlertTitle } from '@teable/ui-lib/shadcn/ui/alert'; |
× |
NEW
|
|
× |
NEW
|
export const FailAlert: React.FC = () => { |
× |
NEW
|
return (
|
× |
NEW
|
<div className="flex size-full items-center justify-center">
|
× |
NEW
|
<Alert className="w-[400px]">
|
× |
NEW
|
<Frown className="size-5" />
|
× |
NEW
|
<AlertTitle>Crash!</AlertTitle> |
× |
NEW
|
<AlertDescription> |
× |
NEW
|
This view is broken. If the refresh still fails, run the data repair program. |
× |
NEW
|
</AlertDescription> |
× |
NEW
|
</Alert> |
× |
NEW
|
</div> |
× |
NEW
|
); |
× |
NEW
|
}; |
× |