your personal website on atproto - mirror blento.app

one more statusphere fix

Florian 3993cebd 366ab2a4

+4
+4
src/lib/cards/StatusphereCard/EditStatusphereCard.svelte
··· 37 37 <PopoverEmojiPicker 38 38 bind:open={showPopover} 39 39 onpicked={(emoji) => { 40 + record ??= { 41 + value: {} 42 + }; 43 + 40 44 record.value.status = emoji.unicode; 41 45 42 46 item.cardData.hasUpdate = true;