Geek-Collectors-Network / geek-collectors-network

0 stars 2 forks source link

Add toast to profile account pages #210

Closed rhysmah closed 6 months ago

rhysmah commented 6 months ago

Summary

Testing

Account Page

  1. Spin up resources:
    make res
    npm run -w apps/frontend start:dev
    npm run -w apps/api start:dev
  2. Log in as one of the default users
  3. Go to the account page
  4. Update the first name and click Save. You may see the loading icon, but the operation's likely too fast; you should see a "Profile Successfully Updated!" message.
  5. Refresh the page, then click on the Hamburger Menu; it should reflect the updated value*

Profile Page

  1. Go the profile page
  2. Click on the SEE MY PROFILE button; confirm that it navigates the user to their public-facing profile page
  3. Update the bio and click Save. You may see the loading icon, but the operation's like too fast; you should see a "Profile Successfully Updated!" message.**

Notes