Media UI v1 (#17)

* Updated comments

* Added basic media tables to sources#show

* Adds a very basic listing and show page for media
This commit is contained in:
Kieran
2024-02-09 19:21:51 -08:00
committed by GitHub
parent e0637331bb
commit 77f06bfbc8
8 changed files with 102 additions and 2 deletions
@@ -0,0 +1,5 @@
defmodule PinchflatWeb.Media.MediaItemHTML do
use PinchflatWeb, :html
embed_templates "media_item_html/*"
end