ui private uodate

This commit is contained in:
beo3000 2026-02-22 17:34:52 +01:00
parent 63d36a1611
commit 9c9472671b
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
1.0.54
1.0.55

View File

@ -17,6 +17,7 @@
}
let { contextId, journalScope = 'business' }: Props = $props();
const isDailyLog = $derived(contextId === 'daily-log');
// --- Daily-log journal mode ---
@ -235,7 +236,7 @@
<!-- Meeting picker icon button -->
<button
type="button"
class="flex items-center gap-1 rounded border px-2 py-2 text-sm transition-colors {selectedLinkedContextId ? 'border-accent bg-accent/20 text-accent' : 'border-[#444] bg-bg text-muted hover:text-white'}"
class="flex items-center gap-1 rounded border px-2 py-2 text-sm transition-colors {journalScope === 'private' ? 'hidden' : selectedLinkedContextId ? 'border-accent bg-accent/20 text-accent' : 'border-[#444] bg-bg text-muted hover:text-white'}"
onclick={() => meetingPickerOpen = !meetingPickerOpen}
title="Jour-fix verknüpfen"
>