diff --git a/src/app.css b/src/app.css index 9a91735..16cf2bc 100644 --- a/src/app.css +++ b/src/app.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=Instrument+Serif:ital@0;1&display=swap'); @import "tailwindcss"; -/* === Ramble Design Tokens === */ +/* === Kon Design Tokens === */ @theme { /* Surfaces — warm layered depth */ --color-bg: #0f0e0c; diff --git a/src/app.html b/src/app.html index 1f1ba19..5dbf136 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,7 @@ -
- Ramble needs the {modelSize} model to transcribe speech. + Kon needs the {modelSize} model to transcribe speech.
{modelInfo[modelSize]?.size ?? "?"} · {modelInfo[modelSize]?.accuracy ?? "?"} accuracy · 100% offline diff --git a/src/lib/pages/FilesPage.svelte b/src/lib/pages/FilesPage.svelte index be5930f..8881a65 100644 --- a/src/lib/pages/FilesPage.svelte +++ b/src/lib/pages/FilesPage.svelte @@ -129,7 +129,7 @@ const url = URL.createObjectURL(blob); const a = document.createElement("a"); a.href = url; - a.download = `ramble-file-${new Date().toISOString().slice(0, 10)}.${ext}`; + a.download = `kon-file-${new Date().toISOString().slice(0, 10)}.${ext}`; a.click(); URL.revokeObjectURL(url); } diff --git a/src/lib/pages/SettingsPage.svelte b/src/lib/pages/SettingsPage.svelte index 0352d6a..84bc130 100644 --- a/src/lib/pages/SettingsPage.svelte +++ b/src/lib/pages/SettingsPage.svelte @@ -627,7 +627,7 @@ {/each} -
Ramble v0.2 · Powered by whisper.cpp · Built by CORBEL Ltd
+Kon v1.0 · Powered by whisper.cpp · Built by CORBEL Ltd
diff --git a/src/lib/utils/export.js b/src/lib/utils/export.js index efec217..0d736a0 100644 --- a/src/lib/utils/export.js +++ b/src/lib/utils/export.js @@ -59,7 +59,7 @@ function toHTML(text, segments) { -