Name the chrome's language menu and guard anchor positioning in the fallback
CI / full-gate (push) Successful in 2m44s

This commit is contained in:
2026-08-05 02:23:50 +02:00
parent cfeee10fa8
commit 9cf6c05325
10 changed files with 29 additions and 19 deletions
+1
View File
@@ -71,6 +71,7 @@
<% if ((row.actions || []).length) { -%>
<td class="col-actions"><%- include("menu", {
id: `${actionsId}-${i + 1}`,
align: null, up: false, width: null, // explicit: EJS would otherwise inherit the page's own
kebab: true,
trigger: { class: "", icon: "i-kebab", label: t("table.rowActions", { name: row.name || t("table.row") }) },
// Mapped field by field, not spread: an Action and a menu Item are separate shapes.