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

Create Tournament UI improvement #73

Merged
merged 3 commits into from
Jul 28, 2024
Merged

Create Tournament UI improvement #73

merged 3 commits into from
Jul 28, 2024

Conversation

aneesazc
Copy link
Contributor

I have commented out the feature section. Had a few error while running locally and frontend for the create tournament is complete.

Copy link

vercel bot commented Jul 28, 2024

@aneesazc is attempting to deploy a commit to the blaze's projects Team on Vercel.

A member of the Team first needs to authorize it.

<label htmlFor="icon-upload" className="block">
<div className="h-40 bg-gray-800 flex flex-col items-center justify-center cursor-pointer rounded-lg relative overflow-hidden">
{tournamentIcon ? (
<img src={tournamentIcon} alt="Tournament Icon" className="absolute inset-0 w-full h-full object-cover" />

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
<label htmlFor="banner-upload" className="block">
<div className="h-40 bg-gray-800 flex flex-col items-center justify-center cursor-pointer rounded-lg relative overflow-hidden">
{tournamentBanner ? (
<img src={tournamentBanner} alt="Tournament Banner" className="absolute inset-0 w-full h-full object-cover" />

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@dinxsh
Copy link
Owner

dinxsh commented Jul 28, 2024

I have commented out the feature section. Had a few error while running locally and frontend for the create tournament is complete.

might've to install packages for it if the issue still persists connect with @Abhish7k

@dinxsh dinxsh self-requested a review July 28, 2024 15:52
Copy link
Owner

@dinxsh dinxsh left a comment

Choose a reason for hiding this comment

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

great work! @Saurabhchaddha6 do work on the backend for this!

@dinxsh dinxsh merged commit f750679 into dinxsh:master Jul 28, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants