Merge remote-tracking branch 'origin/main' into issue/mitgliederverwaltung-547

# Conflicts:
#	lib/mv_web/live/member_live/index.html.heex
This commit is contained in:
Simon 2026-07-12 12:29:47 +02:00
commit fe6d1c52f9
9 changed files with 72 additions and 75 deletions

View file

@ -135,7 +135,7 @@ defmodule MvWeb.CoreComponents do
<.button variant="ghost" size="sm">Edit</.button>
<.button disabled={true}>Disabled</.button>
"""
attr :rest, :global, include: ~w(href navigate patch method data-testid form)
attr :rest, :global, include: ~w(href navigate patch method data-testid form type)
attr :variant, :string,
values: ~w(primary secondary neutral ghost outline danger link icon),