Skip to content

Unifying art branches#155

Open
samjjacko wants to merge 151 commits into
mainfrom
unifying_art_branches
Open

Unifying art branches#155
samjjacko wants to merge 151 commits into
mainfrom
unifying_art_branches

Conversation

@samjjacko

Copy link
Copy Markdown
Contributor

Change Summary

Merges the primary art branches issue-8-merge-40 and issue-81-Art_in_GameSerializer_Data, as well as contributors documentation, events documentation, and any other documentation branch I could find

Change Form

Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.

  • The pull request title has an issue number
  • The change works by "Smoke testing" or quick testing
  • The change has tests
  • The change has documentation

Other Information

Some code (particularly for individual member pages) is not particularly DRY, but the code isn't reused anywhere and shouldn't affect maintenance realistically.

@laurenpudz laurenpudz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrections/reminders for me when I'm going through this PR to fix stuff

Comment thread client/src/components/main/MemberProfile.tsx Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check if this is actually getting used or not

sm: "h-9 rounded-md px-3",
lg: "h-11 rounded-md px-8",
icon: "h-10 w-10",
leftIcon: "h-10 ps-2 pe-4 py-2 flex gap-2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if all of these classes are necessary

Comment thread client/src/components/ui/GameArtCarousel.tsx Outdated
Comment thread client/src/components/ui/GameArtCarousel.tsx
return Array.isArray(v.results);
}

const PLACEHOLDER_ICON = (

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be able to take out placeholders

return (
<div className="bg-gamedev-dark min-h-screen">
<section className="px-6 py-10 md:px-24 md:py-14">
<h1 className="text-light_3 justify-start text-center font-jersey10 text-6xl font-bold leading-[76px] tracking-wide text-primary">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why specifically 76px? if not, utility class

if (isError || !member) {
return <p>Member not found</p>;
}
console.log(gamesRes.data);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove logging

Comment thread client/src/pages/members/[id].tsx
Comment thread client/next.config.mjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants