> ## Content Index
> Fetch the complete content index at: https://www.simplykyra.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Simply Customize It 1.0.25: The Fix That Needed Fixing
- URL: https://www.simplykyra.com/updates/simply-customize-it-1-0-25/
- Published: 2026-03-26T23:26:17.000Z
- Updated: 2026-03-26T23:26:17.000Z
- Description: Thanks to an email I realized my previous audit quietly broke both upload and download for single screens. That's now fixed in 1.0.25 along with a handful of small polish improvements.
- Author: Kyra
- Tags: Simply Customize It!, App Update, #notHomepage, #Not Show On My Blog, iOS, MacOS

This one's small but it's the kind of small that matters.

A user emailed me letting me know that uploading a single sleep screen wasn't working. They could see the button, tap it, and… nothing. Once I looked into it, I also caught that downloading a single screen had the same problem.

**Deep Dive:** The culprit was a change I made in a previous audit. I switched a warning from a dropdown to a sheet, which looked and felt cleaner... but it quietly broke both of those flows. SwiftUI has a timing quirk where updating a binding value and immediately dismissing a sheet can race each other, which meant the parent view wasn't catching the selection reliably. The buttons worked. The result didn't follow through.

It's now fixed.

Recently I also did a small handful of improvements... nothing dramatic, nothing that merited an update on its own, nothing you'd notice in a single tap, but the kind of thing that adds up to a smoother experience over time.

Thanks for emailing when something feels off. That's genuinely how these things get caught.

— Kyra 💕