Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mai/feat 310 add make pick button functionali #376

Merged
merged 37 commits into from
Jul 29, 2024

Conversation

vmaineng
Copy link
Contributor

@vmaineng vmaineng commented Jul 7, 2024

fix #310

  1. Updated team logo to dynamically grab the user's pick
  2. Added in unit test to ensure teamLogo pops up
Screenshot 2024-07-16 at 5 43 03 AM Screenshot 2024-07-16 at 5 50 51 AM

@vmaineng vmaineng requested review from shashilo and mhchen as code owners July 7, 2024 00:29
Copy link

appwrite bot commented Jul 7, 2024

Gridiron Survivor Application 6616ea581ef9f5521c7d

Function ID Status Action
Your function deployment has failed. Please check the logs for more details and retry.

Project name: Gridiron Survivor Application
Project ID: 6616ea581ef9f5521c7d

Function ID Status Action
userAuth 6626fef885a9f630442b failed Failed View Logs

Only deployments on the production branch are activated automatically. If you'd like to activate this deployment, navigate to your deployments. Learn more about Appwrite Function deployments.

💡 Did you know?
Appwrite has a Discord community with over 16 000 members. Come join us!

Copy link

vercel bot commented Jul 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gridiron-survivor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2024 7:54pm
gridiron-survivor-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2024 7:54pm

@vmaineng vmaineng marked this pull request as draft July 7, 2024 00:29
@vmaineng vmaineng changed the base branch from develop to shashi/entries-page July 7, 2024 00:30
teamLogo: string;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make it optional. When implementing this component, the IDE will force the user to put something in for teamLogo prop. Which, it is not needed.

* @returns {React.JSX.Element} - A div element that contains the user's entry information
*/
const LeagueEntries = ({
entryName,
linkUrl,
isEliminated = false,
isPickSet = false,
teamLogo = '',
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's still empty.

Suggested change
teamLogo = '',
teamLogo,

@vmaineng vmaineng merged commit 5bb182c into develop Jul 29, 2024
5 checks passed
@vmaineng vmaineng deleted the mai/feat-310-add-make-pick-button-functionali branch July 29, 2024 19:55
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.

FEE: Add "Make Pick" Button Functionality to League Entries Page
4 participants