From 3f2c058f59d7273a6535c10c9e7ec6b75ab02fa3 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Thu, 28 Nov 2024 13:41:11 +0100 Subject: [PATCH 1/2] Cleanup small leftover from rating work --- src/Core/Components/Rating/FluentRating.razor | 1 - src/Core/Components/Rating/FluentRating.razor.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Core/Components/Rating/FluentRating.razor b/src/Core/Components/Rating/FluentRating.razor index 43570b6501..fe50ccfabb 100644 --- a/src/Core/Components/Rating/FluentRating.razor +++ b/src/Core/Components/Rating/FluentRating.razor @@ -4,7 +4,6 @@ @if (!string.IsNullOrEmpty(Label) || LabelTemplate is not null) { @LabelTemplate - _labelUsed = true; }
{ private bool _updatingCurrentValue = false; private int? _hoverValue = null; - private bool _labelUsed; /// protected override string? ClassValue => new CssBuilder(base.ClassValue) From 879fcdd4a22f64642994f3e86a2e0d36728d0fb0 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Thu, 28 Nov 2024 13:55:42 +0100 Subject: [PATCH 2/2] Add .NET Conf 2024 video --- examples/Demo/Shared/Pages/Home/Videos.razor | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/examples/Demo/Shared/Pages/Home/Videos.razor b/examples/Demo/Shared/Pages/Home/Videos.razor index 5756663034..3b2dfc2c51 100644 --- a/examples/Demo/Shared/Pages/Home/Videos.razor +++ b/examples/Demo/Shared/Pages/Home/Videos.razor @@ -9,10 +9,20 @@

Every now and then, we do guests appearances in videos to promote the library and show a bit more on how it works. See the overview below for our most recent appearances

+ +
.NET Conf 2024
+
+ +
+
+ + + +
ASP.NET Community Standup 2024
- +
@@ -22,25 +32,25 @@
Open at Microsoft - 2024
- +
- +
- +
.NET Conf 2023
- +