Hey amandapandacat!
Thanks for the detailed report - these are great catches!
Limb Toggles
Found it! The avatar preview wasn't actually checking the individual body part settings when rendering - it was just checking if the body feature was enabled at all. Now when you uncheck "lower left arm" or any other limb, it should properly disappear from your preview.
Layer Sorting
This one was a mismatch between what the dropdown was sending and what the database expected. The filter values "Full Body", "Lower Back", and "Over Chest" were being sent as "full body", "lower back", and "over chest" (with spaces) but the database uses "fullbody", "lowerback", and "overchest" (no spaces). So those filters were silently returning no matches!
Both fixes are live now - give it another shot and let me know if you're still seeing issues with the sorting/filtering. I didn't dig into all the specific sorting scenarios you mentioned yet, so if things are still weird after trying the layer filters again, drop more details and I'll keep investigating.
💖 ✨ 🤗
Fixed that issue! https://kumos.subeta.net/changelog/64
You were pretty close! It was a similar caching issue.
💖 ✨ 🤗