Rename "note not found" to "loading..."

This commit is contained in:
Joscha 2025-02-15 12:49:42 +01:00
parent 6ef9c27234
commit 122c11bc96
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,6 @@ variations or spellings are incorrect.
## Todos ## Todos
- TODO Fix wide notes adding horizontal scroll bar - TODO Fix wide notes adding horizontal scroll bar
- TODO Rename "note not found" to "loading..."
- TODO Add history widget to top of screen - TODO Add history widget to top of screen
- TODO Show pinned message at bottom of screen - TODO Show pinned message at bottom of screen
- TODO Gray out unusable sibling buttons when hovering over anchor note - TODO Gray out unusable sibling buttons when hovering over anchor note

View file

@ -224,7 +224,7 @@ async function onInsertEditorCopy(): Promise<void> {
{{ note.text }} {{ note.text }}
</div> </div>
<div v-else-if="note" class="px-1 font-light italic">empty</div> <div v-else-if="note" class="px-1 font-light italic">empty</div>
<div v-else class="px-1 font-light italic">note not found</div> <div v-else class="px-1 font-light italic">loading...</div>
<!-- Controls --> <!-- Controls -->
<div v-show="!editing" class="absolute right-0 flex h-6 items-center gap-0.5"> <div v-show="!editing" class="absolute right-0 flex h-6 items-center gap-0.5">