-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: Editor Theme should not influence Navigation (as it is like a Widget - runtime related) #352
Comments
und die richtige Runtime (separates Fenster) hat auch das Problem dass z. B. der Menüeintrag nicht mehr sichtbar ist? |
Ja. Das stimmt. |
Hm also wäre Ziel hier generell - kein Einfluss von theme auf runtime wie du oben auch schon geschrieben hast |
Das finde ich auch. |
die Navigation wird in der nächsten Version voll konfigurierbar sein was Farben betrifft, als Fallback habe ich das aktuelle Verhalten gelassen, falls jemand speziell damit arbeitet, da da wohl auch einiges an Arbeit rein ging von BF damals. |
Ah Mist da hatte ich wohl keinen ausgewählt |
…ader text color) (#360) * apply default overflow correctly - closes #31 - closes #22 * navigation style fixes (fix icon background and allow to customize header text color) - closes #352 --------- Signed-off-by: Max Hauser <[email protected]>
No existing issues.
Describe the bug
Beim betätigen des Farbthemenauswahl ändert sich die Farbe im Editorbereich.
Die Runtimes-Ausgaben sind auch unterschiedlich bei geänderten Farben im Navigationsbereich.
To Reproduce
dunker Hintergrund:
heller Hintergrund:
Stellt man auch die Runtime im Editor auf aktiv sieht man die Icons die nicht aktiv sind (Seite1) nicht mehr.
Siehe:
Wieder da:
Expected behavior
Farben im Editor und in der Runtime sollten auf allen Geräten (PC, Tablet, gleich sein egal welche Farbthemenauswahl man im Menü eingestellt hat. Dieses sollte nur das Vis-2 Editormenü betreffen.
Am besten sollten sogar die Symbole und die Schrift im Navigationsmenü einstellbar sein.
(Größe, Farbe (aktiv abgewählt oder inaktiv),Schrift (aktiv angewählt oder inaktiv).
Screenshots & Logfiles
Testprojekt:
{ "___settings": { "folders": [], "openedViews": [ "default", "Seite 1" ], "ts": "1706965524735.uwt305" }, "default": { "name": "Default", "settings": { "style": { "background-color": "black" }, "theme": "", "navigation": true, "navigationBackground": "black" }, "widgets": {}, "activeWidgets": {} }, "Seite 1": { "name": "Seite 1", "parentId": null, "settings": { "style": { "background-color": "black" }, "navigation": true, "navigationBackground": "black" }, "widgets": {}, "activeWidgets": {} } }
Adapter version
2.9.26
js-controller version
5.0.19
Node version
18.19.0
Operating system
debian
Additional context
No response
The text was updated successfully, but these errors were encountered: