Compare commits

..
Author SHA1 Message Date
Franck Nijhof d35c398bfd Bump js-yaml to 4.3.2 (#54320) 2026-09-23 13:46:57 +01:00
Aidan Timson 71f9285e70 Fix initial scroll position in log details (#54315) 2026-09-23 09:50:28 +03:00
3 changed files with 6 additions and 12 deletions
+1 -8
View File
@@ -6,7 +6,6 @@ import { css, html, LitElement, nothing } from "lit";
import { customElement, state } from "lit/decorators";
import { fireEvent } from "../common/dom/fire_event";
import {
configContext,
connectionContext,
narrowViewportContext,
uiContext,
@@ -33,10 +32,6 @@ class HaMenuButton extends LitElement {
@consume({ context: uiContext, subscribe: true })
private _ui?: ContextType<typeof uiContext>;
@state()
@consume({ context: configContext, subscribe: true })
private _config?: ContextType<typeof configContext>;
@state() private _hasNotifications = false;
@state() private _show = false;
@@ -87,8 +82,7 @@ class HaMenuButton extends LitElement {
if (
!changedProps.has("_narrow") &&
!changedProps.has("_ui") &&
!changedProps.has("_connection") &&
!changedProps.has("_config")
!changedProps.has("_connection")
) {
return;
}
@@ -100,7 +94,6 @@ class HaMenuButton extends LitElement {
const showButton =
this._ui?.kioskMode === false &&
this._config?.auth.external?.config.hasSidebar !== true &&
(this._narrow || this._ui.dockedSidebar === "always_hidden");
this._show = showButton || this._alwaysVisible;
@@ -178,6 +178,7 @@ class DialogSystemLogDetail extends LitElement {
<span slot="headerTitle">${title}</span>
<ha-icon-button
id="copy"
autofocus
@click=${this._copyLog}
slot="headerActionItems"
.label=${this._i18n.localize("ui.panel.config.logs.copy")}
@@ -237,7 +238,7 @@ class DialogSystemLogDetail extends LitElement {
}
</ha-alert>`
}
<div class="contents" tabindex="-1" autofocus>
<div class="contents">
<p>
${this._i18n.localize("ui.panel.config.logs.detail.logger")}:
${item.name}<br />
+3 -3
View File
@@ -11443,13 +11443,13 @@ __metadata:
linkType: hard
"js-yaml@npm:^4.1.0":
version: 4.3.1
resolution: "js-yaml@npm:4.3.1"
version: 4.3.2
resolution: "js-yaml@npm:4.3.2"
dependencies:
argparse: "npm:^2.0.1"
bin:
js-yaml: bin/js-yaml.js
checksum: 10/2ce71b5d632abbd77da80447bf860e8a0264e54bffe94840984887d58b023761495b523727547904517a6107a1ef189854b361e0fc44995ee13a84f222d7bd42
checksum: 10/05c44b9c73e4901d92703b155e76518df64bf01ac62e4c036b47de4b391e19b72e32656e8954d51b436307f08cc9d0c0d4ec617d061cf2f65fffee9f3114bee7
languageName: node
linkType: hard