Commit Graph

3 Commits

Author SHA1 Message Date
Max
250832da37 fix: font loading and chat scrolling issues
- fix: Replace corrupted Merriweather fonts with valid WOFF2 files from @fontsource
- fix: Use CSS @font-face instead of next/font/local for Merriweather (Next.js 16 compatibility)
- fix: Add smart scroll detection to ChatWindow (respects manual scrolling)
- feat: Update app title to "Brachnha Insight"
- feat: Update app description

Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
2026-01-27 13:58:05 +07:00
Max
5bc36f2354 feat: swap Google Fonts for local fonts + fix Suspense boundary
- Replace next/font/google with next/font/local for Inter and Merriweather
- Add self-hosted font files to public/fonts/
- Wrap useSearchParams in Suspense boundary for /chat page
- Eliminates Turbopack TLS font loading issues during build
2026-01-27 11:31:56 +07:00
Max
3fbbb1a93b Initial commit: Brachnha Insight project setup
- Next.js 14+ with App Router and TypeScript
- Tailwind CSS and ShadCN UI styling
- Zustand state management
- Dexie.js for IndexedDB (local-first data)
- Auth.js v5 for authentication
- BMAD framework integration

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 12:28:43 +07:00