From d695ac0f7d854837334e4d08185fbd88095d8886 Mon Sep 17 00:00:00 2001 From: Sebastian Balanta <78338192+PostboxRetinal@users.noreply.github.com> Date: Sun, 9 Aug 2026 03:23:33 -0500 Subject: [PATCH 1/3] conductor-sync-2026-08-09--08-23-33 --- .gitignore | 22 +- index.html | 2 +- package-lock.json | 2830 +++++++++++++++++++++++++++++++++ package.json | 46 +- src/App.tsx | 65 +- src/components/AuthScreen.tsx | 335 +--- src/components/VoiceInput.tsx | 63 +- src/contexts/AuthContext.tsx | 56 +- src/hooks/useSpeechmatics.ts | 233 ++- src/index.css | 159 -- src/lib/database.types.ts | 6 - src/main.tsx | 1 - tailwind.config.js | 3 +- tsconfig.json | 3 +- vite-env.d.ts | 16 + vite.config.ts | 52 +- 16 files changed, 3085 insertions(+), 807 deletions(-) create mode 100644 package-lock.json create mode 100644 vite-env.d.ts diff --git a/.gitignore b/.gitignore index ec02ac2..a547bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,16 @@ # Logs logs *.log - -# Lockfiles -package-lock.json -yarn.lock -pnpm-lock.yaml -bun.lock - -# Build artifacts -tsconfig.tsbuildinfo +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* node_modules dist dist-ssr *.local -.pnpm-store # Editor directories and files .vscode/* @@ -27,10 +22,3 @@ dist-ssr *.njsproj *.sln *.sw? - -# Agent workspace (internal, not for repo) -.hermes/ - -# Environment -.env -.env.local diff --git a/index.html b/index.html index e04c406..2b9dd3e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - DevVoice + my-app