Various improvements & Epub support

This commit is contained in:
Stefan Hardegger
2025-08-08 14:09:14 +02:00
parent 090b858a54
commit 379c8c170f
37 changed files with 4069 additions and 298 deletions

View File

@@ -26,6 +26,11 @@ export default function Header() {
label: 'Import from URL',
description: 'Import a single story from a website'
},
{
href: '/stories/import/epub',
label: 'Import EPUB',
description: 'Import a story from an EPUB file'
},
{
href: '/stories/import/bulk',
label: 'Bulk Import',
@@ -165,6 +170,13 @@ export default function Header() {
>
Import from URL
</Link>
<Link
href="/stories/import/epub"
className="block theme-text hover:theme-accent transition-colors text-sm py-1"
onClick={() => setIsMenuOpen(false)}
>
Import EPUB
</Link>
<Link
href="/stories/import/bulk"
className="block theme-text hover:theme-accent transition-colors text-sm py-1"