[READ-ONLY] Mirror of https://github.com/flo-bit/room. tiny 3d rooms saved locally or in your bluesky account, svelte/threlte flo-bit.dev/room/
0

Configure Feed

Select the types of activity you want to include in your feed.

remove logs

Florian (Mar 10, 2025, 2:34 AM +0100) 5dff9371 c216dbd5

-7
-2
src/lib/editor/ObjectPicker.svelte
··· 24 24 let categoryIndex = $state(0); 25 25 let category = $derived(objectCategories[categoryIndex]); 26 26 27 - console.log(objectCategories); 28 - 29 27 function humanReadableName(key: string): string { 30 28 // Remove a common prefix if present (adjust if your keys differ) 31 29 let name = key.replace(/^kaykit-furniture-kit-/, '');
-1
src/lib/room/bluesky.ts
··· 21 21 object.image.did = did; 22 22 } 23 23 } 24 - console.log('filteredObjects', filteredObjects); 25 24 26 25 roomState.objects = filteredObjects; 27 26 roomState.wallColor = room.wallColor;
-2
src/lib/room/models/Image.svelte
··· 30 30 } 31 31 return null; 32 32 }); 33 - 34 - $inspect(myImage); 35 33 </script> 36 34 37 35 {#if image}
-2
src/routes/+page.svelte
··· 27 27 28 28 loading = false; 29 29 }); 30 - 31 - $inspect(roomState); 32 30 </script> 33 31 34 32 <div class="fixed inset-0 -z-20 h-[100dvh] w-screen">