Поправлен flex. Добавлены титлы для страниц
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
@page "/favorites"
|
||||
<PageTitle>Избранное - Playlist Share</PageTitle>
|
||||
|
||||
@using PlaylistShared.Shared.SharedPlaylist
|
||||
@attribute [Authorize]
|
||||
@inject HttpClient Http
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<MudCard>
|
||||
<MudCardHeader>
|
||||
<CardHeaderContent>
|
||||
<MudText Typo="Typo.h4" GutterBottom>🎵 Playlist share</MudText>
|
||||
<MudText Typo="Typo.h4" GutterBottom>🎵 Playlist Share</MudText>
|
||||
<MudText Typo="Typo.body1">
|
||||
Делитесь плейлистами Яндекс.Музыки с друзьями и управляйте треками вместе!
|
||||
</MudText>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
@page "/my-playlists"
|
||||
<PageTitle>Мои плейлисты - Playlist Share</PageTitle>
|
||||
|
||||
@attribute [Authorize]
|
||||
@using PlaylistShared.Shared.DTO
|
||||
@using PlaylistShared.Shared.Playlist
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
@page "/profile"
|
||||
<PageTitle>Профиль - Playlist Share</PageTitle>
|
||||
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using PlaylistShared.Pwa.Components.Profile
|
||||
@using PlaylistShared.Shared.DTO
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
@page "/shared/{token}"
|
||||
<PageTitle>@_playlist?.Title - Playlist Share</PageTitle>
|
||||
|
||||
@using PlaylistShared.Pwa.Components.Common
|
||||
@using PlaylistShared.Pwa.Components.SharedPlaylist
|
||||
@using PlaylistShared.Shared.DTO
|
||||
|
||||
Reference in New Issue
Block a user