Skip to content

my-phonebook_v1.0.4

Compare
Choose a tag to compare
@weaponsforge weaponsforge released this 04 Apr 06:22
· 152 commits to master since this release
edf5d5a

Summary

April 4, 2023

User Profile

  • View User Profile feature, #25,
  • Edit User Profile feature, #27, #26

Contacts

  • View a contact document, #36
  • View contacts list feature, #32
  • Create a new contact feature, #34
  • Update contact, #40
  • Search and filter contacts feature

Other Updates

  • Create the resend email verification page, #22 , #23
  • Use descriptive text content on the account handler page (from email), with URL link back to the /login and /resend email verification pages #87
    /contacts route UI
  • wired firestore, firebaseAuth to profile page
  • Desktop and mobile layout adjustments
  • Fix the npm export bug
  • useSyncLocalStorage hooks update
    • the old one returned [value, setValue]
    • the new one, only return value
    • and the setValue is extracted to different function

What's Changed

Full Changelog: v1.0.3...v1.0.4