Update release notes and deploy workspace
CI - Build & Verify / Build, Typecheck & Hygiene (push) Successful in 59s
CI - Build & Verify / Deploy to award.noveria.net (push) Failing after 53s

This commit is contained in:
AzuTear
2026-06-29 17:49:54 +02:00
parent c466348d18
commit 441ef2b850
196 changed files with 9279 additions and 39292 deletions
+20 -1
View File
@@ -16,6 +16,7 @@ public sealed record FeaturedCategoryDto(
public sealed record WinnerPreviewDto(
int Year,
string CategoryGroup,
string Category,
string WinnerName,
string WinnerSlug,
@@ -46,6 +47,20 @@ public sealed record FooterLinkDto(
string Url,
string Content);
public sealed record PublicStreamBannerContentDto(
string Eyebrow,
string Title,
string Text,
string LiveButtonLabel,
string LiveButtonUrl,
string LockedButtonLabel,
bool UseCompletedContent,
string CompletedEyebrow,
string CompletedTitle,
string CompletedText,
string CompletedButtonLabel,
string CompletedButtonUrl);
public sealed record PublicSiteContentDto(
string HostDisplayName,
string HostTagline,
@@ -54,6 +69,11 @@ public sealed record PublicSiteContentDto(
string ShareDiscordUrl,
string PrivacyEmail,
string PrivacyPolicyContent,
string AwardsSectionTitle,
string AwardsSectionDescription,
string SubcategoriesSectionTitle,
string SubcategoriesSectionDescription,
PublicStreamBannerContentDto StreamBanner,
IEnumerable<PublicSocialLinkDto> SocialLinks,
IEnumerable<FooterLinkDto> FooterLinks);
@@ -80,7 +100,6 @@ public sealed record OverviewResponse(
string Title,
DateOnly ShowDate,
TimeOnly ShowStartsAt,
string ShowStreamUrl,
string CurrentPhase,
bool IsCommunityOnly,
string LoginProvider,