checkpoint before simplification, then feedback
This commit is contained in:
@@ -251,7 +251,7 @@ const PromptDisplay = () => {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="relative">
|
||||
<div className="">
|
||||
<button className="btn btn-secondary w-full relative overflow-hidden" onClick={handleFillPool}>
|
||||
<div className="absolute top-0 left-0 h-full bg-green-500 opacity-20 transition-all duration-300"
|
||||
style={{ width: `${Math.min((poolStats.total / poolStats.target) * 100, 100)}%` }}>
|
||||
|
||||
@@ -8,7 +8,7 @@ import StatsDashboard from '../components/StatsDashboard.jsx';
|
||||
<div class="container">
|
||||
<div class="text-center mb-4">
|
||||
<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>
|
||||
<p class="mt-2">A writing prompt generator meant for semi-offline use in daily journaling</p>
|
||||
</div>
|
||||
|
||||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-4">
|
||||
|
||||
Reference in New Issue
Block a user