Upload improvements for imgproxy.
This commit is contained in:
@@ -71,7 +71,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
{t("settings.titles.settings")}
|
||||
</Text>
|
||||
<ScrollView contentContainerStyle={styles.container}>
|
||||
<Card style={styles.section}>
|
||||
<Card style={styles.section} mode="outlined">
|
||||
<Card.Title title="Storage" />
|
||||
<Card.Content>
|
||||
<List.Section>
|
||||
@@ -110,7 +110,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
</Card.Actions>
|
||||
</Card>
|
||||
|
||||
<Card style={styles.section}>
|
||||
<Card style={styles.section} mode="outlined">
|
||||
<Card.Title title={t("settings.labels.theme")} />
|
||||
<Card.Content>
|
||||
<List.Section>
|
||||
@@ -121,7 +121,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
</Card.Content>
|
||||
<Card.Actions></Card.Actions>
|
||||
</Card>
|
||||
<Card style={styles.section}>
|
||||
<Card style={styles.section} mode="outlined">
|
||||
<Card.Title title="Notifications" />
|
||||
<Card.Content>
|
||||
<List.Section>
|
||||
@@ -157,7 +157,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
</Card.Actions>
|
||||
</Card>
|
||||
|
||||
<Card style={styles.section}>
|
||||
<Card style={styles.section} mode="outlined">
|
||||
<Card.Content>
|
||||
<Text style={styles.paragraph}>
|
||||
{`${t("settings.labels.signedinshop")} ${
|
||||
|
||||
Reference in New Issue
Block a user