2024-03-15 15:35:04 +01:00
|
|
|
@using System.Net.Http
|
|
|
|
|
@using System.Net.Http.Json
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
|
|
|
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
|
|
|
@using Microsoft.JSInterop
|
|
|
|
|
@using WatchIt.Website
|
2024-07-30 16:19:51 +02:00
|
|
|
@using WatchIt.Website.Layout
|
|
|
|
|
@using WatchIt.Website.Components
|
2024-10-04 19:32:25 +02:00
|
|
|
@using WatchIt.Website.Components.PersonEditPage
|
2024-10-10 02:34:26 +02:00
|
|
|
@using WatchIt.Website.Components.MediaEditPage
|
2024-07-30 16:19:51 +02:00
|
|
|
@using WatchIt.Common.Model.Accounts
|
|
|
|
|
@using WatchIt.Common.Model.Media
|
|
|
|
|
@using WatchIt.Website.Services.Utility.Tokens
|
|
|
|
|
@using WatchIt.Website.Services.Utility.Authentication
|
|
|
|
|
@using WatchIt.Website.Services.WebAPI.Accounts
|
2024-09-29 13:20:30 +02:00
|
|
|
@using WatchIt.Website.Services.WebAPI.Media
|
2024-10-02 01:08:52 +02:00
|
|
|
@using Blazorise
|
|
|
|
|
@using Blazorise.Bootstrap5
|