devel #220

Merged
inhji merged 5 commits from devel into main 2023-07-19 23:11:20 +02:00
Showing only changes of commit ca140a8821 - Show all commits

View file

@ -1,14 +1,17 @@
<section class="max-w-2xl mx-auto">
<article class="h-card hcard">
<img
class="rounded-lg block text-center w-28 | u-photo"
src={ChiyaWeb.Uploaders.UserImage.url({@user.user_image, @current_user}, :thumb)}
/>
<.header class="mt-8">
<span class="p-name"><%= @user.name %></span>
<:subtitle><%= @user.bio %></:subtitle>
</.header>
<section class="flex gap-3">
<img
class="rounded-lg block text-center w-28 h-28 | u-photo"
src={ChiyaWeb.Uploaders.UserImage.url({@user.user_image, @current_user}, :thumb)}
/>
<.header class="flex-1">
<span class="p-name"><%= @user.name %></span>
<:subtitle><%= @user.bio %></:subtitle>
</.header>
</section>
<%= if @note do %>
<section class="mx-auto mt-8 prose prose-gruvbox md:prose-lg lg:prose-xl | p-summary e-content">