Skip to content

Claude/fix mobile logo display ptj w0#457

Merged
aurelianware merged 2 commits intomainfrom
claude/fix-mobile-logo-display-ptjW0
Mar 13, 2026
Merged

Claude/fix mobile logo display ptj w0#457
aurelianware merged 2 commits intomainfrom
claude/fix-mobile-logo-display-ptjW0

Conversation

@aurelianware
Copy link
Owner

No description provided.

claude added 2 commits March 13, 2026 14:21
Reduce hero logo from 120px to 80px on mobile to match the cleaner
proportions of the marketing site. Tighten hero padding, badge, and
subtitle spacing to prevent the oversized logo from pushing content
down and misaligning the layout on smaller screens.

https://claude.ai/code/session_01BvXfdVTKeUyN8PzhqspDVN
AddMicrosoftIdentityUI() registers MVC controllers for the
/MicrosoftIdentity/Account/* endpoints (SignIn, SignOut, etc.),
but only MapRazorPages() was called in the endpoint routing.
Add MapControllers() so the identity endpoints are reachable.

https://claude.ai/code/session_01BvXfdVTKeUyN8PzhqspDVN
Copilot AI review requested due to automatic review settings March 13, 2026 15:40
@aurelianware aurelianware merged commit 1100a04 into main Mar 13, 2026
53 of 54 checks passed
@aurelianware aurelianware deleted the claude/fix-mobile-logo-display-ptjW0 branch March 13, 2026 15:40
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
CloudHealthOffice.Portal 3% 4%
CloudHealthOffice.Portal 3% 4%
Summary 3% (390 / 12124) 4% (96 / 2600)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Cloud Health Office Portal to (1) map MVC controller routes in the ASP.NET Core pipeline and (2) refine the Welcome page’s mobile responsive layout.

Changes:

  • Add app.MapControllers() to enable attribute-routed controllers (if present) in the Portal app.
  • Adjust mobile (max-width: 768px) hero spacing, logo sizing, and badge/subtitle layout in the Welcome page CSS.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/portal/CloudHealthOffice.Portal/Program.cs Adds controller endpoint mapping to the app’s routing configuration.
src/portal/CloudHealthOffice.Portal/Pages/Welcome.razor.css Tweaks responsive hero styles for improved mobile presentation.

app.MapGet("/health", () => Results.Ok(new { status = "healthy", timestamp = DateTime.UtcNow }))
.WithMetadata(new Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute());

app.MapControllers();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants