Skip to content

Commit 13ec932

Browse files
committed
Remove redundant AI-generated Subtitle2 blocks from demo pages
1 parent 498a760 commit 13ec932

File tree

217 files changed

+0
-871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+0
-871
lines changed

RadzenBlazorDemos/Pages/AIChatPage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
A conversational AI chat interface for building intelligent assistants and chatbot experiences.
1010
</RadzenText>
1111

12-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
13-
These demos showcase an AI-powered chat interface with custom styling options, compact layouts, event handling for messages, conversation memory with session management, and runtime configuration for model selection, temperature, max tokens, system prompts, and API endpoints.
14-
</RadzenText>
15-
1612
<RadzenExample ComponentName="AIChat" Example="AIChatConfig">
1713
<AIChatConfig />
1814
</RadzenExample>

RadzenBlazorDemos/Pages/AccessibilityPage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
Radzen Blazor Components library prioritizes accessibility for all users by adhering to the highest levels of web accessibility guidelines and recommendations. It can help you make your Blazor app accessible and compliant with WAI-ARIA, WCAG 2.2, Section 508, and keyboard compatibility standards.
1212
</RadzenText>
1313

14-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
15-
This page covers accessibility implementation including WCAG 2.2 AA compliant theme colors, High Contrast themes, ARIA attributes, semantic HTML, screen reader compatibility, responsive design, keyboard navigation with focus management, and an Accessibility Conformance Report (ACR) based on VPAT® format.
16-
</RadzenText>
17-
1814
<RadzenText Anchor="accessibility#applying-guidelines" TextStyle="TextStyle.H4" TagName="TagName.H2" class="rz-pt-12">
1915
Applying guidelines
2016
</RadzenText>

RadzenBlazorDemos/Pages/AccordionPage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
Single or multiple expand modes, dynamic items, and expand/collapse events.
88
</RadzenText>
99

10-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
11-
These demos showcase expandable accordion panels with single or multiple expand modes, dynamically created items with two-way binding, expand/collapse events, and the ability to disable expand/collapse functionality.
12-
</RadzenText>
13-
1410
<RadzenText Anchor="accordion#single-expand" TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-pt-8">
1511
Accordion with single expand
1612
</RadzenText>

RadzenBlazorDemos/Pages/AlertPage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
Configurable severity levels, styles, shades, and variants for displaying important messages.
88
</RadzenText>
99

10-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
11-
In this demo five alerts demonstrate different configurations: with close button (warning), without close button (success), with title (info), without icon (danger), and with <code>bind-Visible</code> and <code>Close</code> event that shows a notification when closed.
12-
</RadzenText>
13-
1410
<RadzenExample ComponentName="Alert" Example="AlertConfig">
1511
<AlertConfig />
1612
</RadzenExample>

RadzenBlazorDemos/Pages/AlertStylingPage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
Customize alert appearance with various styles, shades, and variants.
88
</RadzenText>
99

10-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
11-
In this demo controls let you select <strong>AlertStyle</strong> (Primary, Secondary, Success, Danger, etc.), <strong>Size</strong> (ExtraSmall to Large), and <strong>Variant</strong> (Filled, Flat, Outlined, Text), showing five alerts with different <strong>Shades</strong> (Lighter, Light, Default, Dark, Darker) to compare visual appearances.
12-
</RadzenText>
13-
1410
<RadzenExample ComponentName="Alert" Example="AlertStylingConfig">
1511
<AlertStylingConfig />
1612
</RadzenExample>

RadzenBlazorDemos/Pages/AppearanceTogglePage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
A toggle button for switching application appearance between two preset themes, such as light and dark.
88
</RadzenText>
99

10-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
11-
This demo shows a toggle button that switches between light and dark themes using <code>RadzenAppearanceToggle</code> with <code>RadzenTheme</code>, providing users with instant appearance customization.
12-
</RadzenText>
13-
1410
<RadzenText Anchor="appearance-toggle#light-dark-mode" TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-pt-12">
1511
Switch between light and dark mode
1612
</RadzenText>

RadzenBlazorDemos/Pages/ArcGaugePage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
Display values on a circular arc scale with configurable ranges.
77
</RadzenText>
88

9-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
10-
In this demo a speedometer-style gauge displays 0-260 km/h with controls to adjust the <strong>value</strong> via slider, toggle <strong>tick position</strong> (Inside/Outside/None), and show/hide the pointer value which uses a custom <code>Template</code> to display km/h units.
11-
</RadzenText>
12-
139
<RadzenExample ComponentName="ArcGauge" Example="ArcGaugeConfig">
1410
<ArcGaugeConfig />
1511
</RadzenExample>

RadzenBlazorDemos/Pages/AreaChartPage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
Visualize data trends with filled area charts showing magnitude over time.
88
</RadzenText>
99

10-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
11-
In this demo two <code>RadzenAreaSeries</code> compare revenue data for 2023 and 2024, with options to toggle smooth curves and data labels, plus custom USD formatting on the value axis.
12-
</RadzenText>
13-
1410
<RadzenExample ComponentName="Chart" Example="AreaChartConfig" DocumentationLink="https://blazor.radzen.com/docs/guides/components/chart.html">
1511
<AreaChartConfig />
1612
</RadzenExample>

RadzenBlazorDemos/Pages/AutoCompletePage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
Filtering, templates, custom filter operators, and on-demand data loading.
88
</RadzenText>
99

10-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
11-
These demos showcase an autocomplete input with two-way data binding, custom templates, configurable filter operators and case sensitivity, on-demand data loading, support for string lists, multiline suggestions, open-on-focus behavior, and disabled states.
12-
</RadzenText>
13-
1410
<RadzenText Anchor="autocomplete#get-set-value" TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-pt-8">
1511
Get and Set the value of AutoComplete
1612
</RadzenText>

RadzenBlazorDemos/Pages/BadgePage.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
A small graphic for displaying counts, labels, and status indicators with multiple styles and variants.
77
</RadzenText>
88

9-
<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-mb-8">
10-
These demos display badges with various styles (primary/secondary/success/danger/warning/info/light/dark), shades (lighter/light/default/dark/darker), variants (filled/outlined/text), pill shapes, and custom child content for flexible visual indicators.
11-
</RadzenText>
12-
139
<RadzenExample ComponentName="Badge" Example="BadgeUsage">
1410
<BadgeUsage />
1511
</RadzenExample>

0 commit comments

Comments
 (0)