devel #193

Merged
inhji merged 9 commits from devel into main 2023-07-07 13:55:59 +02:00
Showing only changes of commit 1d13b9d494 - Show all commits

View file

@ -1,3 +1,4 @@
<section class="max-w-2xl mx-auto">
<.header> <.header>
<:title><%= @channel.name %></:title> <:title><%= @channel.name %></:title>
<:subtitle><%= @channel.content %></:subtitle> <:subtitle><%= @channel.content %></:subtitle>
@ -6,3 +7,4 @@
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5"> <div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes} layout={@channel.layout} /> <.note_list notes={@channel.notes} layout={@channel.layout} />
</div> </div>
</section>