Update dashboard overview display and upgrade dependencies#48
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR redesigns the dashboard overview from five separate status counter cards (Up, Warning, Down, Pending, Disabled) into a single consolidated status overview card with a colored left border indicating overall status. The card shows a summary message with links to affected checks on the left and compact status counts on the right. The PR also upgrades several NuGet dependencies.
Changes:
- Replaced the five individual dashboard status counter cards with a single consolidated status overview card that shows at-a-glance system health with links to specific down/warning checks.
- Upgraded multiple NuGet dependencies: CronExpressionDescriptor 2.44→2.45, Markdig 0.45→1.1.1, MailKit 4.14.1→4.15.1, Quartz 3.15.1→3.16.1, and coverlet.collector 6.0.4→8.0.0.
- Added
fw-blackCSS utility class (font-weight: 900) and applied it to all Lucide status icons for bolder rendering.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| SAMA.Web/Pages/Dashboard/Index.cshtml | Replaced five status counter cards with a single consolidated status overview card showing system health summary and links to affected checks |
| SAMA.Web/wwwroot/css/site.css | Added fw-black utility class and new CSS rules for the status overview card, status counts, and detail links |
| SAMA.Web/SAMA.Web.csproj | Upgraded CronExpressionDescriptor, Markdig, MailKit, and Quartz packages |
| SAMA.Tests.Unit/SAMA.Tests.Unit.csproj | Upgraded coverlet.collector to 8.0.0 with proper PrivateAssets/IncludeAssets metadata |
| SAMA.Tests.Integration/SAMA.Tests.Integration.csproj | Upgraded coverlet.collector to 8.0.0 with proper PrivateAssets/IncludeAssets metadata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.