Add custom image loader and start job status.

This commit is contained in:
Patrick Fic
2025-10-28 14:52:54 -07:00
parent 38c2b0af5a
commit 9f65ca3c2f
7 changed files with 132 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ export function JobListComponent({ bodyshop }) {
return refetch();
};
if (loading) return <ActivityIndicator />;
if (loading) return <ActivityIndicator style={{ flex: 1 }} />;
if (error) return <Text>{error.message}</Text>;
if (data && data.jobs && data.jobs.length === 0)
return (