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
@@ -18,6 +18,22 @@ public sealed record AdminSiteSettingsResponse(
string SponsorsContent,
string ShowactsUrl,
string ShowactsContent,
string StreamBannerEyebrow,
string StreamBannerTitle,
string StreamBannerText,
string StreamBannerLiveButtonLabel,
string StreamBannerLiveButtonUrl,
string StreamBannerLockedButtonLabel,
bool StreamBannerUseCompletedContent,
string StreamBannerCompletedEyebrow,
string StreamBannerCompletedTitle,
string StreamBannerCompletedText,
string StreamBannerCompletedButtonLabel,
string StreamBannerCompletedButtonUrl,
string AwardsSectionTitle,
string AwardsSectionDescription,
string SubcategoriesSectionTitle,
string SubcategoriesSectionDescription,
IEnumerable<PublicSocialLinkDto> SocialLinks,
IEnumerable<FaqItemDto> Faq,
string ShowactFormSchemaJson);
@@ -38,6 +54,22 @@ public sealed record UpdateSiteSettingsRequest(
string SponsorsContent,
string ShowactsUrl,
string ShowactsContent,
string StreamBannerEyebrow,
string StreamBannerTitle,
string StreamBannerText,
string StreamBannerLiveButtonLabel,
string StreamBannerLiveButtonUrl,
string StreamBannerLockedButtonLabel,
bool StreamBannerUseCompletedContent,
string StreamBannerCompletedEyebrow,
string StreamBannerCompletedTitle,
string StreamBannerCompletedText,
string StreamBannerCompletedButtonLabel,
string StreamBannerCompletedButtonUrl,
string AwardsSectionTitle,
string AwardsSectionDescription,
string SubcategoriesSectionTitle,
string SubcategoriesSectionDescription,
PublicSocialLinkDto[] SocialLinks,
FaqItemDto[] Faq,
string? ShowactFormSchemaJson = null);