unstable sharing refactor

This commit is contained in:
2026-03-19 16:15:47 -05:00
parent 4259649fec
commit 37004e4b4a
18 changed files with 1304 additions and 1248 deletions
+7 -1
View File
@@ -739,7 +739,13 @@ export const NotepadView: Component<{
</div>
</div>
{/* Sticky Footer Actions (Match TaskDetail style) */}
<div class="px-4 py-4 border-t border-border/50 md:hidden flex items-center justify-between shrink-0 bg-background/95 backdrop-blur-sm z-40 w-full sticky bottom-0">
<div
class="px-4 pt-4 border-t border-border/50 md:hidden flex items-center justify-between shrink-0 bg-background/95 backdrop-blur-sm z-40 w-full sticky bottom-0"
style={{
"padding-bottom": "calc(1rem + env(safe-area-inset-bottom, 0px))",
"min-height": "calc(73px + env(safe-area-inset-bottom, 0px))"
}}
>
<div class="flex items-center gap-2 w-16 shrink-0">
{/* "..." popover menu containing Public/Private toggle and Delete */}
<Show when={isOwner()}>