Simply Customize It 1.0.25: The Fix That Needed Fixing
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 ๐
Did this save you time?