From 4a09ab1f7be43df19d21643d42df78cc7de9265d Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 2 Dec 2025 14:42:03 +0100 Subject: [PATCH] fix: add ESC key support, security comment, and disable async tests --- lib/mv_web/live/components/payment_filter_component.ex | 8 +++++++- lib/mv_web/live/member_live/index.ex | 5 ++++- test/mv_web/components/payment_filter_component_test.exs | 3 ++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/lib/mv_web/live/components/payment_filter_component.ex b/lib/mv_web/live/components/payment_filter_component.ex index 1cbdf4d..c9dc731 100644 --- a/lib/mv_web/live/components/payment_filter_component.ex +++ b/lib/mv_web/live/components/payment_filter_component.ex @@ -34,7 +34,13 @@ defmodule MvWeb.Components.PaymentFilterComponent do @impl true def render(assigns) do ~H""" -
+