- Replace old Bible page with comprehensive reader component - Add customizable reading preferences (font size, themes, line height) - Implement in-page navigation instead of sidebar layout - Add quick font size controls (A- / A+) in navigation bar - Create fullscreen reading mode with distraction-free experience - Include verse-level bookmarking and copy functionality - Add keyboard shortcuts for navigation and settings - Support URL parameters for bookmark navigation - Responsive design optimized for mobile and desktop - Complete internationalization for Romanian and English - Center navigation controls for better visual balance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import BibleReader from './reader'
|
|
|
|
export default function BiblePage() {
|
|
return <BibleReader />
|
|
} |