Update UpdateStatus component logic and bump voicebox version to 0.1.5

- Modified conditional rendering in UpdateStatus to display content when the status is ready to install, improving user feedback.
- Bumped voicebox package version from 0.1.4 to 0.1.5 for dependency updates.
This commit is contained in:
Jamie Pine
2026-01-28 15:14:23 -08:00
parent 153eaba5f3
commit 9d5d6cb56a
3 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@ export function UpdateStatus() {
</div>
)}
{!status.readyToInstall && (
{status.readyToInstall && (
<div className="space-y-3 p-4 border rounded-lg bg-accent/30 border-accent/50">
<div className="flex items-center gap-2">
<div>
+1 -1
View File
@@ -4840,7 +4840,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "voicebox"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"base64 0.22.1",
"core-foundation-sys",
Binary file not shown.