[PR #219] [MERGED] Update demos overview and main layout #2069

Closed
opened 2026-01-29 18:17:00 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/219
Author: @yordanov
Created: 9/16/2021
Status: Merged
Merged: 9/16/2021
Merged by: @akorchev

Base: masterHead: next-demos


📝 Commits (10+)

📊 Changes

23 files changed (+1296 additions, -476 deletions)

View changed files

📝 RadzenBlazorDemos/Pages/DashboardPage.razor (+10 -9)
📝 RadzenBlazorDemos/Pages/GetStarted.razor (+130 -56)
📝 RadzenBlazorDemos/Pages/Index.razor (+313 -93)
📝 RadzenBlazorDemos/Pages/SupportPage.razor (+38 -27)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+250 -252)
RadzenBlazorDemos/Shared/Anchor.razor (+15 -0)
RadzenBlazorDemos/Shared/HomeLayout.razor (+40 -0)
📝 RadzenBlazorDemos/Shared/MainLayout.razor (+42 -17)
📝 RadzenBlazorDemos/Shared/RadzenExample.razor (+2 -2)
📝 RadzenBlazorDemos/wwwroot/css/site.css (+395 -20)
📝 RadzenBlazorDemos/wwwroot/favicon.ico (+0 -0)
RadzenBlazorDemos/wwwroot/images/background.svg (+24 -0)
RadzenBlazorDemos/wwwroot/images/checkmark.svg (+3 -0)
RadzenBlazorDemos/wwwroot/images/community.svg (+1 -0)
RadzenBlazorDemos/wwwroot/images/easier-than-you-think.svg (+22 -0)
RadzenBlazorDemos/wwwroot/images/import.svg (+1 -0)
RadzenBlazorDemos/wwwroot/images/include-radzen.svg (+1 -0)
RadzenBlazorDemos/wwwroot/images/install.svg (+1 -0)
RadzenBlazorDemos/wwwroot/images/play.svg (+4 -0)
RadzenBlazorDemos/wwwroot/images/premium.svg (+1 -0)

...and 3 more files

📄 Description

What's new:

  • New overview page
  • Reordered list of components in the sidebar
  • Updated Get Started and Support pages
  • Updated demos layout
  • Updated console styling

🔄 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/219 **Author:** [@yordanov](https://github.com/yordanov) **Created:** 9/16/2021 **Status:** ✅ Merged **Merged:** 9/16/2021 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `next-demos` --- ### 📝 Commits (10+) - [`7d80a6c`](https://github.com/radzenhq/radzen-blazor/commit/7d80a6c6205bad171cbbaecb3436957e0c0c45b1) Add new home layout - [`249941a`](https://github.com/radzenhq/radzen-blazor/commit/249941a42065352e6976c8d332cd503fc3da032d) Add Anchor component. - [`fcd883a`](https://github.com/radzenhq/radzen-blazor/commit/fcd883ac5a1d28b66639246029c8df0a042d9163) Add list of components - [`afce9da`](https://github.com/radzenhq/radzen-blazor/commit/afce9dad118118e40f9a8f117a37efe1cc8ada2a) Update favicon - [`6ff7a8f`](https://github.com/radzenhq/radzen-blazor/commit/6ff7a8f3ea20b08b978778b34f7a609483d4f496) Add top-nav and responsive styles - [`192dc8b`](https://github.com/radzenhq/radzen-blazor/commit/192dc8bf80685af3ac3f9a33686e29d558ab44c7) Add pre and code tag styles - [`18864d7`](https://github.com/radzenhq/radzen-blazor/commit/18864d75ccd7ec3d1d741550de288898c6034ce7) Reorder examples - [`9d58d5c`](https://github.com/radzenhq/radzen-blazor/commit/9d58d5c5e4812884c29bdb78cb1cca58d3a18187) Update demos layout and footer - [`b168515`](https://github.com/radzenhq/radzen-blazor/commit/b1685154e780d6559be1ae44ccc82091f71f13c7) Fix link targets - [`88a0fe4`](https://github.com/radzenhq/radzen-blazor/commit/88a0fe451f0d63bffc97bc1a7c9173a22e44eb14) Style GetStarted page ### 📊 Changes **23 files changed** (+1296 additions, -476 deletions) <details> <summary>View changed files</summary> 📝 `RadzenBlazorDemos/Pages/DashboardPage.razor` (+10 -9) 📝 `RadzenBlazorDemos/Pages/GetStarted.razor` (+130 -56) 📝 `RadzenBlazorDemos/Pages/Index.razor` (+313 -93) 📝 `RadzenBlazorDemos/Pages/SupportPage.razor` (+38 -27) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+250 -252) ➕ `RadzenBlazorDemos/Shared/Anchor.razor` (+15 -0) ➕ `RadzenBlazorDemos/Shared/HomeLayout.razor` (+40 -0) 📝 `RadzenBlazorDemos/Shared/MainLayout.razor` (+42 -17) 📝 `RadzenBlazorDemos/Shared/RadzenExample.razor` (+2 -2) 📝 `RadzenBlazorDemos/wwwroot/css/site.css` (+395 -20) 📝 `RadzenBlazorDemos/wwwroot/favicon.ico` (+0 -0) ➕ `RadzenBlazorDemos/wwwroot/images/background.svg` (+24 -0) ➕ `RadzenBlazorDemos/wwwroot/images/checkmark.svg` (+3 -0) ➕ `RadzenBlazorDemos/wwwroot/images/community.svg` (+1 -0) ➕ `RadzenBlazorDemos/wwwroot/images/easier-than-you-think.svg` (+22 -0) ➕ `RadzenBlazorDemos/wwwroot/images/import.svg` (+1 -0) ➕ `RadzenBlazorDemos/wwwroot/images/include-radzen.svg` (+1 -0) ➕ `RadzenBlazorDemos/wwwroot/images/install.svg` (+1 -0) ➕ `RadzenBlazorDemos/wwwroot/images/play.svg` (+4 -0) ➕ `RadzenBlazorDemos/wwwroot/images/premium.svg` (+1 -0) _...and 3 more files_ </details> ### 📄 Description What's new: - New overview page - Reordered list of components in the sidebar - Updated Get Started and Support pages - Updated demos layout - Updated console styling --- <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:17:00 +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#2069