ui private uodate
This commit is contained in:
parent
63d36a1611
commit
9c9472671b
|
|
@ -1 +1 @@
|
|||
1.0.54
|
||||
1.0.55
|
||||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue