-
Notifications
You must be signed in to change notification settings - Fork 0
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
Production #73
base: main
Are you sure you want to change the base?
Production #73
Conversation
#187300179 champs-ec-fe initial project setup
#187300187 Configure ESLint & Hound and Git Pre commit hook
#187300184 configure project tailwindcss
- Set up Redux store for Next.js app - Modify _app.js to wrap app with Redux Provider - Pass Redux store instance to Provider - Update store configuration based on Redux Toolkit - Created welcome slice
ch(redux):Configuring react redux
ch(redux):Configuring react redux
…7300189 #187300189 Configure storybook for component development
#187300192 User Login authentication
#187300190 : Users Signup/Register
Ft-tests-setup-#187300186
ft(continuous -integration):setting up circleci#187300186
ch(deployment): add deployment with git action #187300181
Adding Tests for Login
##187504942: Test for signup page
…87300194 #187300194 two factor authentication for seller
#187300195 : update the password
#187893630 improve single product view
#187854921 Change Dashboard Routes to Resolve Bug
…nda/champs-ec-fe into ft-chatboard-#187300205
feat(chatbot):add a chatbot for users interaction
#187854958: FE server should run in the docker
fix(chatbot ui):fixed ui for the chat
bug-fix: Correct the navbar and dashboard
Bg fix search #187300218 A buyer should be able to search for products
bug-fix(button-loading):add a loading state to clicked button
#187300213-Buyer should be able to add products to wishlist
Bg(overlays):syncing-all-overlays
- Update pie chart to show Available, Expired, and Other product categories - Ensure percentages always sum to 100% by introducing, -indicating total number of total products, available products , expired products and wished products -Also the percentage is being on indicated regarding total products, available products , expired products and wished products Co-authored-by: Eli Hirwa <[email protected]>
-Disabled future date on date of birth , hence only people with 10 years can registet -form reset on succesfully creation of products -toast show up on successfully creation of products -ensured correct date formatting in all page Co-authored-by: Eli Hirwa <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1,12 @@ | |||
import '@testing-library/jest-dom/extend-expect'; |
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.
'import' is only available in ES6 (use 'esversion: 6').
@@ -0,0 +1,12 @@ | |||
import '@testing-library/jest-dom/extend-expect'; |
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.
'import' is only available in ES6 (use 'esversion: 6').
global.setImmediate = (callback) => setTimeout(callback, 0); | ||
Object.defineProperty(window, 'matchMedia', { | ||
writable: true, | ||
value: jest.fn().mockImplementation((query) => ({ |
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.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
@@ -0,0 +1,14 @@ | |||
global.setImmediate = (callback) => setTimeout(callback, 0); |
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.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
What does this PR do?
Description of Task to be completed?
How should this be manually tested?
Any background context you want to provide?
What are the relevant pivotal tracker/Trello stories?
Screenshots (if appropriate)
Questions: