Skip to content

Commit ee070ba

Browse files
Merge branch 'development' into BLAZ-993136-ug_chip
2 parents 07eba31 + e361ec5 commit ee070ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blazor/Release-Notes/31.2.12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: ug
77

88
# Essential Studio for Blazor - v31.2.12 Release Notes
99

10-
{% include release-info.html date="November 18, 2025" version="v31.2.12" passed="71954" failed="0" %}
10+
{% include release-info.html date="November 18, 2025" version="v31.2.12" passed="74487" failed="0" %}
1111

1212
{% directory path: _includes/release-notes/v31.2.12 %}
1313

@@ -91,4 +91,4 @@ documentation: ug
9191
| Toolbar | 230 | 230 | 0 | All Passed |
9292
| TreeGrid | 4943 | 4943 | 0 | All Passed |
9393
| TreeMap | 704 | 704 | 0 | All Passed |
94-
| TreeView | 1361 | 1361 | 0 | All Passed |
94+
| TreeView | 1361 | 1361 | 0 | All Passed |

blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The Kanban sentiment analysis interface starts with a Progress Button labeled **
240240
- **Kanban Board:** Displays pizza orders grouped by Category (Menu, Order, Ready to Serve, Delivered). Each card shows pizza details and later displays sentiment emoji for delivered items.
241241

242242
{% tabs %}
243-
{% highlight %}
243+
{% highlight razor %}
244244

245245
<SfProgressButton Content="@Content" OnClick="@GetScore" EnableProgress="false">
246246
<ProgressButtonEvents OnBegin="Begin" OnEnd="End"></ProgressButtonEvents>
@@ -424,7 +424,7 @@ Once the AI response is processed and `ShowScore` is set to `true`, the Kanban b
424424
This is handled in the Kanban card template using conditional rendering:
425425

426426
{% tabs %}
427-
{% highlight %}
427+
{% highlight razor %}
428428

429429
if (card.Category == "Delivered" || card.Category == "Served")
430430
{

0 commit comments

Comments
 (0)