[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.

small fixes

Florian (Mar 9, 2025, 1:42 PM +0100) 07277be6 5e6401f0

+2
+1
README.md
··· 32 32 33 33 - show error message when room is not found 34 34 - fix moving with transform controls might select other object 35 + - <HTML /> bug in safari ^^
+1
src/routes/Picker.svelte
··· 29 29 function humanReadableName(key: string): string { 30 30 // Remove a common prefix if present (adjust if your keys differ) 31 31 let name = key.replace(/^kaykit-furniture-kit-/, ''); 32 + name = name.replace(/^tiny-treats-bubbly-bathroom-/, ''); 32 33 // Replace underscores and dashes with spaces 33 34 name = name.replace(/[-_]+/g, ' '); 34 35 // Capitalize the first letter of each word