From 122c11bc9634b218d1cd417142e90234dcfb87b6 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 15 Feb 2025 12:49:42 +0100 Subject: [PATCH] Rename "note not found" to "loading..." --- README.md | 1 - gdn-app/src/components/CNote.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 366f390..c40c1be 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ variations or spellings are incorrect. ## Todos - TODO Fix wide notes adding horizontal scroll bar -- TODO Rename "note not found" to "loading..." - TODO Add history widget to top of screen - TODO Show pinned message at bottom of screen - TODO Gray out unusable sibling buttons when hovering over anchor note diff --git a/gdn-app/src/components/CNote.vue b/gdn-app/src/components/CNote.vue index 9795c8f..25eb7a4 100644 --- a/gdn-app/src/components/CNote.vue +++ b/gdn-app/src/components/CNote.vue @@ -224,7 +224,7 @@ async function onInsertEditorCopy(): Promise { {{ note.text }}
empty
-
note not found
+
loading...