From d663995454f6149d781157c112c133f8ab11873e Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Mon, 17 Nov 2025 14:20:57 +0100 Subject: [PATCH] added check for existing note/folder --- frontend/app.js | 121 ++++++++++++++++++++++++++++---------------- frontend/index.html | 56 +++++++++++++++----- 2 files changed, 120 insertions(+), 57 deletions(-) diff --git a/frontend/app.js b/frontend/app.js index 21084c4..29240e4 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -88,6 +88,9 @@ function noteApp() { editorWidth: 50, // percentage isResizingSplit: false, + // Dropdown state + showNewDropdown: false, + // DOM element cache (to avoid repeated querySelector calls) _domCache: { editor: null, @@ -430,13 +433,13 @@ function noteApp() {
- -
+ +
- +
+ + +
+