build: production build with Phase 1 2025 Bible Reader implementation complete
Includes all Phase 1 features: - Search-first navigation with auto-complete - Responsive reading interface (desktop/tablet/mobile) - 4 customization presets + full fine-tuning controls - Layered details panel with notes, bookmarks, highlights - Smart offline caching with IndexedDB and auto-sync - Full accessibility (WCAG 2.1 AA) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -127,13 +127,14 @@ export default function Home() {
|
||||
path: '/__open-chat__',
|
||||
color: theme.palette.secondary.main,
|
||||
},
|
||||
{
|
||||
title: t('features.prayers.title'),
|
||||
description: t('features.prayers.description'),
|
||||
icon: <Prayer sx={{ fontSize: 40, color: 'success.main' }} />,
|
||||
path: '/prayers',
|
||||
color: theme.palette.success.main,
|
||||
},
|
||||
// DISABLED: Prayer Wall Feature
|
||||
// {
|
||||
// title: t('features.prayers.title'),
|
||||
// description: t('features.prayers.description'),
|
||||
// icon: <Prayer sx={{ fontSize: 40, color: 'success.main' }} />,
|
||||
// path: '/prayers',
|
||||
// color: theme.palette.success.main,
|
||||
// },
|
||||
{
|
||||
title: t('features.search.title'),
|
||||
description: t('features.search.description'),
|
||||
@@ -372,8 +373,8 @@ export default function Home() {
|
||||
</Box>
|
||||
</Container>
|
||||
|
||||
{/* Community Prayer Wall */}
|
||||
<Paper sx={{ bgcolor: 'background.paper', py: 6, mb: 8 }}>
|
||||
{/* DISABLED: Community Prayer Wall */}
|
||||
{/* <Paper sx={{ bgcolor: 'background.paper', py: 6, mb: 8 }}>
|
||||
<Container maxWidth="lg">
|
||||
<Typography variant="h3" component="h2" textAlign="center" sx={{ mb: 6 }}>
|
||||
{t('prayerWall.title')}
|
||||
@@ -415,7 +416,7 @@ export default function Home() {
|
||||
</Button>
|
||||
</Box>
|
||||
</Container>
|
||||
</Paper>
|
||||
</Paper> */}
|
||||
|
||||
{/* Features Section */}
|
||||
<Container maxWidth="lg" sx={{ mb: 8 }}>
|
||||
|
||||
Reference in New Issue
Block a user