re-enable post imports
This commit is contained in:
parent
de3f231470
commit
8f85f2c58f
|
@ -533,7 +533,7 @@ const eps = [
|
||||||
["i/export-following", ep___i_exportFollowing],
|
["i/export-following", ep___i_exportFollowing],
|
||||||
["i/export-mute", ep___i_exportMute],
|
["i/export-mute", ep___i_exportMute],
|
||||||
["i/export-notes", ep___i_exportNotes],
|
["i/export-notes", ep___i_exportNotes],
|
||||||
// ["i/import-posts", ep___i_importPosts],
|
["i/import-posts", ep___i_importPosts],
|
||||||
["i/export-user-lists", ep___i_exportUserLists],
|
["i/export-user-lists", ep___i_exportUserLists],
|
||||||
["i/favorites", ep___i_favorites],
|
["i/favorites", ep___i_favorites],
|
||||||
["i/gallery/likes", ep___i_gallery_likes],
|
["i/gallery/likes", ep___i_gallery_likes],
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
{{ i18n.ts.export }}</MkButton
|
{{ i18n.ts.export }}</MkButton
|
||||||
>
|
>
|
||||||
</FormFolder>
|
</FormFolder>
|
||||||
<!-- <FormFolder class="_formBlock">
|
<FormFolder class="_formBlock">
|
||||||
<template #label>{{ i18n.ts.import }}</template>
|
<template #label>{{ i18n.ts.import }}</template>
|
||||||
<template #icon
|
<template #icon
|
||||||
><i class="ph-upload-simple ph-bold ph-lg"></i
|
><i class="ph-upload-simple ph-bold ph-lg"></i
|
||||||
|
@ -24,10 +24,10 @@
|
||||||
<FormRadios v-model="importType" class="_formBlock">
|
<FormRadios v-model="importType" class="_formBlock">
|
||||||
<option value="calckey">Calckey/Misskey</option>
|
<option value="calckey">Calckey/Misskey</option>
|
||||||
<option value="mastodon">Mastodon</option>
|
<option value="mastodon">Mastodon</option>
|
||||||
<option :disabled="true" value="akkoma">
|
<option disabled="true" value="akkoma">
|
||||||
Pleroma/Akkoma (soon)
|
Pleroma/Akkoma (soon)
|
||||||
</option>
|
</option>
|
||||||
<option :disabled="true" value="twitter">
|
<option disabled="true" value="twitter">
|
||||||
Twitter (soon)
|
Twitter (soon)
|
||||||
</option>
|
</option>
|
||||||
</FormRadios>
|
</FormRadios>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
><i class="ph-upload-simple ph-bold ph-lg"></i>
|
><i class="ph-upload-simple ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts.import }}</MkButton
|
{{ i18n.ts.import }}</MkButton
|
||||||
>
|
>
|
||||||
</FormFolder> -->
|
</FormFolder>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{
|
<template #label>{{
|
||||||
|
|
Loading…
Reference in New Issue