Removed hangfire. Added TickerQ

This commit is contained in:
2025-08-19 22:53:12 +02:00
parent 60178dc54b
commit ab92edb008
20 changed files with 1267 additions and 487 deletions

View File

@@ -1,15 +0,0 @@
<div class="alert alert-soft alert-primary border-2 flex items-center p-2.5" role="alert">
<div class="avatar me-2">
<div class="size-7 rounded-full">
<img src="/_content/Moonlight.Client/img/ghost.png" alt="avatar" />
</div>
</div>
<div class="text-primary-content">
@ChildContent
</div>
</div>
@code
{
[Parameter] public RenderFragment ChildContent { get; set; }
}