Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch donations after upload, sort donations by modify date #60

Merged

Conversation

bryanparmelee
Copy link
Collaborator

@bryanparmelee bryanparmelee commented Jan 17, 2025

README.md

  • Removes outdated setup instructions, adds updated instructions

firebase.ts

  • Updated imports
  • Renames ‘isEmailInvalid’ function to clarify that it is checking if email is use.
  • Add resetPassword function

firebaseAdmin.ts

  • Refactor ‘isEmailInvalid’ function to clarify purpose and improve functionality

join/page.tsx

  • Remove deprecation alert
  • Add email validation
  • Add alert to email field if email is already in use

Login/page.tsx

  • Add password reset link
  • Add link to join page

Reset-password/page.tsx

  • Add password reset functionality

Browse.tsx

  • Fetches donations after uploading a new donation to ensure the browse page shows latest donations without needing to refresh browser.
  • Sorts donations by modify date so newest (or most recently edited) donations appear at the top of the page.

ToaserNotifcation.tsx

  • Add status for email already in use

@bryanparmelee bryanparmelee merged commit 87d59d7 into codeforbtv:cloud-refactor Jan 30, 2025
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