diff --git a/README.md b/README.md index 2eb7313..83c51e6 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,14 @@ The extension card should appear with no errors. For HMR-rebuild during active d ### Load from `.zip` (without source code) -```bash -cd extension -npm run zip # builds and creates worktrace-extension.zip -``` +Download `worktrace-extension.zip` from the [latest GitHub Release](https://github.com/BODMAT/worktrace/releases/latest), then: -Then in Chrome: - -1. Unzip `worktrace-extension.zip` to any folder +1. Unzip to any folder 2. Open `chrome://extensions` → **Developer mode** → **Load unpacked** 3. Select the unzipped folder +No `.env` needed — the production dashboard URL and OAuth client ID are baked into the release build. + ## Verifying it works 1. **Dashboard** — відкрий `http://localhost:3000`, натисни "Sign in with Google" → має відкритись `/dashboard` з даними. diff --git a/dashboard/app/dashboard/layout.tsx b/dashboard/app/dashboard/layout.tsx index d8c4bc7..aaf25b7 100644 --- a/dashboard/app/dashboard/layout.tsx +++ b/dashboard/app/dashboard/layout.tsx @@ -19,7 +19,7 @@ export default async function DashboardLayout({