feat: add ui to add members to groups
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Simon 2026-02-03 11:44:08 +01:00
parent a536485b30
commit 7f001c55c5
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
19 changed files with 881 additions and 243 deletions

View file

@ -297,7 +297,7 @@ defmodule MvWeb.UserLive.IndexTest do
test "navigation links point to correct pages", %{conn: conn} do
user = create_test_user(%{email: "navigate@example.com"})
conn = conn_with_oidc_user(conn)
{:ok, view, html} = live(conn, "/users")
{:ok, _view, html} = live(conn, "/users")
# Check that user row contains link to show page
assert html =~ ~s(/users/#{user.id})