From da066cca6abb5db7ae0503175efc9118ef15a822 Mon Sep 17 00:00:00 2001 From: pancakes Date: Wed, 26 Feb 2025 12:35:25 +1000 Subject: [PATCH] [frontend/pages] Rearrange profile menu elements --- Iceshrimp.Frontend/Pages/ProfileView.razor | 60 ++++++++++++---------- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/Iceshrimp.Frontend/Pages/ProfileView.razor b/Iceshrimp.Frontend/Pages/ProfileView.razor index adcca528..d8f15858 100644 --- a/Iceshrimp.Frontend/Pages/ProfileView.razor +++ b/Iceshrimp.Frontend/Pages/ProfileView.razor @@ -16,7 +16,6 @@ @inject IStringLocalizer Loc; @inject MetadataService MetadataService @inject NavigationManager Nav; -@inject SessionService Session @if (_init) { @@ -63,7 +62,7 @@ @@ -441,4 +445,4 @@ await GlobalComponentSvc.NoticeDialog?.Display(e.Response.Message ?? Loc["An unknown error occurred"], NoticeDialog.NoticeType.Error)!; } } -} \ No newline at end of file +}