Improve logic and add working "delete" links

This commit is contained in:
Thelonius Kort
2023-02-14 21:02:48 +01:00
parent 7297a907da
commit faf2bb0e2e
8 changed files with 45 additions and 39 deletions

View File

@ -5,11 +5,7 @@ defmodule OutlookWeb.PublicComponents do
use Phoenix.Component
import OutlookWeb.ViewHelpers
use Phoenix.VerifiedRoutes,
endpoint: OutlookWeb.Endpoint,
router: OutlookWeb.Router,
statics: OutlookWeb.static_paths()
import Phoenix.HTML
use OutlookWeb, :verified_routes
alias Phoenix.LiveView.JS