mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
Refactor Docker Compose files, Tailwind config, UserCard component, and page server files
This commit is contained in:
parent
3299855f86
commit
b057ee01b3
7 changed files with 82 additions and 202 deletions
|
@ -7,7 +7,10 @@
|
|||
<div class="card w-96 shadow-xl bg-primary-content">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">{user.first_name} {user.last_name}</h2>
|
||||
<p>{user.username} - {user.icon}</p>
|
||||
<p>
|
||||
{user.username}{#if user.icon}
|
||||
- {user.icon}{/if}
|
||||
</p>
|
||||
<p>Last Login: {user.last_login}</p>
|
||||
<p>date: {user.signup_date}</p>
|
||||
<p>{user.role}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue