dd7b2ea8e4b5c9e33ffaef6c90a43334a774a169
Navigation changes: - Add org-switcher dropdown to sidebar showing user's orgs - Add user-menu dropdown with account settings and sign out - Make nav items dynamic based on org context - Move performance page to /dashboard/[slug]/performance - Add reports placeholder page at /dashboard/[slug]/reports - Remove admin link from sidebar (separate layout) - Update mobile nav to match sidebar changes - Install shadcn dropdown-menu and popover components Auth fix: - Mark login request as completed after passkey verification - Previously passkey auth didn't complete the login flow, requiring unnecessary email verification Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviq Publisher Dashboard
Setup
Prerequisites
- devenv for development environment management
Environment Variables
Copy .env.dev to .env for local development:
cp .env.dev .env
| Variable | Description |
|---|---|
DATABASE_URL |
PostgreSQL connection string |
Development
Start the development environment:
devenv up
This starts:
- PostgreSQL database
- Publisher dashboard dev server (port 6827)
- Package build watcher
The database is automatically initialized with:
- Database:
reviq-dashboard - User:
reviq - Password:
reviq
Description
Languages
TypeScript
63.4%
Svelte
35.1%
CSS
0.7%
JavaScript
0.4%
Nix
0.3%