diff --git a/apps/server/AliasVault.Client/Main/Layout/TopMenu.razor b/apps/server/AliasVault.Client/Main/Layout/TopMenu.razor index 41e929304..e7302f711 100644 --- a/apps/server/AliasVault.Client/Main/Layout/TopMenu.razor +++ b/apps/server/AliasVault.Client/Main/Layout/TopMenu.razor @@ -69,6 +69,11 @@ @Localizer["SecuritySettingsNav"] +
@SharedLocalizer["Loading"]
+@FormatSize(_estimatedTotalBytes)
+@Localizer["EstimatedTotalDescription"]
+@Localizer["ItemCountLabel"]
+@_totalItems
+@Localizer["ItemsWithAttachmentsLabel"]
+@_itemsWithAttachments
+@Localizer["ItemsWithLogosLabel"]
+@_itemsWithLogos
+@Localizer["BreakdownDescription"]
+ + @if (_estimatedTotalBytes == 0) + { +-
+ } + else + { +@Localizer["TopAttachmentsDescription"]
+ + @if (_topAttachments.Count == 0) + { +-
+ } + else + { +@Localizer["TopLogosDescription"]
+ + @if (_topLogos.Count == 0) + { +-
+ } + else + { +