Sentry logging and minor UI
This commit is contained in:
@@ -55,10 +55,7 @@ export function JobListComponent({ bodyshop, openImagePicker }) {
|
||||
const jobs = data ? [...(data?.jobs || []), { id: "footer-spacer" }] : [];
|
||||
|
||||
return (
|
||||
<SafeAreaView
|
||||
style={{ flex: 1, marginHorizontal: 12, paddingBottom: 48 }}
|
||||
edges={["top"]}
|
||||
>
|
||||
<SafeAreaView style={{ flex: 1, marginHorizontal: 12 }} edges={["top"]}>
|
||||
<View
|
||||
style={{
|
||||
display: "flex",
|
||||
@@ -73,7 +70,11 @@ export function JobListComponent({ bodyshop, openImagePicker }) {
|
||||
>
|
||||
{t("joblist.titles.jobtab")}
|
||||
</Text>
|
||||
<Button icon="cloud-upload-outline" mode="outlined" onPress={handleTempUpload}>
|
||||
<Button
|
||||
icon="cloud-upload-outline"
|
||||
mode="outlined"
|
||||
onPress={handleTempUpload}
|
||||
>
|
||||
{t("joblist.labels.tempdocs")}
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user