Desktop MVP (#23)

* chore: logging + transcription improvements

* chore: add ax context call on rec start

* chore: amical assets

* chore: qol setup changes

* chore: add sidebar

* chore: transcriptions tab

* chore: transcriptions ui

* chore: frame improvements

* chore: ui rework

* chore logger fixes

* chore: whisper model download func

* chore: update model downloading

* chore: transcription updates

* chore: improved logging

* chore: log whisper metrics + raw pcm proc

* chore: ste up libsql

* chore: layout fixes

* chore: clean up ipcs

* chore: integrate trpc

* chore: formatting fixes

* chroe: fix pnpm lock file

* chore: clean up
This commit is contained in:
Haritabh 2025-06-25 17:20:03 +05:30 committed by GitHub
parent 17fdb72be2
commit d7481f7398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
79 changed files with 8306 additions and 940 deletions

View file

@ -20,14 +20,23 @@
"pnpm": {
"ignoredBuiltDependencies": [
"@tailwindcss/oxide",
"better-sqlite3",
"core-js-pure",
"electron",
"electron-winstaller",
"esbuild",
"keytar",
"protobufjs",
"sharp"
"sharp",
"smart-whisper",
"drizzle-orm/libsql",
"@libsql"
],
"onlyBuiltDependencies": [
"electron",
"electron-winstaller",
"smart-whisper",
"drizzle-orm/libsql",
"@libsql"
]
}
}