feature(memberslist): added columns to memberslist and added selection and sortable header

This commit is contained in:
carla 2025-07-16 15:42:45 +02:00
parent f485f7bd8f
commit bbf760c2b5
4 changed files with 200 additions and 50 deletions

View file

@ -19,7 +19,7 @@ defmodule MvWeb.Layouts do
<Layouts.app flash={@flash}>
<h1>Content</h1>
</Layout.app>
"""
attr :flash, :map, required: true, doc: "the map of flash messages"
@ -67,8 +67,8 @@ defmodule MvWeb.Layouts do
</div>
</header>
<main class="px-4 py-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-2xl space-y-4">
<main class="px-4 py-20 sm:px-6 lg:px-16">
<div class="mx-auto max-full space-y-4">
{render_slot(@inner_block)}
</div>
</main>