Switched to net9 and finished event workflow

This commit is contained in:
2026-01-18 19:30:20 +01:00
parent 8d0573eb7e
commit 2d3c973d47
23 changed files with 142 additions and 40 deletions

View File

@@ -2,8 +2,10 @@
@using SpotiParty.Web.Components.Components
@rendermode InteractiveServer
<PageTitle>SpotiParty</PageTitle>
<header>
<h1>🎵 SpotiParty</h1>
<h1>@(_event?.Name ?? " ")</h1>
<p>Suche ein Lied und füge es zur Warteschlange hinzu</p>
</header>
@@ -27,7 +29,7 @@
</main>
<footer>
<p>SpotiParty © @_currentYear</p>
<p><a href="https://git.leon-hoppe.de/leon.hoppe/spotiparty" target="_blank">SpotiParty</a> © @_currentYear</p>
</footer>
<dialog class="confirm-dialog" style="display: @(_selectedTrack is null ? "none" : "block")">