chore: snapshot before performance optimization

This commit is contained in:
Sepehr Ramezani
2026-04-17 21:14:43 +02:00
parent b6a548acd8
commit 2eceb32fd4
95 changed files with 4357 additions and 1942 deletions

View File

@@ -449,7 +449,8 @@ export default function HomePage() {
onEdit={(note, readOnly) => setEditingNote({ note, readOnly })}
/>
{!isTabs && showRecentNotes && (
{/* Recent notes section hidden in masonry mode — notes are already visible in the grid below */}
{false && !isTabs && showRecentNotes && (
<RecentNotesSection
recentNotes={recentNotes}
onEdit={(note, readOnly) => setEditingNote({ note, readOnly })}