iobroker.eos-admin 7.9.25 → 7.9.26
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.
- package/README.md +7 -1
- package/adminWww/css/eos-branding.css +164 -0
- package/adminWww/index.html +3 -3
- package/adminWww/js/eos-branding.js +1 -1
- package/adminWww/js/eos-security-ui.js +1 -1
- package/io-package.json +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Minimaler Repository-Eintrag:
|
|
|
23
23
|
{
|
|
24
24
|
"eos-admin": {
|
|
25
25
|
"name": "eos-admin",
|
|
26
|
-
"version": "7.9.
|
|
26
|
+
"version": "7.9.26",
|
|
27
27
|
"title": "NexoWatt EOS Admin",
|
|
28
28
|
"desc": {
|
|
29
29
|
"de": "NexoWatt EOS Administrationsoberfläche als eigenständiger Adapter.",
|
|
@@ -133,3 +133,9 @@ LICENSE
|
|
|
133
133
|
NEXOWATT_PROPRIETARY_LICENSE.md
|
|
134
134
|
THIRD_PARTY_NOTICES.md
|
|
135
135
|
```
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### 7.9.26
|
|
139
|
+
|
|
140
|
+
- Header-Logo links optisch verstärkt und leicht nach oben gesetzt.
|
|
141
|
+
- Benutzername/Kontoanzeige oben rechts kontrastreicher dargestellt.
|
|
@@ -2284,3 +2284,167 @@ html.eos-security-nonadmin .eos-security-admin-only-field {
|
|
|
2284
2284
|
border: 1px solid rgba(55, 230, 180, .22);
|
|
2285
2285
|
pointer-events: none;
|
|
2286
2286
|
}
|
|
2287
|
+
|
|
2288
|
+
/* === NexoWatt EOS v26: Header identity polish =============================
|
|
2289
|
+
Header-Logo links stärker sichtbar, leicht nach oben gesetzt und sauber vom
|
|
2290
|
+
Text getrennt. Benutzername rechts wird kontrastreich/weiß dargestellt. */
|
|
2291
|
+
html.eos-app .eos-top-toolbar {
|
|
2292
|
+
overflow: visible !important;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
html.eos-app .eos-brand-badge {
|
|
2296
|
+
grid-template-columns: 76px minmax(170px, 1fr) 12px !important;
|
|
2297
|
+
min-width: 326px !important;
|
|
2298
|
+
width: 326px !important;
|
|
2299
|
+
height: 62px !important;
|
|
2300
|
+
min-height: 62px !important;
|
|
2301
|
+
padding: 3px 16px 3px 5px !important;
|
|
2302
|
+
column-gap: 13px !important;
|
|
2303
|
+
align-items: center !important;
|
|
2304
|
+
transform: translateY(-2px) !important;
|
|
2305
|
+
background:
|
|
2306
|
+
radial-gradient(circle at 26px 31px, rgba(0, 255, 136, 0.30), transparent 35px),
|
|
2307
|
+
linear-gradient(135deg, rgba(0, 255, 136, 0.18), rgba(0, 212, 255, 0.075) 58%, rgba(2, 9, 20, 0.45)) !important;
|
|
2308
|
+
border-color: rgba(0, 255, 136, 0.55) !important;
|
|
2309
|
+
box-shadow:
|
|
2310
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.10),
|
|
2311
|
+
inset 0 0 24px rgba(0, 255, 136, 0.08),
|
|
2312
|
+
0 10px 24px rgba(0, 0, 0, 0.28),
|
|
2313
|
+
0 0 22px rgba(0, 255, 136, 0.18) !important;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
html.eos-app .eos-brand-badge-mark {
|
|
2317
|
+
width: 64px !important;
|
|
2318
|
+
height: 64px !important;
|
|
2319
|
+
min-width: 64px !important;
|
|
2320
|
+
min-height: 64px !important;
|
|
2321
|
+
margin-left: -1px !important;
|
|
2322
|
+
transform: translateY(-3px) !important;
|
|
2323
|
+
border-radius: 22px !important;
|
|
2324
|
+
background:
|
|
2325
|
+
radial-gradient(circle at 48% 46%, rgba(45, 255, 188, 0.20), rgba(0, 22, 22, 0.92) 63%, rgba(1, 9, 17, 0.98) 100%) !important;
|
|
2326
|
+
border: 1px solid rgba(111, 255, 215, 0.76) !important;
|
|
2327
|
+
box-shadow:
|
|
2328
|
+
inset 0 0 22px rgba(0, 255, 136, 0.16),
|
|
2329
|
+
0 0 0 1px rgba(255, 255, 255, 0.06),
|
|
2330
|
+
0 0 20px rgba(0, 255, 136, 0.54),
|
|
2331
|
+
0 0 38px rgba(0, 212, 255, 0.17) !important;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
html.eos-app .eos-brand-badge-logo {
|
|
2335
|
+
width: 57px !important;
|
|
2336
|
+
height: 57px !important;
|
|
2337
|
+
min-width: 57px !important;
|
|
2338
|
+
min-height: 57px !important;
|
|
2339
|
+
opacity: 1 !important;
|
|
2340
|
+
transform: translateY(-1px) !important;
|
|
2341
|
+
filter:
|
|
2342
|
+
brightness(2.18)
|
|
2343
|
+
contrast(1.16)
|
|
2344
|
+
saturate(1.42)
|
|
2345
|
+
drop-shadow(0 0 1px rgba(245, 255, 252, 0.92))
|
|
2346
|
+
drop-shadow(0 0 10px rgba(0, 255, 136, 0.78))
|
|
2347
|
+
drop-shadow(0 0 20px rgba(0, 212, 255, 0.24)) !important;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
html.eos-app .eos-brand-badge-copy {
|
|
2351
|
+
padding-left: 1px !important;
|
|
2352
|
+
min-width: 0 !important;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
html.eos-app .eos-brand-badge-copy strong {
|
|
2356
|
+
color: #ffffff !important;
|
|
2357
|
+
font-size: 14px !important;
|
|
2358
|
+
line-height: 1.0 !important;
|
|
2359
|
+
text-shadow: 0 1px 0 rgba(0,0,0,.45), 0 0 10px rgba(0,255,136,.18) !important;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
html.eos-app .eos-brand-badge-copy small {
|
|
2363
|
+
color: rgba(239, 255, 250, 0.88) !important;
|
|
2364
|
+
font-size: 7.9px !important;
|
|
2365
|
+
line-height: 1.08 !important;
|
|
2366
|
+
text-shadow: 0 1px 0 rgba(0,0,0,.42) !important;
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
html.eos-app .eos-brand-led {
|
|
2370
|
+
background: #18ff9a !important;
|
|
2371
|
+
box-shadow: 0 0 12px rgba(0,255,136,.95), 0 0 24px rgba(0,212,255,.18) !important;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
/* Right account/user area in the native app bar: keep names readable. */
|
|
2375
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root,
|
|
2376
|
+
html.eos-app .eos-top-toolbar {
|
|
2377
|
+
color: #f4fbff !important;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
html.eos-app .eos-top-toolbar > :not(.eos-brand-badge),
|
|
2381
|
+
html.eos-app .eos-top-toolbar > :not(.eos-brand-badge) *,
|
|
2382
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root .MuiTypography-root,
|
|
2383
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root a,
|
|
2384
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root button,
|
|
2385
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root span:not(.eos-brand-led):not(.eos-brand-badge-mark) {
|
|
2386
|
+
color: #f4fbff !important;
|
|
2387
|
+
text-shadow: 0 1px 0 rgba(0,0,0,.55), 0 0 9px rgba(0,255,136,.14) !important;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root .MuiAvatar-root,
|
|
2391
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root img[alt*="admin" i],
|
|
2392
|
+
html.eos-app .MuiAppBar-root .MuiToolbar-root img[alt*="user" i] {
|
|
2393
|
+
opacity: 1 !important;
|
|
2394
|
+
filter: brightness(1.25) saturate(1.25) drop-shadow(0 0 10px rgba(0,255,136,.42)) !important;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
@media (max-width: 1220px) {
|
|
2398
|
+
html.eos-app .eos-brand-badge {
|
|
2399
|
+
min-width: 80px !important;
|
|
2400
|
+
width: 80px !important;
|
|
2401
|
+
grid-template-columns: 1fr !important;
|
|
2402
|
+
justify-items: center !important;
|
|
2403
|
+
padding: 4px 7px !important;
|
|
2404
|
+
transform: translateY(-1px) !important;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
html.eos-app .eos-brand-badge-mark {
|
|
2408
|
+
width: 64px !important;
|
|
2409
|
+
height: 64px !important;
|
|
2410
|
+
min-width: 64px !important;
|
|
2411
|
+
min-height: 64px !important;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
html.eos-app .eos-brand-badge-logo {
|
|
2415
|
+
width: 57px !important;
|
|
2416
|
+
height: 57px !important;
|
|
2417
|
+
min-width: 57px !important;
|
|
2418
|
+
min-height: 57px !important;
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
html.eos-app .eos-brand-badge-copy,
|
|
2422
|
+
html.eos-app .eos-brand-led {
|
|
2423
|
+
display: none !important;
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
@media (max-width: 720px) {
|
|
2428
|
+
html.eos-app .eos-brand-badge {
|
|
2429
|
+
min-width: 64px !important;
|
|
2430
|
+
width: 64px !important;
|
|
2431
|
+
height: 56px !important;
|
|
2432
|
+
min-height: 56px !important;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
html.eos-app .eos-brand-badge-mark {
|
|
2436
|
+
width: 52px !important;
|
|
2437
|
+
height: 52px !important;
|
|
2438
|
+
min-width: 52px !important;
|
|
2439
|
+
min-height: 52px !important;
|
|
2440
|
+
transform: translateY(-1px) !important;
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
html.eos-app .eos-brand-badge-logo {
|
|
2444
|
+
width: 47px !important;
|
|
2445
|
+
height: 47px !important;
|
|
2446
|
+
min-width: 47px !important;
|
|
2447
|
+
min-height: 47px !important;
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
|
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=26" />
|
|
35
35
|
<link
|
|
36
36
|
rel="manifest"
|
|
37
37
|
href="manifest.json"
|
|
@@ -154,8 +154,8 @@
|
|
|
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=
|
|
157
|
+
<script defer src="./js/eos-branding.js?v=26"></script>
|
|
158
|
+
<script defer src="./js/eos-security-ui.js?v=26"></script>
|
|
159
159
|
</head>
|
|
160
160
|
<body>
|
|
161
161
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
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.26",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "NexoWatt EOS Admin",
|
|
7
7
|
"de": "NexoWatt EOS Admin",
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
"connectionType": "local",
|
|
19
19
|
"dataSource": "push",
|
|
20
20
|
"news": {
|
|
21
|
+
"7.9.26": {
|
|
22
|
+
"en": "Visual polish: strengthened the NexoWatt EOS header logo and improved account-name contrast in the top bar.",
|
|
23
|
+
"de": "Optischer Feinschliff: NexoWatt-EOS-Headerlogo deutlicher sichtbar und Kontoname in der oberen Leiste kontrastreicher."
|
|
24
|
+
},
|
|
21
25
|
"7.9.25": {
|
|
22
26
|
"en": "EOS visibility guard: the legacy admin adapter is hidden for non-administrators and protected system components stay updateable.",
|
|
23
27
|
"de": "EOS-Sichtbarkeitsschutz: der alte Admin-Adapter wird für Nicht-Administratoren ausgeblendet und geschützte Systemkomponenten bleiben updatefähig."
|