- Replace three separate verse action icons with compact three-dot dropdown menu
- Bookmark, Copy Verse, and Ask AI now in a single menu
- Better space utilization on mobile, tablet, and desktop
- Enhance offline Bible downloads UI
- Move downloaded versions list to top for better visibility
- Add inline progress bars during downloads
- Show real-time download progress with chapter counts
- Add refresh button for downloaded versions list
- Remove duplicate header, keep only main header with online/offline status
- Improve build performance
- Add .eslintignore to speed up linting phase
- Already excludes large directories (bibles/, scripts/, csv_bibles/)
- Add debug logging for offline storage operations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update API route handlers to use async params for Next.js 15 compatibility
- Fix MUI DataGrid deprecated props (pageSize -> initialState.pagination)
- Replace Material-UI Grid components with Box for better compatibility
- Fix admin authentication system with proper request parameters
- Update permission constants to match available AdminPermission enum values
- Add missing properties to Page interface for type safety
- Update .gitignore to exclude venv/, import logs, and large data directories
- Optimize Next.js config to reduce memory usage during builds
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Implemented comprehensive Romanian Biblical Guide web app:
- Next.js 15 with App Router and TypeScript
- Material UI 7.3.2 for modern, responsive design
- PostgreSQL database with Prisma ORM
- Complete Bible reader with book/chapter navigation
- AI-powered biblical chat with Romanian responses
- Prayer wall for community prayer requests
- Advanced Bible search with filters and highlighting
- Sample Bible data imported from API.Bible
- All API endpoints created and working
- Professional Material UI components throughout
- Responsive layout with navigation and theme
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>