Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/Codex.Web/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ else
else
{
<tr>
<td colspan="4" class="text-center py-5 opacity-25" style="font-style: italic;">
Your grimoire is empty. Begin an adventure to see history here.
<td colspan="4" class="text-center py-5">
<LucideIcon IconName="book-open" Size="48" Class="text-tertiary mb-3" />
<h3 class="h5 mb-2">Your Grimoire is Empty</h3>
<p class="text-tertiary mb-0">Begin an adventure to see history here.</p>
</td>
</tr>
}
Expand Down
2 changes: 1 addition & 1 deletion src/Codex.Web/Components/Pages/Players.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<header class="d-flex justify-content-between align-items-center mb-4">
<div class="search-container">
<LucideIcon IconName="search" Size="18" Class="search-icon" />
<input type="text" class="search-input" placeholder="Search players or characters...">
<input type="text" class="search-input" placeholder="Search players or characters..." aria-label="Search players or characters">
</div>
<div class="d-flex gap-3">
<button class="ai-sparkle-btn">
Expand Down
Loading