From 14487825643f7261542ce681bd59f380f56af709 Mon Sep 17 00:00:00 2001 From: rene Date: Thu, 4 Jun 2026 18:36:42 +0200 Subject: [PATCH] =?UTF-8?q?UX:=20Welten-Editor=20=E2=80=94=20Hinweis=20das?= =?UTF-8?q?s=20=E2=9C=95=20ausblendet=20(nicht=20l=C3=B6scht)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Statischer Hinweis präzisiert + Toast beim ersten Ausblenden: Funktion bleibt über 'Weitere Funktionen' (Ausgeblendete Funktionen) abrufbar, wird nicht gelöscht. SW v1173 --- VERSION | 2 +- backend/static/index.html | 24 ++++++++++++------------ backend/static/js/app.js | 2 +- backend/static/js/worlds.js | 13 +++++++++++-- backend/static/landing.html | 2 +- backend/static/sw.js | 2 +- 6 files changed, 27 insertions(+), 18 deletions(-) diff --git a/VERSION b/VERSION index 316155c..1720e6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1172 \ No newline at end of file +1173 \ No newline at end of file diff --git a/backend/static/index.html b/backend/static/index.html index a1f5f59..d66210c 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -86,14 +86,14 @@ Ban Yaro - + - - - - - + + + + + @@ -617,11 +617,11 @@ - - - - - + + + + + @@ -631,7 +631,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index f109b72..60ab27a 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '1172'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '1173'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator) window.APP_VERSION = APP_VERSION; diff --git a/backend/static/js/worlds.js b/backend/static/js/worlds.js index be0e629..91fe314 100644 --- a/backend/static/js/worlds.js +++ b/backend/static/js/worlds.js @@ -713,6 +713,7 @@ window.Worlds = (() => { function _openConfigModal() { let cfg = JSON.parse(JSON.stringify(_getConfig())); // deep copy let _drag = null; // { page, fromWorld, ghost } + let _removeHintShown = false; // „ausblenden ≠ löschen"-Toast nur einmal pro Session const isAdmin = _state?.user?.rolle === 'admin'; const worldColors = { jetzt:'rgba(196,132,58,0.6)', hund:'rgba(196,132,58,0.8)', welt:'rgba(99,130,220,0.6)' }; @@ -774,7 +775,8 @@ window.Worlds = (() => {
- Lang drücken & ziehen zum Verschieben. ✕ zum Entfernen. + Lang drücken & ziehen zum Verschieben. ✕ blendet aus (löscht nicht) — + ausgeblendete Funktionen bleiben über „Weitere Funktionen" abrufbar.