@page "/" @using System.Text.Json; @using VeloeKemonoPartyApp.Data; @using VeloeKemonoPartyApp.Services; @inject KemonoHttpClient HttpClient
@Message
Loading creator list...
|
@creator.name
@creator.service |
@if(FavoriteList.Any(item=>item.id==creator.id)){
}
else
{
}
@creator.favorited |