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

new challenge filter added for host app challenges #460

Closed

Conversation

vihangkale
Copy link

@vihangkale vihangkale commented Jul 15, 2024

Title and Issue number

Title : 400 - New challenge filter for host app challenges

Issue No. : #400

Code Stack :

Close #400

Checklist:

  • I have mentioned the issue number in my Pull Request.
  • I have commented my code, particularly in hard-to-understand areas
  • [] I have created a helpful and easy to understand README.md
  • [] I have updated the Index.html file for my contribution
filter.by.new.challenges.feature.webm

Copy link

netlify bot commented Jul 15, 2024

Deploy Preview for frontend-mini-challenges ready!

Name Link
🔨 Latest commit 64c1271
🔍 Latest deploy log https://app.netlify.com/sites/frontend-mini-challenges/deploys/669744d684b1750008d5272b
😎 Deploy Preview https://deploy-preview-460--frontend-mini-challenges.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -1,6 +1,6 @@
.filterOptionWrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
Copy link
Owner

Choose a reason for hiding this comment

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

any reason for this change

Copy link
Author

Choose a reason for hiding this comment

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

New challenge was checkbox is not adjusting in the same row and filters are going down second row

@sadanandpai
Copy link
Owner

plz resolve the conflicts

@vihangkale vihangkale closed this Jul 17, 2024
@vihangkale vihangkale deleted the newChallenge-filter/enhancement branch July 17, 2024 06:31
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.

[Challenges] Add checkbox to filter new challenges
3 participants