diff --git a/index.html b/index.html index cc1751e..cbec5b1 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,16 @@ -
- - - - - - -+
Loading entries…
) : (+
No entries for this day yet. Start writing!
) : ( @@ -259,13 +260,16 @@ export default function HistoryPage() { key={entry.id} type="button" className="entry-card" - onClick={() => console.log('Open entry', entry.id)} + onClick={() => setSelectedEntry(entry)} >{entry.decryptedContent}
+ )} )) )} @@ -274,6 +278,69 @@ export default function HistoryPage() { + {/* Entry Detail Modal */} + {selectedEntry && ( +{line || '\u00A0'}
+ )) + :No content
+ } +Sign in to start your journal.
Go to login