[PR #1781] [MERGED] Vertical slider added #2893

Open
opened 2026-01-29 18:20:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1781
Author: @enchev
Created: 11/11/2024
Status: Merged
Merged: 11/11/2024
Merged by: @enchev

Base: masterHead: vertical-slider


📝 Commits (4)

  • dd6dbd6 Slider Orientation property added
  • 5cb60e2 Update slider styles
  • e8baa6e Vertical slider rendering fixed
  • e970f5b Add Updated badge to Slider

📊 Changes

12 files changed (+100 additions, -44 deletions)

View changed files

📝 Radzen.Blazor/RadzenSlider.razor (+5 -5)
📝 Radzen.Blazor/RadzenSlider.razor.cs (+11 -5)
📝 Radzen.Blazor/themes/components/blazor/_slider.scss (+42 -16)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+20 -13)
📝 RadzenBlazorDemos/Pages/Index.razor (+1 -1)
📝 RadzenBlazorDemos/Pages/SliderPage.razor (+7 -0)
RadzenBlazorDemos/Pages/SliderVertical.razor (+9 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+1 -0)
📝 RadzenBlazorDemos/wwwroot/css/fluent-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/material3-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/material3-dark-base.css (+1 -1)

📄 Description

Fix #1750


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1781 **Author:** [@enchev](https://github.com/enchev) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/11/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `vertical-slider` --- ### 📝 Commits (4) - [`dd6dbd6`](https://github.com/radzenhq/radzen-blazor/commit/dd6dbd6398b611f9c566dbf0edcabd148b4d0b2e) Slider Orientation property added - [`5cb60e2`](https://github.com/radzenhq/radzen-blazor/commit/5cb60e2197e4986a46342111c1271f86923eab14) Update slider styles - [`e8baa6e`](https://github.com/radzenhq/radzen-blazor/commit/e8baa6e09df77802561e999b30cabf952aaa2a1e) Vertical slider rendering fixed - [`e970f5b`](https://github.com/radzenhq/radzen-blazor/commit/e970f5bfd71c5b2f31e141d8fb8d04e796efffee) Add Updated badge to Slider ### 📊 Changes **12 files changed** (+100 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSlider.razor` (+5 -5) 📝 `Radzen.Blazor/RadzenSlider.razor.cs` (+11 -5) 📝 `Radzen.Blazor/themes/components/blazor/_slider.scss` (+42 -16) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+20 -13) 📝 `RadzenBlazorDemos/Pages/Index.razor` (+1 -1) 📝 `RadzenBlazorDemos/Pages/SliderPage.razor` (+7 -0) ➕ `RadzenBlazorDemos/Pages/SliderVertical.razor` (+9 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+1 -0) 📝 `RadzenBlazorDemos/wwwroot/css/fluent-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/material3-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/material3-dark-base.css` (+1 -1) </details> ### 📄 Description Fix #1750 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:20:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2893