-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Fix not found bug #900
Fix not found bug #900
Conversation
👷 Deploy request for digitomize pending review.Visit the deploys page to approve it
|
👷 Deploy request for v2-digitomize pending review.Visit the deploys page to approve it
|
WalkthroughThe recent changes focus on enhancing user experience by providing clear feedback when no contests, challenges, or hackathons are available. The updates involve adding conditional rendering logic to display appropriate messages in the components, ensuring users are informed when no items are found. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- client/src/components/Contests.jsx (1 hunks)
- client/src/components/Contests/Challenges/Challenges.jsx (1 hunks)
- client/src/components/Contests/Hackathons/HackathonsFilter.jsx (1 hunks)
Files skipped from review due to trivial changes (3)
- client/src/components/Contests.jsx
- client/src/components/Contests/Challenges/Challenges.jsx
- client/src/components/Contests/Hackathons/HackathonsFilter.jsx
@saadman-galib, how about using some svg design too? Example: |
@pranshugupta54 https://iconscout.com/free-illustration/page-not-found-4085802 |
You can use the same svg or get a new svg with same color theme |
Can you re-color those? |
I don't have any experience in design. That's why I can't do it |
Ohk, you can use the svgs which we're currently using on other screens |
looks good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- client/src/components/Contests.jsx (2 hunks)
- client/src/components/Contests/Challenges/Challenges.jsx (2 hunks)
- client/src/components/Contests/Hackathons/HackathonsFilter.jsx (2 hunks)
Files skipped from review as they are similar to previous changes (3)
- client/src/components/Contests.jsx
- client/src/components/Contests/Challenges/Challenges.jsx
- client/src/components/Contests/Hackathons/HackathonsFilter.jsx
🚀 Congratulations on the successful PR merge! 🌟 Thank you for your dedication! @all-contributors please add @saadman-galib for code |
Congratulations @saadman-galib, you just earned a holobyte! Here it is: https://holopin.io/holobyte/clw9neqj810600gmmofbna0qd This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @saadman-galib! 🎉 |
Pull Request Details
Description
[Provide a brief overview of the changes introduced by this pull request.]
Fixes
fixes #890
Type of PR
Summary
Added not found for contests, challenges and hackathons
Screenshots (if applicable)
Checklist
npm run lint:fix
andnpm run format:fix
.Summary by CodeRabbit