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)} - + - + @@ -1603,8 +1603,8 @@ onmouseover="if(this.style.backgroundColor !== 'var(--accent-light)') this.style.backgroundColor='var(--bg-hover)'" onmouseout="if(this.style.backgroundColor !== 'var(--accent-light)') this.style.backgroundColor='transparent'" > - - + + @@ -1699,7 +1699,7 @@ onmouseover="if(this.style.backgroundColor !== 'var(--accent-light)') this.style.backgroundColor='var(--bg-hover)'" onmouseout="if(this.style.backgroundColor !== 'var(--accent-light)') this.style.backgroundColor='transparent'" > - + @@ -1737,6 +1737,7 @@ class="block truncate" :style="heading.level === 1 ? 'font-weight: 600;' : (heading.level === 2 ? 'font-weight: 500;' : '')" x-text="heading.text" + :title="heading.text" > @@ -2927,8 +2928,8 @@ - - + +