Matchu
db8fe9f3c2
Hey hey, logging out works! The server side of this was easy, but I made a few refactors to support it well on the client, like `useLoginActions` becoming just `useLogout` lol, and updating how the nav menu chooses between buttons vs menu because I wanted `<LogoutButton />` to contain some state. We also did good Apollo cache stuff to update the page after you log in or out! I think some fields that don't derive from `User`, like `Item.currentUserOwnsThis`, are gonna fail to update until you reload the page but like that's fine idk :p There's a known bug where logging out on the Your Outfits page turns into an infinite loop situation, because it's trying to do Auth0 stuff but the login keeps failing to have any effect because we're in db mode! I'll fix that next. |
||
---|---|---|
.. | ||
AppearanceLayer.js | ||
ClosetList.js | ||
Item.js | ||
MutationsForSupport.js | ||
Outfit.js | ||
Pet.js | ||
PetAppearance.js | ||
User.js | ||
Zone.js |