Conversation
…/game-dev into issue-8/art-page
…flict Issue 8 resolve merge conflict
laurenpudz
left a comment
There was a problem hiding this comment.
hello!! could you please resolve the conflicts between this branch and the main branch, thanks!
|
Hey! Seems like some conflicts have cropped up since the new events page was merged into main. Please could you resolve these too! |
| fontFamily: { | ||
| sans: ["var(--font-sans)", ...fontFamily.sans], | ||
| jersey10: ["var(--font-jersey10)", ...fontFamily.sans], | ||
| jersey10: ["Jersey 10", ...fontFamily.sans], |
There was a problem hiding this comment.
Why was this font's definition changed?
laurenpudz
left a comment
There was a problem hiding this comment.
Please make sure you import SVGs rather than defining inline
|
Hi @hanminh1203 and team, I am working on Incorporate art into game showcase page. Can you please explain how your artwork api is working/specific route? |
|
Hi @RadinMan |
Change Summary
Improved responsive design and refactored artwork pages to follow Next.js best practices. Centralized mock data generation into a reusable hook and added proper error handling for empty database states.
Changes Made
ButtonGallerycomponent to use Next.jsLinkcomponent properlyuseArtworkData.tshookgetServerSidePropsto return mock data when API fails or DB is emptyChange Form
Other Information
Testing Notes:
Related issue