diff --git a/package.json b/package.json
index 0cf966a5..4d6e2ba7 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^2.16.1",
- "dayjs": "^1.10.3",
+ "dayjs": "^1.10.4",
"dompurify": "^2.2.6",
"email-templates": "^8.0.3",
"express": "^4.17.1",
@@ -70,7 +70,7 @@
"tiptap-extensions": "^1.34.0",
"to-ico": "^1.1.5",
"url": "^0.11.0",
- "v-calendar": "^2.2.0",
+ "v-calendar": "^2.2.1",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.22.4",
"yargs": "^16.1.1"
diff --git a/pages/export.vue b/pages/export.vue
index 902d841f..a0a9e4e8 100644
--- a/pages/export.vue
+++ b/pages/export.vue
@@ -1,11 +1,11 @@
v-container
- p {{$t('export.intro')}}
v-card(outlined)
v-card-text
+ p.text-body-1 {{$t('export.intro')}}
v-row
- v-col(cols='4')
- v-card-title {{$t('common.filter')}}
+ v-col(:md='2' :cols='12')
+ v-card-title.py-0 {{$t('common.filter')}}
v-col
Search(
:filters='filters'
@@ -13,15 +13,15 @@
v-tabs(v-model='type')
//- TOFIX
- v-tab {{$t('common.email')}}
- v-tab-item
+ //- v-tab {{$t('common.email')}}
+ //- v-tab-item
v-card
v-card-text
p(v-html='$t(`export.email_description`)')
v-switch.mt-0(inset :label="$t('notify_on_insert')")
- v-switch.mt-0(inset :label="$t('notify_on_morning')")
+ v-switch.mt-0(inset :label="$t('morning_notification')")
v-text-field(v-model='notification.email' :placeholder="$t('export.insert_your_address')" ref='email')
- v-btn(slot='prepend' text color='primary' @click='add_notification') {{$t('common.subscribe')}} mdi-email
+ v-btn(slot='prepend' text color='primary' @click='add_notification') {{$t('common.send')}} mdi-email
v-tab {{$t('common.feed')}}
v-tab-item
@@ -64,17 +64,17 @@
color='primary' v-clipboard:copy='listScript' v-clipboard:success='copyLink') {{$t('common.copy')}}
v-icon.ml-1 mdi-content-copy
- v-tab(v-if='settings.enable_federation') {{$t('common.fediverse')}}
- v-tab-item(v-if='settings.enable_federation')
- FollowMe
- //- TOFIX
- //- v-tab.pt-1(label='calendar' name='calendar')
- //- v-tab-item
- //- p(v-html='$t(`export.calendar_description`)')
- //- //- no-ssr
- //- Calendar.mb-1
- //- v-text-field.mb-1(type='textarea' v-model='script')
- //- el-button.float-right(plain type="primary" icon='el-icon-document') Copy
+ //- v-tab(v-if='settings.enable_federation') {{$t('common.fediverse')}}
+ //- v-tab-item(v-if='settings.enable_federation')
+ //- FollowMe
+ //- TOFIX
+ //- v-tab.pt-1(label='calendar' name='calendar')
+ //- v-tab-item
+ //- p(v-html='$t(`export.calendar_description`)')
+ //- //- no-ssr
+ //- Calendar.mb-1
+ //- v-text-field.mb-1(type='textarea' v-model='script')
+ //- el-button.float-right(plain type="primary" icon='el-icon-document') Copy