Skip to content

Clean up demo artifacts: replace unprofessional placeholders with polished UI#505

Merged
aurelianware merged 2 commits intomainfrom
claude/cleanup-demo-artifacts-SALZU
Mar 17, 2026
Merged

Clean up demo artifacts: replace unprofessional placeholders with polished UI#505
aurelianware merged 2 commits intomainfrom
claude/cleanup-demo-artifacts-SALZU

Conversation

@aurelianware
Copy link
Owner

  • Settings.razor: Replace "coming soon" text in General, Users, and
    Integrations tabs with professional admin-managed placeholders using
    MudAlert components. Replace JS alert() calls with MudBlazor Snackbar
    notifications for plan change, cancellation, and payment update actions.
  • Reports.razor: Wrap bare text in MudContainer/MudCard with icon and
    professional messaging about upcoming availability.
  • Workflows.razor: Same card-wrapped professional placeholder treatment.
  • ClaimsSubmit.razor: Professional placeholder with links to API docs
    and EDI integration guide as alternative submission methods.

https://claude.ai/code/session_016FWjRCVfPPYHYY7vwFARZs

…ished UI

- Settings.razor: Replace "coming soon" text in General, Users, and
  Integrations tabs with professional admin-managed placeholders using
  MudAlert components. Replace JS alert() calls with MudBlazor Snackbar
  notifications for plan change, cancellation, and payment update actions.
- Reports.razor: Wrap bare text in MudContainer/MudCard with icon and
  professional messaging about upcoming availability.
- Workflows.razor: Same card-wrapped professional placeholder treatment.
- ClaimsSubmit.razor: Professional placeholder with links to API docs
  and EDI integration guide as alternative submission methods.

https://claude.ai/code/session_016FWjRCVfPPYHYY7vwFARZs
Copilot AI review requested due to automatic review settings March 17, 2026 08:25
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

Updates the Cloud Health Office portal placeholder pages to present more polished “coming soon” experiences, and replaces browser alert() usage in Settings with MudBlazor snackbars for a more consistent in-app UX.

Changes:

  • Revamps Workflows and Reports pages with consistent container/card layouts and iconography.
  • Enhances Claims Submit placeholder content and adds navigation links to /apis and /docs.
  • Replaces Settings plan/cancel/payment “coming soon” JS alerts with ISnackbar notifications and updates tab content to informational MudAlerts.

Reviewed changes

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

File Description
src/portal/CloudHealthOffice.Portal/Pages/Workflows.razor Replaces minimal placeholder text with a structured MudBlazor container/card layout and messaging.
src/portal/CloudHealthOffice.Portal/Pages/Reports.razor Aligns Reports placeholder UI with the new card-based layout and updated copy.
src/portal/CloudHealthOffice.Portal/Pages/ClaimsSubmit.razor Improves placeholder UI and adds calls-to-action linking to existing API/docs routes.
src/portal/CloudHealthOffice.Portal/Pages/Settings.razor Adds ISnackbar injection and swaps JS alerts for snackbars; replaces “coming soon” text with informational alerts.

@@ -2,6 +2,7 @@
@inject HttpClient Http
@inject IConfiguration Configuration
@inject IJSRuntime JSRuntime
The JS runtime dependency became obsolete after replacing browser
alert() calls with MudBlazor ISnackbar notifications.

https://claude.ai/code/session_016FWjRCVfPPYHYY7vwFARZs
@github-actions
Copy link

Code Coverage

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

@aurelianware aurelianware merged commit bba19c6 into main Mar 17, 2026
59 checks passed
@aurelianware aurelianware deleted the claude/cleanup-demo-artifacts-SALZU branch March 17, 2026 08:40
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