Skip to content

Automated Emails Updates & Login/Signup Design Updates#198

Merged
Yurika-Kan merged 6 commits into
mainfrom
yk/small-fixes
Jun 22, 2026
Merged

Automated Emails Updates & Login/Signup Design Updates#198
Yurika-Kan merged 6 commits into
mainfrom
yk/small-fixes

Conversation

@Yurika-Kan

Copy link
Copy Markdown
Collaborator

ℹ️ Issue

Requested changes from client documented in here https://docs.google.com/document/d/1xuRZ9XPIOmIixPXh1aZ3Mz0uTKYIqt63YbkXWvwuCpg/edit?usp=sharing

📝 Description

Write a short summary of what you added. Why is it important? Any member of C4C should be able to read this and understand your contribution -- not just your team members.

Briefly list the changes made to the code:

  1. Added support for this.
  2. And removed redunant use of that.
  3. Also this was included for reasons.

✔️ Verification

What steps did you take to verify your changes work? These should be clear enough for someone to be able to clone the branch and follow the steps themselves.

Provide screenshots of any new components, styling changes, or pages.

🏕️ (Optional) Future Work / Notes

Did you notice anything ugly during the course of this ticket? Any bugs, design challenges, or unexpected behavior? Write it down so we can clean it up in a future ticket!

Copilot AI review requested due to automatic review settings June 21, 2026 18:28

Copilot AI left a comment

Copy link
Copy Markdown

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 user-facing copy and styling in the frontend login/signup flows and pantry refrigerator labels, and updates backend automated email templates (including adding a pantry contact line to the food-manufacturer “matched order” email).

Changes:

  • Update login/signup footer text styling (textStyle/color) and adjust pantry UI labels to “Refrigerator/Freezer-Friendly”.
  • Update multiple automated email templates for wording/links and add pantryContact to fmDonationMatchedOrder.
  • Update OrdersService and its unit test to pass the new pantryContact parameter into the email template.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
apps/frontend/src/containers/volunteerAssignedPantries.tsx Updates pantry “refrigerator friendly” display text.
apps/frontend/src/containers/adminPantryManagement.tsx Updates pantry “refrigerated donation” badge text.
apps/frontend/src/containers/signupPage.tsx Updates “Already have an account?” text/link styling.
apps/frontend/src/containers/loginPage.tsx Updates “Don’t have an account?” text/link styling.
apps/backend/src/orders/order.service.ts Passes pantryContact into fmDonationMatchedOrder email template.
apps/backend/src/orders/order.service.spec.ts Updates email-template construction in test to include pantryContact.
apps/backend/src/emails/emailTemplates.ts Wording/link updates across templates; adds pantryContact to FM matched-order template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 43 to 46
<p>
Once logged in, you'll be able to view your assignments, track active requests,
Once logged in, you will view your assignments, track active requests,
and collaborate with partner organizations.
</p>
Comment on lines +303 to +307
If you have any questions or need assistance, please contact your coordinator, ${
params.volunteerName
} at <a href="mailto:${params.volunteerEmail}">${
}, at <a href="mailto:${params.volunteerEmail}">${
params.volunteerEmail
}</a>.
} </a> or email <a href="mailto:partners@securingsafefood.org">partners@securingsafefood.org</a>.
Comment on lines 379 to 381
{isRefrigeratorFriendly(pantry)
? 'Refrigerator-Friendly'
? 'Refrigerator/Freezer-Friendly'
: 'Not Refrigerator-Friendly'}
Comment on lines 398 to +400
{pantry.refrigeratedDonation === RefrigeratedDonation.NO
? 'Not Refrigerator-Friendly'
: 'Refrigerator-Friendly'}
: 'Refrigerator/Freezer-Friendly'}
@Yurika-Kan Yurika-Kan merged commit 6cfd56a into main Jun 22, 2026
4 checks passed
@Yurika-Kan Yurika-Kan deleted the yk/small-fixes branch June 22, 2026 03:19
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.

4 participants