diff --git a/src/components/layout/PreferencesRow.vue b/src/components/layout/PreferencesRow.vue index 717339b..0acfca3 100644 --- a/src/components/layout/PreferencesRow.vue +++ b/src/components/layout/PreferencesRow.vue @@ -52,7 +52,7 @@ function notImplemented() { {{ t('common.nav.theme') }} - + {{ t('common.nav.themeLight') }} {{ t('common.nav.themeDark') }} {{ t('common.nav.themeSystem') }} @@ -71,7 +71,7 @@ function notImplemented() { {{ t('common.nav.language') }} - + {{ l.flag }}{{ l.name }} @@ -106,7 +106,7 @@ function notImplemented() { - + {{ t('common.nav.themeLight') }} {{ t('common.nav.themeDark') }} {{ t('common.nav.themeSystem') }} @@ -129,7 +129,7 @@ function notImplemented() { - + {{ l.flag }}{{ l.name }} diff --git a/src/modules/base/components/ProfileSettings.vue b/src/modules/base/components/ProfileSettings.vue index fed1828..735a39a 100644 --- a/src/modules/base/components/ProfileSettings.vue +++ b/src/modules/base/components/ProfileSettings.vue @@ -30,7 +30,9 @@ - + diff --git a/src/modules/market/components/CreateProductDialog.vue b/src/modules/market/components/CreateProductDialog.vue index dd5b505..17d536d 100644 --- a/src/modules/market/components/CreateProductDialog.vue +++ b/src/modules/market/components/CreateProductDialog.vue @@ -136,6 +136,7 @@ :show-primary-button="true" :disabled="isCreating" :allow-camera="true" + :compress="true" placeholder="Add product photos" />