1244 Commits

Author SHA1 Message Date
Jonatan Schultz
d52f550357 Set noindex,nofollow 2021-08-30 11:57:23 +02:00
Daniel Gent
d85d13960c
Merge pull request #12 from sesamyab/danielgent/ch220/mobile-menu
Danielgent/ch220/mobile menu
2021-08-30 11:29:22 +02:00
Daniel Gent
ed4a70b129
Merge pull request #9 from sesamyab/danielgent/ch234/auto-format-with-prettier-when-saving-in
Danielgent/ch234/auto format with prettier when saving in
2021-08-30 11:16:06 +02:00
Daniel Gent
2f632a32c5 Style mobile menu links. 2021-08-27 17:46:11 +02:00
Daniel Gent
5e19e3d727 Fix z-indexes. 2021-08-27 17:43:38 +02:00
frankjonatanschultz
f1041b5be9
Merge pull request #8 from sesamyab/jonatanschulz/ch226/product-grids-layout
Layout product grid
2021-08-27 16:25:39 +02:00
Jonatan Schultz
f7dece14c8 Cleanup ProductCard css 2021-08-27 16:21:41 +02:00
Daniel Gent
22a9f4ffda Create inital toggling mobile nav menu. 2021-08-27 16:12:55 +02:00
Daniel Gent
530e90313e Extract out desktop nav menu. 2021-08-27 16:06:51 +02:00
Daniel Gent
dc365b9232 Working menu button with open and closed state. 2021-08-27 15:57:48 +02:00
Daniel Gent
f5cb30e4ff Initial closed menu button. 2021-08-27 15:52:33 +02:00
Daniel Gent
0f31fb05f2 Add local vscode settings.
Add local vscode settings.
2021-08-26 19:22:32 +02:00
Jonatan Schultz
be53fcef16 Rem unused props & variants 2021-08-26 17:12:37 +02:00
Jonatan Schultz
a1e5eb9a88 Rem package-lock.json 2021-08-26 16:59:10 +02:00
Jonatan Schultz
7f6999629a Layout product grid 2021-08-26 16:56:23 +02:00
Daniel Gent
2a9cba2e98
Merge pull request #3 from sesamyab/danielgent/ch192/languages
Add Swedish and Danish to language switcher
2021-08-26 15:41:59 +02:00
Daniel Gent
75beec4c94
Merge pull request #7 from sesamyab/danielgent/ch217/fix-node-version
Danielgent/ch217/fix node version
2021-08-25 14:16:13 +02:00
Daniel Gent
c881246bcf Add nvm file. 2021-08-25 12:40:24 +02:00
Daniel Gent
d6dc13ba37 Pin Node to version 14. 2021-08-25 12:38:10 +02:00
Daniel Gent
449304b732
Merge pull request #6 from sesamyab/jonatanschulz/ch190/create-basic-styling
Basic layout changes
2021-08-24 20:49:25 +02:00
Jonatan Schultz
8494ae73fb Footer layout 2021-08-24 18:09:24 +02:00
Jonatan Schultz
c9dedf8a4e Header layout 2021-08-24 18:09:11 +02:00
Jonatan Schultz
60da0bf0ba Base layout 2021-08-24 18:08:35 +02:00
Daniel Gent
9c721d27a0 Use locales not country codes. 2021-08-24 15:08:38 +02:00
Daniel Gent
55a261a890
Merge pull request #1 from sesamyab/danielgent/ch196/seo-rename-acme-to-sesamy
Replace ACME with Sesamy.
2021-08-24 14:51:48 +02:00
Daniel Gent
0072036b26
Merge pull request #2 from sesamyab/danielgent/ch197/investigate-changing-url-structure-from-product
Change url to products/
2021-08-24 14:51:29 +02:00
Daniel Gent
56b6cb69a6
Merge pull request #5 from sesamyab/danielgent/create-tsconfig-file
Update tsconfig file as per docs
2021-08-24 14:51:04 +02:00
Daniel Gent
1f5bc45e6d Update tsconfig file. 2021-08-24 14:01:40 +02:00
Daniel Gent
bdfd0cfc31 Add Danish. 2021-08-23 20:20:02 +02:00
Daniel Gent
fbf6e4af95 Use Swedish. 2021-08-23 19:45:21 +02:00
Daniel Gent
3ffa06a384 Use flag inside circle. 2021-08-23 19:43:31 +02:00
Daniel Gent
362cf9dd03 Add Swedish locale. 2021-08-23 19:37:46 +02:00
Daniel Gent
60be39ed88 Remove es locale. 2021-08-23 19:17:01 +02:00
Daniel Gent
b5455ae2fd Change url to products/ 2021-08-23 19:07:19 +02:00
Daniel Gent
e947c6e3e9 Replace ACME with Sesamy. 2021-08-23 17:41:58 +02:00
Luis Alvarez D
0e7e7b7d5f
Add Next.js ESLint (#425)
* Added Next.js eslint

* added eslint to lint-staged

* Added eslint config for prettier

* Fixed eslint issues in multiple files

* Fixed error in linter
2021-08-02 21:54:58 -05:00
Guillermo Angulo
0603b342be
Update SORT object to access from filter button on mobile (#194) 2021-08-02 12:42:14 -05:00
ryanford
e8b577b83f
optionsSelections takes an array of options objs (#364)
* optionsSelections takes an array of options objs

* use options array to match API expectations

Co-authored-by: Ryan Ford <ryanford@users.noreply.github.com>
2021-08-01 17:46:36 -05:00
ikoruk
1375d88171
add default values to fix case where there are no values for product option (like text input) (#255)
Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-07-30 19:13:23 -05:00
Gandharv
44ce537b57
remove spread operator from <Link> component (#263)
* remove spread operator from <Link> component

* Remove props destructuring

Co-authored-by: Luis Alvarez <luis@vercel.com>
2021-07-29 23:57:02 -05:00
thegoodcode
34d0a0b978
Fix login error messages (#283) 2021-07-29 23:50:55 -05:00
Gandharv
07dbeb4194
fix login button staying disabled (#267)
When an error occurs the login button stays disabled,
2021-07-29 23:47:45 -05:00
pfcodes
fe6c0d8ed5
Update README.md (#375)
grammer fix
2021-07-29 18:10:39 -05:00
Heba Elmasry
5abae15ead
add vendure config in .env.template (#397)
* edited the local template and the readme files to add vendure configrations

* Update README.md

Co-authored-by: heba <hebaayman77177>
Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-07-29 17:48:43 -05:00
Vinicius Zucatti
b40f632908
Fix unexpected uppercase (#414) 2021-07-29 17:43:04 -05:00
Michael Bromley
ff715c4ccb
Add note in Vendure readme on correct server config for sessions (#417) 2021-07-28 19:32:42 -05:00
Jakub Neander
4b164d20a3
provide more details for Saleor in its README (#419) 2021-07-28 19:31:35 -05:00
MitchStarkTekton
177914186e
convert category to number before checking for int (#422) 2021-07-28 19:30:55 -05:00
Jakub Neander
50c4f558db
specify the minimal required Saleor version (#418) 2021-07-22 12:29:24 -03:00
George FitzGibbons
166bb037e4
Handle checkout for logged in users (#405)
* create a jwt token if there is a customerId, move the get customer id to the main utils folder.  Need to add in more value to the env file.  Updated the env sample.

* remove yarn.lock and tsconfig.json

* remove build settings

* remove build settings

* remove build settings

* Update tsconfig.json

* Delete package-lock.json

* fix typescript errors

* Update tsconfig.json

Co-authored-by: George Fitzgibbons <george.fitzgibbons@c02zw1aqlvdn.lan>
2021-07-01 13:21:01 -03:00