Upload improvements for imgproxy.

This commit is contained in:
Patrick Fic
2025-10-31 09:38:51 -07:00
parent ab8703a524
commit beb1145f98
11 changed files with 43 additions and 24 deletions

View File

@@ -95,7 +95,7 @@ function JobTombstone({ bodyshop }) {
<RefreshControl refreshing={loading} onRefresh={onRefresh} />
}
>
<Card>
<Card mode="outlined">
<Card.Title
title={t("jobdetail.labels.jobinfo")}
titleVariant="titleLarge"
@@ -132,7 +132,7 @@ function JobTombstone({ bodyshop }) {
</Card.Content>
</Card>
<Card>
<Card mode="outlined">
<Card.Title
title={t("jobdetail.labels.claiminformation")}
titleVariant="titleLarge"
@@ -164,7 +164,7 @@ function JobTombstone({ bodyshop }) {
</View>
</Card.Content>
</Card>
<Card>
<Card mode="outlined">
<Card.Title
title={t("jobdetail.labels.employeeassignments")}
titleVariant="titleLarge"
@@ -211,7 +211,7 @@ function JobTombstone({ bodyshop }) {
/>
</Card.Content>
</Card>
<Card>
<Card mode="outlined">
<Card.Title
title={t("jobdetail.labels.dates")}
titleVariant="titleLarge"