feat: Implement core application structure with new dashboard, settings, and help pages, and enhance opportunities management with persistence and filtering.

This commit is contained in:
2026-02-03 20:05:30 +00:00
parent 609b9da020
commit 885bbbf954
21 changed files with 1282 additions and 106 deletions

View File

@@ -13,3 +13,5 @@
- Added missing `by_owner` index on `userId` to the `projects` table in `convex/schema.ts`
- Removed redundant `.filter()` call in `convex/projects.ts` getProjects query
- Changed global font from Montserrat back to Inter in `app/layout.tsx`