fix: ios app

This commit is contained in:
Thomas Marchand
2025-12-19 15:33:16 +00:00
parent b28b6684b5
commit 7607fdb2a3
8 changed files with 8 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ export function ConsoleWrapper() {

View File

@@ -120,3 +120,4 @@ export function ConfirmDialog({
}

View File

@@ -54,3 +54,4 @@ export function CopyButton({ text, className, label = 'Copied!', showOnHover = t
}

View File

@@ -50,3 +50,4 @@ export function RelativeTime({ date, className }: RelativeTimeProps) {
}

View File

@@ -86,3 +86,4 @@ export function ShimmerText({ lines = 3, className }: ShimmerProps & { lines?: n
}

View File

@@ -55,3 +55,4 @@ export function getRuntimeTaskDefaults(): { model?: string; budget_cents?: numbe

View File

@@ -37,3 +37,4 @@ export function formatRelativeTime(date: Date): string {

View File

@@ -128,3 +128,4 @@ struct EmbeddingUsage {