feat(journal): add per-user mood journal module (task 86)
Ship journal entries with mood tracking, insights, and Recharts charts. Adds v1 API endpoints per ADR 0005 and migration 0020_journal_entries.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {
|
||||
Bell,
|
||||
BookHeart,
|
||||
Calendar,
|
||||
Sprout,
|
||||
CalendarDays,
|
||||
@@ -45,6 +46,7 @@ const ICONS: Record<string, React.ComponentType<LucideProps>> = {
|
||||
list: ListChecks,
|
||||
"check-square": CheckSquare,
|
||||
"file-text": FileText,
|
||||
"book-heart": BookHeart,
|
||||
note: FileText,
|
||||
settings: Settings,
|
||||
history: History,
|
||||
|
||||
Reference in New Issue
Block a user