refactor(app): Sticky-Note durch Widget-System ersetzen

Migration alter Sticky-Daten in das neue Widget-System, Notes.init()
statt initStickyNote(), Toolbar-Position in Settings, JSON-Export/Import
um Notes erweitert, Onboarding-Text aktualisiert.
This commit is contained in:
2026-03-21 19:40:43 +01:00
parent 7a16462358
commit 18a04b884c
5 changed files with 101 additions and 10 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ let settings = {
bgUrl: '',
theme: 'nebula',
showSearch: true,
searchEngine: 'google'
searchEngine: 'google',
toolbarPos: 'right'
};
function uid() {