From 414e7815e403044a04a0e7646f61022fc64867ab Mon Sep 17 00:00:00 2001 From: Eduard Gert Date: Wed, 20 May 2026 16:45:06 +0200 Subject: [PATCH] update default view icon, remove capitalize from profile name --- client/ui/frontend/src/components/ProfileDropdown.tsx | 4 ++-- client/ui/frontend/src/layouts/Header.tsx | 4 ++-- client/ui/frontend/src/modules/settings/SettingsProfiles.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/ui/frontend/src/components/ProfileDropdown.tsx b/client/ui/frontend/src/components/ProfileDropdown.tsx index 0b70c2d0b..0cbbd61e4 100644 --- a/client/ui/frontend/src/components/ProfileDropdown.tsx +++ b/client/ui/frontend/src/components/ProfileDropdown.tsx @@ -194,7 +194,7 @@ const ProfileTriggerButton = forwardRef - + {name} @@ -225,7 +225,7 @@ const ProfileRow = ({ profile, isActive, onSelect }: ProfileRowProps) => { >
- {profile.name} + {profile.name} {showEmail && }
{isActive && ( diff --git a/client/ui/frontend/src/layouts/Header.tsx b/client/ui/frontend/src/layouts/Header.tsx index 8d431522b..1bee0ac42 100644 --- a/client/ui/frontend/src/layouts/Header.tsx +++ b/client/ui/frontend/src/layouts/Header.tsx @@ -3,8 +3,8 @@ import { useTranslation } from "react-i18next"; import { Check, MoreVertical, - PanelTop, PanelsRightBottom, + RectangleVertical, Settings, type LucideIcon, } from "lucide-react"; @@ -68,7 +68,7 @@ export const Header = () => { selectMode("default")} diff --git a/client/ui/frontend/src/modules/settings/SettingsProfiles.tsx b/client/ui/frontend/src/modules/settings/SettingsProfiles.tsx index 19a0470a8..d860f644d 100644 --- a/client/ui/frontend/src/modules/settings/SettingsProfiles.tsx +++ b/client/ui/frontend/src/modules/settings/SettingsProfiles.tsx @@ -198,7 +198,7 @@ const ProfileRow = ({ profile, isActive, onDeregister, onDelete }: ProfileRowPro />
- + {profile.name} {isActive && {t("settings.profiles.active")}}