Previous Entry {currentNoteIndex > 0 && `(${currentNoteIndex + 1} of ${noteCache.length})`}
- Scroll to navigate
+ Scroll to navigate
-
+
{formatDate(previousNote.epochTime)}
) : (
-
+
{isLoading ? 'Loading notes...' : 'No previous entries found'}
)}
{/* Current Note - Bottom Half */}
-
{/* Right Panel - Scratch Pad - 30% */}
-
-
Scratch Pad
+
@@ -1281,9 +1294,9 @@ const Index = () => {
{/* Search Modal */}