From 317354e9cf160ac469ca6ea4492670b1815a52f4 Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Sun, 18 Jan 2026 18:04:32 +0100 Subject: [PATCH] aded title to notes (hover) --- frontend/app.js | 4 ++-- frontend/index.html | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/app.js b/frontend/app.js index 503e0db..6fb92ca 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -1839,7 +1839,7 @@ function noteApp() { - + ${esc(folder.name)} ${folder.notes.length === 0 && (!folder.children || Object.keys(folder.children).length === 0) ? `(${this.t('folders.empty')})` : ''} @@ -1919,7 +1919,7 @@ function noteApp() { onmouseover="window.$root.handleItemHover(this, true)" onmouseout="window.$root.handleItemHover(this, false)" > - ${shareIcon}${icon}${icon ? ' ' : ''}${esc(note.name)} + ${shareIcon}${icon}${icon ? ' ' : ''}${esc(note.name)} @@ -2927,8 +2928,8 @@
-
-
+
+