From 9b7368d0a346bbf4499592616c5e8e43d1ef5596 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 8 Jun 2026 11:44:26 +0200 Subject: [PATCH 1/2] fix: width of bulk action --- lib/mv_web/components/bulk_actions_dropdown.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mv_web/components/bulk_actions_dropdown.ex b/lib/mv_web/components/bulk_actions_dropdown.ex index c6f64d4..d0b6172 100644 --- a/lib/mv_web/components/bulk_actions_dropdown.ex +++ b/lib/mv_web/components/bulk_actions_dropdown.ex @@ -99,7 +99,7 @@ defmodule MvWeb.Components.BulkActionsDropdown do icon="hero-bolt" open={@open} phx_target={@myself} - menu_width="w-64" + menu_width="w-70" menu_align="left" button_class="btn-secondary gap-2" testid="bulk-actions-dropdown" From 2a11bfe60a0c1fa78f3d9327f3fa43efb0ed14ce Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 8 Jun 2026 11:51:44 +0200 Subject: [PATCH 2/2] chore: pin nodejs for browser-test tooling; ignore /node_modules --- .gitignore | 1 + .tool-versions | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 14620df..b37fa85 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ mv-*.tar # In case you use Node.js/npm, you want to ignore these. npm-debug.log /assets/node_modules/ +/node_modules/ .cursor diff --git a/.tool-versions b/.tool-versions index cf63238..e815bde 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,4 @@ elixir 1.18.3-otp-27 erlang 27.3.4 just 1.51.0 +nodejs 26.2.0