From 7ecea60edeebd886f5ccf28b10d3ffcec05448ea Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 15 Feb 2024 17:15:49 +0100 Subject: [PATCH] [New] Added notifications to inspector menu --- bower.json | 2 +- strolch-wc-inspector-menu.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 515bf30..dd859ab 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-inspector", "description": "Strolch WebComponent Inspector", - "version": "0.24.0", + "version": "0.24.1", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-inspector-menu.html b/strolch-wc-inspector-menu.html index 81de5f0..2212a8e 100644 --- a/strolch-wc-inspector-menu.html +++ b/strolch-wc-inspector-menu.html @@ -79,6 +79,10 @@ Components + + + Notifications + I18n Editor @@ -115,6 +119,7 @@ case "users": case "roles": case "control": + case "notifications": case "inspector": this.page = newValue; this.style.backgroundColor = "#e8eaf6";