Skip to content

Add “Apply Now” link under Patient Portal dropdown - #76

Merged
ucrengineer merged 2 commits into
mainfrom
copilot/add-apply-now-under-patient-portal
Aug 5, 2026
Merged

Add “Apply Now” link under Patient Portal dropdown#76
ucrengineer merged 2 commits into
mainfrom
copilot/add-apply-now-under-patient-portal

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This updates the Patient Portal navigation to include a new external Apply Now action using the provided Google Forms URL. The link is placed directly under the Patient Portal header and follows the existing dropdown link pattern.

  • Navigation update

    • Added a new first item in Layout/MainLayout.razor under the Patient Portal dropdown:
      • Label: Apply Now
      • URL: https://forms.gle/2mEY9J7odjGm94VJ6
    • Reused existing menu item styling/behavior (dropdown-item text-truncate, target="_blank").
  • Code change (snippet)

    <ul class="dropdown-menu">
        <li><a class="dropdown-item text-truncate" target="_blank" href="https://forms.gle/2mEY9J7odjGm94VJ6">Apply Now</a></li>
        <li><a class="dropdown-item text-truncate" target="_blank" href="https://forms.gle/Bq5CGMmrjWvLkySXA">Case History</a></li>
        ...
    </ul>

Copilot AI linked an issue Aug 5, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add 'Apply Now' under patient portal Add “Apply Now” link under Patient Portal dropdown Aug 5, 2026
Copilot AI requested a review from ucrengineer August 5, 2026 23:06

@ucrengineer ucrengineer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm

@ucrengineer
ucrengineer marked this pull request as ready for review August 5, 2026 23:27
@ucrengineer
ucrengineer merged commit 1ee8dfe into main Aug 5, 2026
1 check passed
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.

add "Apply Now" under patient portal

2 participants