Skip to content

feat(#3247, #3307): add skeleton on cards while validating #2199

feat(#3247, #3307): add skeleton on cards while validating

feat(#3247, #3307): add skeleton on cards while validating #2199

Status Failure
Total duration 2m 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

15 errors
lint: govtool/frontend/src/components/molecules/GovernanceActionCard.tsx#L1
'useEffect' is defined but never used
lint: govtool/frontend/src/components/molecules/GovernanceActionCard.tsx#L1
'useRef' is defined but never used
lint: govtool/frontend/src/components/molecules/GovernanceActionCard.tsx#L1
'useState' is defined but never used
lint: govtool/frontend/src/components/molecules/GovernanceActionCard.tsx#L18
'MetadataStandard' is defined but never used
lint: govtool/frontend/src/components/molecules/GovernanceActionCard.tsx#L19
'useValidateMutation' is defined but never used
lint: govtool/frontend/src/pages/GovernanceActionsCategory.tsx#L11
'GovernanceActionCard' is defined but never used
lint
Process completed with exit code 1.
type_check
'useEffect' is declared but its value is never read.
type_check
'useRef' is declared but its value is never read.
type_check
'useState' is declared but its value is never read.
type_check
'MetadataStandard' is declared but its value is never read.
type_check
'useValidateMutation' is declared but its value is never read.
type_check
Type '{ inProgress: boolean; onClick: () => void; txHash: string; createdDate: string; createdEpochNo: number; details?: ActionDetailsType | undefined; expiryDate?: string | undefined; ... 22 more ...; poolAbstainVotes: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ProposalData, "motivation" | "rationale" | "details" | "id" | "yesVotes" | "noVotes" | "abstainVotes"> & { ...; }'.
type_check
'GovernanceActionCard' is declared but its value is never read.
type_check
Process completed with exit code 2.