[FA-misc] Refresh button, UI mostly gold
All checks were successful
CI / build-backend (pull_request) Successful in 1m45s
CI / build-frontend (pull_request) Successful in 39s

This commit is contained in:
gamer147
2025-12-09 09:11:39 -05:00
parent 81e4e88ad4
commit e70c39ea75
12 changed files with 476 additions and 26 deletions

View File

@@ -13,7 +13,6 @@
import ChapterNavigation from './ChapterNavigation.svelte';
import ChapterProgressBar from './ChapterProgressBar.svelte';
import { sanitizeChapterHtml } from '$lib/utils/sanitizeChapter';
import ArrowLeft from '@lucide/svelte/icons/arrow-left';
interface Props {
novelId?: string;
@@ -102,12 +101,6 @@
<ChapterProgressBar progress={scrollProgress} />
<div class="space-y-6 pt-2">
<!-- Back Navigation -->
<Button variant="ghost" href="/novels/{novelId}" class="-ml-2 gap-2">
<ArrowLeft class="h-4 w-4" />
Back to Novel
</Button>
<!-- Loading State -->
{#if fetching}
<Card>