Conversation
|
@Fluffy9 is attempting to deploy a commit to the Raid Guild Team on Vercel. To accomplish this, @Fluffy9 needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
ECWireless
left a comment
There was a problem hiding this comment.
Looking good so far! Biggest request is to use the same component for each half of the shop (so the left side uses ShopHalf, and the right half uses the same ShopHalf component). That way we're not duplicating a bunch of logic and styles.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ECWireless
left a comment
There was a problem hiding this comment.
Nearly there! Added a few more comments. Last thing it needs before merging is to use more accurate dummy data. I merged in main, so you should now be able to now pull all armor and/or weapon templates to use as dummy data by importing useItems from the contexts folder, and getting the templates with const { armorTemplates, weaponTemplates } = useItems();
I left some things commented out because I'm still using them