Switched to net9 and finished event workflow
This commit is contained in:
@@ -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")">
|
||||
|
||||
Reference in New Issue
Block a user