Skip to content

Commit

Permalink
Merge pull request #834 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Version 1.0.25
  • Loading branch information
w3bdesign authored May 6, 2022
2 parents b36a467 + a472824 commit 08cd671
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 73 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The current release has been tested and is confirmed working with the following
- Placeholder for products without images
- Apollo Client with GraphQL
- React Hook Form with form validation and error display
- Animations with React-Spring, Framer Motion and Animate.css
- Animations with Framer Motion and Animate.css
- Loading spinner created with Styled Components
- Shows page load progress with Nprogress during navigation
- Fully responsive design
Expand Down Expand Up @@ -106,7 +106,6 @@ With that said, keep the following in mind:

## TODO

- Read https://www.react-spring.io/log and update React-spring to version 9
- Add total to cart/checkout page
- Show stock quantity on individual products
- Copy billing address to shipping address
Expand Down
12 changes: 0 additions & 12 deletions components/Footer/Footer.component.jsx

This file was deleted.

123 changes: 68 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-woocommerce",
"version": "1.0.24",
"version": "1.0.25",
"description": "Next.js WooCommerce webshop",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,6 @@
"react-dom": "17.0.2",
"react-hook-form": "^7.30.0",
"react-instantsearch-dom": "^6.24.2",
"react-spring": "^8.0.27",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
Expand Down
3 changes: 1 addition & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { AppProvider } from 'utils/context/AppContext';
import Router from 'next/router';
import NProgress from 'nprogress';

import Footer from 'components/Footer/Footer.component';
import Stickynav from 'components/Footer/Stickynav.component';

import 'styles/index.css';
Expand All @@ -21,7 +20,7 @@ const App = ({ Component, pageProps }) => (
<ApolloProvider client={client}>
<AppProvider>
<Component {...pageProps} />
<Footer />

<Stickynav />
</AppProvider>
</ApolloProvider>
Expand Down

1 comment on commit 08cd671

@vercel
Copy link

@vercel vercel bot commented on 08cd671 May 6, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.