feat: allow listing completed tasks for task

This commit is contained in:
Moritz Böhme 2025-04-07 08:06:11 +02:00
parent 20027b42f0
commit a5504e6e6e
6 changed files with 37 additions and 26 deletions

View file

@ -34,9 +34,7 @@ defmodule PutzplanWeb.CompletedTaskLive.Index do
<.modal :if={@live_action == :new} id="completed_task-modal" show on_cancel={JS.patch(~p"/completed_tasks")}>
<.live_component
module={PutzplanWeb.CompletedTaskLive.FormComponent}
current_user={@current_user}
current_user={@current_user}
id={:new}
title={@page_title}
action={@live_action}