From 442e0be2a77afca0afd3561d086789323f98ed5a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 05:25:33 +0000 Subject: [PATCH] Refactor editor.js into modules and perform feature cleanup. - Split editor.js into editor-core.js, editor-actions.js, and editor-state.js. - Removed Auto Save toggle, Save Now button, Sync Note, and Push All features. - Implemented a viewport-aware custom tooltip system. - Redesigned the "All Notes" modal into a nested folder/note structure. - Merged Import and Export into a single "Transfer Notes" modal. - Updated UI elements to a consistent circular pill-style grouping. - Fixed Focus Mode UI behavior and icon sizing. - Ensured automatic debounced saving to both local and cloud storage. Co-authored-by: apandey-dev <240406893+apandey-dev@users.noreply.github.com> --- index.html | 172 ++++++++++++++++++++++++++++--------------- js/editor-actions.js | 85 ++++++++++++++++++++- js/ui.js | 59 +++++++++++++-- mobile.css | 56 +++----------- style.css | 25 +------ 5 files changed, 257 insertions(+), 140 deletions(-) diff --git a/index.html b/index.html index d5a3fc2..92cbe78 100644 --- a/index.html +++ b/index.html @@ -41,13 +41,19 @@