PDF & ZIP IMPORT

This commit is contained in:
Stefan Hardegger
2025-12-05 10:21:03 +01:00
parent b1b5bbbccd
commit 77aec8a849
18 changed files with 3490 additions and 22 deletions

View File

@@ -27,9 +27,9 @@ export default function Header() {
description: 'Import a single story from a website'
},
{
href: '/import/epub',
label: 'Import EPUB',
description: 'Import a story from an EPUB file'
href: '/import/file',
label: 'Import from File',
description: 'Import from EPUB, PDF, or ZIP file'
},
{
href: '/import/bulk',

View File

@@ -31,10 +31,10 @@ const importTabs: ImportTab[] = [
description: 'Import a single story from a website'
},
{
id: 'epub',
label: 'Import EPUB',
href: '/import/epub',
description: 'Import a story from an EPUB file'
id: 'file',
label: 'Import from File',
href: '/import/file',
description: 'Import from EPUB, PDF, or ZIP file'
},
{
id: 'bulk',