From 51348ad26ad360d3d1f6a334446275a7944f01cb Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 1 Apr 2026 10:11:50 +0200 Subject: [PATCH] feat(topbar): add mobile kebab menu for annotate/download actions hidden below md Co-Authored-By: Claude Sonnet 4.6 --- .../src/lib/components/DocumentTopBar.svelte | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/frontend/src/lib/components/DocumentTopBar.svelte b/frontend/src/lib/components/DocumentTopBar.svelte index faeb6273..1cdf5948 100644 --- a/frontend/src/lib/components/DocumentTopBar.svelte +++ b/frontend/src/lib/components/DocumentTopBar.svelte @@ -1,6 +1,7 @@
@@ -163,6 +166,95 @@ const longDate = $derived(doc.documentDate ? formatDate(doc.documentDate, 'long' /> {/if} + + + {#if (canAnnotate && isPdf) || doc.filePath} +
(mobileMenuOpen = false)} + > + + + {#if mobileMenuOpen} + + {/if} +
+ {/if}