Merge branch 'feat/adaptive-overlay-sheets' into chore/reconcile-ui-review

This commit is contained in:
MechaCat02
2026-06-25 21:13:55 +02:00
5 changed files with 127 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
import { readerFullscreen } from '$lib/reader-fullscreen.svelte';
import { session } from '$lib/session.svelte';
import Sheet from '$lib/components/Sheet.svelte';
import Modal from '$lib/components/Modal.svelte';
import AdaptiveDialog from '$lib/components/AdaptiveDialog.svelte';
import SegmentedControl from '$lib/components/SegmentedControl.svelte';
import TapZone from '$lib/components/TapZone.svelte';
import PageContextMenu from '$lib/components/PageContextMenu.svelte';
@@ -1577,7 +1577,7 @@
if (activePageId) void loadPageSummary(activePageId);
}}
/>
<Modal
<AdaptiveDialog
open={tagsModalOpen}
title="Tag this page"
onClose={() => (tagsModalOpen = false)}
@@ -1590,7 +1590,7 @@
activePageTags = tags;
}}
/>
</Modal>
</AdaptiveDialog>
{/if}
{/if}