fix: improvements in the dashboard

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-17 18:15:23 +02:00
parent c8bea685db
commit 077a47a263
29 changed files with 1133 additions and 526 deletions

View File

@@ -59,13 +59,15 @@ function Component() {
<PageContainer>
<PageHeader
title={
<div className="row items-center gap-4">
<div className="row items-center gap-4 min-w-0">
<ProfileAvatar {...profile.data} />
{getProfileName(profile.data, false)}
<span className="truncate">
{getProfileName(profile.data, false)}
</span>
</div>
}
>
<div className="row gap-4 mb-6">
<div className="row gap-4 mb-6 flex-wrap">
{profile.data?.properties.country && (
<div className="row gap-2 items-center">
<SerieIcon name={profile.data.properties.country} />