Skip to content

v0.1.3 - Into Prod We Go#13

Merged
MWG-Logan merged 2 commits into
mainfrom
dev
Jul 3, 2026
Merged

v0.1.3 - Into Prod We Go#13
MWG-Logan merged 2 commits into
mainfrom
dev

Conversation

@MWG-Logan

@MWG-Logan MWG-Logan commented Jul 3, 2026

Copy link
Copy Markdown
Member

This pull request represents the initial release and introduces several improvements across the codebase, focusing on accessibility, maintainability, and dependency management. The most significant changes include adding the AreaRestricted="false" attribute to all FluentCard components to ensure consistent rendering and accessibility, updating NuGet package dependencies, and improving code maintainability by extracting repeated logic. Additionally, configuration files for language detection and automated dependency updates have been introduced.

UI Accessibility and Consistency:

Dependency Updates:

  • Updated Microsoft.FluentUI.AspNetCore.Components and Microsoft.FluentUI.AspNetCore.Components.Icons packages from version 4.14.2 to 4.14.3 in MW-GC.EventManager.Web.csproj.
  • Removed the unused System.Text.Json package reference from MW-GC.EventManager.Shared.csproj to reduce unnecessary dependencies.

Code Maintainability:

  • Refactored repeated logic for displaying game names by introducing a GameName(Guid gameId) helper method in Activities.razor, improving code clarity and reducing duplication. [1] [2] [3]

Tooling and Configuration:

  • Added a .github/dependabot.yml configuration to enable weekly automated NuGet package updates targeting the dev branch, supporting better dependency management.
  • Updated .gitattributes to specify language detection for .razor and .cshtml files, ensuring correct syntax highlighting and statistics in repository analysis tools.

MWG-Logan added 2 commits July 3, 2026 13:34
Updated package ecosystem to 'nuget' and set target branch to 'dev'.
* chore: Tighten static asset access, update icons and manifest

Removed anonymous routes for static assets in config, updated icon files, simplified Blazor script reference in index.html, and revised app name in manifest.webmanifest.

* deps: update fluent packages and remove dangling system.json

* chore: update gitattributes to treat razor as csharp instead of html

* fix: setting  AreaRestricted="false" on all page cards

fixes: #5

* fix: Refactor game name resolution and grid sorting

Replaced inline game name lookups with a GameName method for consistency and reuse. Updated the Game column to use this method and enabled multi-level sorting by game name and activity name. Also applied the method to the detail view label.

fixes: #4
@MWG-Logan MWG-Logan merged commit 325a3ff into main Jul 3, 2026
10 checks passed
@MWG-Logan MWG-Logan changed the title v0.1.0 - Into Prod We Go v0.1.3 - Into Prod We Go Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant