manual ui changes
This commit is contained in:
@@ -7,7 +7,7 @@ import StatsDashboard from '../components/StatsDashboard.jsx';
|
||||
<Layout>
|
||||
<div class="container">
|
||||
<div class="text-center mb-4">
|
||||
<h1><i class="fas fa-magic"></i> Welcome to Daily Journal Prompt Generator</h1>
|
||||
<h1><i class="fas fa-magic"></i> daily-journal-prompt</h1>
|
||||
<p class="mt-2">Get inspired with AI-generated writing prompts for your daily journal practice</p>
|
||||
</div>
|
||||
|
||||
@@ -40,10 +40,7 @@ import StatsDashboard from '../components/StatsDashboard.jsx';
|
||||
<button class="btn btn-warning" onclick="window.location.href='/api/v1/prompts/history'">
|
||||
<i class="fas fa-history"></i> View History (API)
|
||||
</button>
|
||||
<button class="btn btn-info" onclick="window.location.href='/docs'">
|
||||
<i class="fas fa-book"></i> API Documentation
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -58,7 +55,7 @@ import StatsDashboard from '../components/StatsDashboard.jsx';
|
||||
<div class="p-4">
|
||||
<i class="fas fa-robot fa-3x mb-3" style="color: var(--primary-color);"></i>
|
||||
<h3>AI-Powered</h3>
|
||||
<p>Prompts are generated using advanced AI models trained on creative writing</p>
|
||||
<p>Prompts are generated using AI models trained on creative writing</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +71,7 @@ import StatsDashboard from '../components/StatsDashboard.jsx';
|
||||
<div class="p-4">
|
||||
<i class="fas fa-battery-full fa-3x mb-3" style="color: var(--success-color);"></i>
|
||||
<h3>Prompt Pool</h3>
|
||||
<p>Always have prompts ready with our caching system that maintains a pool of generated prompts</p>
|
||||
<p>Prompt pool caching system is a proof of concept with the ultimate goal being offline use on mobile devices. Airplane mode is a path to distraction-free writing.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user