[PR #14] [MERGED] Dashboard #1982

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/14
Author: @akorchev
Created: 9/23/2020
Status: Merged
Merged: 9/23/2020
Merged by: @akorchev

Base: masterHead: dashboard


📝 Commits (5)

  • 16b85b2 Dashboard page. Request GH issues.
  • 4cfcf32 Dashboard page updates.
  • ca744c8 Fix multiple item selection.
  • 7e52c53 Add dashboard to navigation. Filter by state.
  • d2c4c41 Latest changes in the Dashboard demo.

📊 Changes

12 files changed (+601 additions, -12 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 LatestBlazor.csproj (+1 -1)
Models/Github/Issue.cs (+33 -0)
Models/Github/IssueState.cs (+9 -0)
Models/Github/Label.cs (+13 -0)
Models/Github/User.cs (+13 -0)
Pages/DashboardPage.razor (+330 -0)
📝 Pages/DropDownPage.razor (+2 -0)
📝 Pages/NumericRangeValidatorPage.razor (+8 -3)
📝 Services/ExampleService.cs (+6 -1)
Services/GitHubService.cs (+176 -0)
📝 Startup.cs (+9 -7)

📄 Description

No description provided


🔄 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/14 **Author:** [@akorchev](https://github.com/akorchev) **Created:** 9/23/2020 **Status:** ✅ Merged **Merged:** 9/23/2020 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `dashboard` --- ### 📝 Commits (5) - [`16b85b2`](https://github.com/radzenhq/radzen-blazor/commit/16b85b2cdc7fea9dd396e8990a1d71ad6c28d3d5) Dashboard page. Request GH issues. - [`4cfcf32`](https://github.com/radzenhq/radzen-blazor/commit/4cfcf325a8bf8711252a864a853ac5379e42dafa) Dashboard page updates. - [`ca744c8`](https://github.com/radzenhq/radzen-blazor/commit/ca744c838fb6fa757297c3c106619daccfab4954) Fix multiple item selection. - [`7e52c53`](https://github.com/radzenhq/radzen-blazor/commit/7e52c538c81a2edcffd1ca780367e3e415b8d974) Add dashboard to navigation. Filter by state. - [`d2c4c41`](https://github.com/radzenhq/radzen-blazor/commit/d2c4c4133e2674a8a827b054d44388c87eeffd1d) Latest changes in the Dashboard demo. ### 📊 Changes **12 files changed** (+601 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `LatestBlazor.csproj` (+1 -1) ➕ `Models/Github/Issue.cs` (+33 -0) ➕ `Models/Github/IssueState.cs` (+9 -0) ➕ `Models/Github/Label.cs` (+13 -0) ➕ `Models/Github/User.cs` (+13 -0) ➕ `Pages/DashboardPage.razor` (+330 -0) 📝 `Pages/DropDownPage.razor` (+2 -0) 📝 `Pages/NumericRangeValidatorPage.razor` (+8 -3) 📝 `Services/ExampleService.cs` (+6 -1) ➕ `Services/GitHubService.cs` (+176 -0) 📝 `Startup.cs` (+9 -7) </details> ### 📄 Description _No description provided_ --- <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:16:36 +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#1982