Closed sagnik2001 closed 2 years ago
🔮 Deploy Preview for tomper-wear canceled.
🔨 Explore the source changes: f8b96465c2ba79d8b356c462ff9f37918526f248
🔍 Inspect the deploy log: https://app.netlify.com/sites/tomper-wear/deploys/622052391198d300077b35dd
Hey @sagnik2001 👋,
Why did you update the react-scripts dependencies 🤔 Is there any problem starting the dev-server?
I can see you added some new lines to the components and files. Now two things:
src/components/Contact/index.js
and src/components/context/filter_context.js
have nothing to do with the actual filter logic. The only file that was meant to be changed was the filter_reducer.js
Array.includes()
is very common and doesn't need to be commented 👍Now,
After doing so, fill the checklist 👍
Okay, I do the required changes I did update the react-scripts because in my local machine it was not working. Ok, I do as instructed.
What was the issue?
The local server was failing to run.
Wait then, let me check.
Should I make the changes that you asked for and again commit ??
wait, for now, let me check the issue 👍
Hmm, since react-scripts@5 is not causing any breaking change, we can have that, no need to change. Also, I have tested the PR, works fine 👍 Just make the other changes 👍
Okay
Hey, I have made the commits. Have a look and thanks for the opportunity
@sagnik2001 comments bhi to hatana tha 🙂
Done, sorry missed out that previously thanks
Great 🎉, Thanks for your contribution @sagnik2001 Stay tuned, more issues will be added. Also, if you find anything that could be improved, create an issue 👍 Also, the backend and the admin panel will soon be added, I'll be happy to see you contributing to them too 😅 You can join the discord channel also (finally we have it now 😅)
Happy contributing 🥳
Issue reference:
Search Bug Filter issue resolved. #11
Proposed changes:
The Search Bar was previously working if you type all lower case which is not the expected behavior. I have fixed 2 issues:
Filter products irrespective of case.
Filter products if the search string is a substring of the product's name.
Type of change:
Checklist:
Current working behavior.