iobroker.eos-admin 7.9.32 → 7.9.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3232,3 +3232,58 @@ html:not(.eos-app) .eos-standalone-nav-toggle {
|
|
|
3232
3232
|
border-radius: 14px !important;
|
|
3233
3233
|
}
|
|
3234
3234
|
}
|
|
3235
|
+
|
|
3236
|
+
|
|
3237
|
+
/* === NexoWatt EOS v33: Assist button spacing ==============================
|
|
3238
|
+
Keep the EOS Assist accessible, but reserve the bottom-right corner for the
|
|
3239
|
+
native page settings pencil / floating action buttons and scroll controls. */
|
|
3240
|
+
:root {
|
|
3241
|
+
--eos-assist-safe-right: 118px;
|
|
3242
|
+
--eos-assist-safe-bottom: 22px;
|
|
3243
|
+
}
|
|
3244
|
+
html.eos-app .eos-assist-root,
|
|
3245
|
+
html.eos-app #eos-assist-root {
|
|
3246
|
+
right: var(--eos-assist-safe-right) !important;
|
|
3247
|
+
bottom: var(--eos-assist-safe-bottom) !important;
|
|
3248
|
+
z-index: 1680 !important;
|
|
3249
|
+
}
|
|
3250
|
+
html.eos-app .eos-assist-root .eos-assist-panel,
|
|
3251
|
+
html.eos-app #eos-assist-root .eos-assist-panel {
|
|
3252
|
+
right: 0 !important;
|
|
3253
|
+
bottom: calc(100% + 12px) !important;
|
|
3254
|
+
}
|
|
3255
|
+
/* Keep common page settings / FAB elements clickable above the assist. */
|
|
3256
|
+
html.eos-app [aria-label*="Einstellung"],
|
|
3257
|
+
html.eos-app [title*="Einstellung"],
|
|
3258
|
+
html.eos-app [aria-label*="Settings"],
|
|
3259
|
+
html.eos-app [title*="Settings"],
|
|
3260
|
+
html.eos-app .MuiFab-root,
|
|
3261
|
+
html.eos-app button[class*="Fab"],
|
|
3262
|
+
html.eos-app button[class*="fab"] {
|
|
3263
|
+
z-index: 1800 !important;
|
|
3264
|
+
}
|
|
3265
|
+
@media (max-width: 1100px) {
|
|
3266
|
+
:root { --eos-assist-safe-right: 104px; }
|
|
3267
|
+
}
|
|
3268
|
+
@media (max-width: 720px) {
|
|
3269
|
+
:root {
|
|
3270
|
+
--eos-assist-safe-right: 86px;
|
|
3271
|
+
--eos-assist-safe-bottom: 16px;
|
|
3272
|
+
}
|
|
3273
|
+
html.eos-app .eos-assist-root .eos-assist-button,
|
|
3274
|
+
html.eos-app #eos-assist-root .eos-assist-button {
|
|
3275
|
+
min-width: 54px !important;
|
|
3276
|
+
width: 54px !important;
|
|
3277
|
+
height: 54px !important;
|
|
3278
|
+
border-radius: 18px !important;
|
|
3279
|
+
grid-template-columns: 1fr !important;
|
|
3280
|
+
padding: 0 !important;
|
|
3281
|
+
place-items: center !important;
|
|
3282
|
+
}
|
|
3283
|
+
html.eos-app .eos-assist-root .eos-assist-button strong,
|
|
3284
|
+
html.eos-app .eos-assist-root .eos-assist-button small,
|
|
3285
|
+
html.eos-app #eos-assist-root .eos-assist-button strong,
|
|
3286
|
+
html.eos-app #eos-assist-root .eos-assist-button small {
|
|
3287
|
+
display: none !important;
|
|
3288
|
+
}
|
|
3289
|
+
}
|
package/adminWww/index.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
href="css/leaflet.css"
|
|
33
33
|
/>
|
|
34
|
-
<link rel="stylesheet" href="./css/eos-branding.css?v=
|
|
34
|
+
<link rel="stylesheet" href="./css/eos-branding.css?v=33" />
|
|
35
35
|
<link
|
|
36
36
|
rel="manifest"
|
|
37
37
|
href="manifest.json"
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
<script type="module" crossorigin src="./assets/index-CQZugZ1z.js"></script>
|
|
155
155
|
<link rel="modulepreload" crossorigin href="./assets/preload-helper-BDBacUwf.js">
|
|
156
156
|
<link rel="modulepreload" crossorigin href="./assets/iobroker_admin__mf_v__runtimeInit__mf_v__-g2X2zhAf.js">
|
|
157
|
-
<script defer src="./js/eos-branding.js?v=
|
|
158
|
-
<script defer src="./js/eos-security-ui.js?v=
|
|
159
|
-
<script defer src="./js/eos-assistant.js?v=
|
|
157
|
+
<script defer src="./js/eos-branding.js?v=33"></script>
|
|
158
|
+
<script defer src="./js/eos-security-ui.js?v=33"></script>
|
|
159
|
+
<script defer src="./js/eos-assistant.js?v=33"></script>
|
|
160
160
|
</head>
|
|
161
161
|
<body>
|
|
162
162
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
// v31: EOS Assist is rendered by eos-branding.js so it can share route/security state.
|
|
4
4
|
// This file stays as a lightweight compatibility hook for cache-safe deployments.
|
|
5
|
-
window.NEXOWATT_EOS_ASSIST_VERSION = '
|
|
5
|
+
window.NEXOWATT_EOS_ASSIST_VERSION = 'v33-assist-position-fix';
|
|
6
6
|
})();
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# NexoWatt EOS Admin v33 – EOS Assist Position
|
|
2
|
+
|
|
3
|
+
Diese Version verschiebt den EOS Assist Launcher weiter nach links, damit der Bereich unten rechts für den Seiten-Einstellbutton, Floating-Action-Buttons und Slider frei bleibt.
|
|
4
|
+
|
|
5
|
+
## Änderungen
|
|
6
|
+
|
|
7
|
+
- Version auf `7.9.33` erhöht.
|
|
8
|
+
- EOS Assist bleibt unten rechts sichtbar, sitzt aber mit Sicherheitsabstand zum rechten Rand.
|
|
9
|
+
- Der native Seiten-Einstellbutton und andere Floating-Action-Buttons erhalten eine höhere Bedienpriorität.
|
|
10
|
+
- Mobile Ansicht berücksichtigt kleinere Abstände.
|
|
11
|
+
- Keine Backend-, MCP- oder Server-Abhängigkeiten geändert.
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eos-admin",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.33",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "NexoWatt EOS Admin",
|
|
7
7
|
"de": "NexoWatt EOS Admin",
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
"uk": "Розширений налаштування JSON для адаптера фригату",
|
|
163
163
|
"zh-cn": "JSON 护卫舰适配器扩展配置"
|
|
164
164
|
},
|
|
165
|
-
"7.9.
|
|
166
|
-
"en": "
|
|
167
|
-
"de": "EOS
|
|
165
|
+
"7.9.33": {
|
|
166
|
+
"en": "Moved the EOS Assist launcher left so it no longer covers the page settings pencil or bottom-right slider controls.",
|
|
167
|
+
"de": "EOS Assist weiter nach links verschoben, damit Seiten-Einstellstift und Slider unten rechts nicht mehr verdeckt werden."
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"desc": {
|