55 Commits

Author SHA1 Message Date
paolosantarsiero
57c718f388 feat: add translations without routing 2025-01-19 12:34:04 +01:00
paolosantarsiero
ae6ec92608 refactor: shipping form and preferences profile 2025-01-18 15:45:58 +01:00
paolosantarsiero
177ab89884 fix: order layout 2025-01-15 16:29:46 +01:00
paolosantarsiero
a16571aca0 refactor: all components 2025-01-15 12:57:24 +01:00
paolosantarsiero
23f9f55fab refactor: change layout profile and related products 2025-01-03 12:35:38 +01:00
paolosantarsiero
6775f7363b refactor: change layout profile and home page 2025-01-03 03:05:01 +01:00
paolosantarsiero
19802716d4 refactor: change layout and add select form shipping 2025-01-02 18:43:26 +01:00
paolosantarsiero
6bc74348f4 refactor: change various files 2025-01-02 12:16:25 +01:00
paolosantarsiero
62b725b7d9 fix: build 2024-12-31 12:05:26 +01:00
paolosantarsiero
e55b806aa4 fix: build 2024-12-31 11:50:44 +01:00
paolosantarsiero
0843d1219d fix: build 2024-12-31 11:41:30 +01:00
paolosantarsiero
a8c5df8544 fix: build 2024-12-31 11:41:01 +01:00
paolosantarsiero
aac4af90ae fix: build 2024-12-31 11:37:43 +01:00
paolosantarsiero
1b2211ddea fix: build 2024-12-31 11:20:00 +01:00
paolosantarsiero
a5e995fbe0 feat: change price by product variation 2024-12-30 01:18:53 +01:00
paolosantarsiero
e7be2b4695 feat: change price by product variation 2024-12-29 18:43:35 +01:00
paolosantarsiero
87dd5ef8e8 feat: handle product variations 2024-12-29 15:02:58 +01:00
paolosantarsiero
5880b80676 feat: add profile and orders customer 2024-12-27 03:24:35 +01:00
paolosantarsiero
ce96340833 feat: add login and cart provider 2024-12-26 21:35:53 +01:00
조계진
b7e9e1c7e3
Refactor <Prose> component (#1352) 2024-10-15 22:28:58 -05:00
Lee Robinson
64ca2ac790 Update to 15 RC 2 2024-10-15 22:07:55 -05:00
Lee Robinson
694c5c17ba
Move to next/form (#1369) 2024-08-13 13:33:05 -05:00
Lee Robinson
9a4c995bb6
Make image, variant, and cart updates faster with useOptimistic (#1365) 2024-07-28 22:58:59 -05:00
Lee Robinson
ec21369389
Update dependencies. (#1361) 2024-07-24 14:05:34 -05:00
Lee Robinson
887d437795
Prepare for using PPR (#1236) 2024-04-17 21:54:09 -05:00
Lee Robinson
610b0e8692 Remove stray revalidate 2024-03-31 08:50:39 -05:00
Lee Robinson
25ddc5e643
Update dependencies. (#1314) 2024-03-26 16:15:01 -05:00
Lee Robinson
2448f5201c
Upgrade to Next.js 14 (#1224) 2023-10-27 14:11:18 -05:00
Michael Novotny
5cb1245432
Adds environment variable validation (#1198)
* Adds environment variable validation

* Adds bracket checking in SHOPIFY_STORE_DOMAIN

* Prettier

* Adds link

---------

Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
2023-10-02 10:18:56 -05:00
Michael Novotny
528ad9b8ce
Adds better error messages and environment variable fault tolerance (#1172)
* Adds better error messages and environment variable fault tolerance

* No hidden undefined
2023-08-11 20:19:49 -05:00
Michael Novotny
3f1a4f65ae
Fixes product detail spacing (#1158) 2023-08-08 10:05:38 -05:00
Lee Robinson
faa7491a55
Better error handling. (#1150) 2023-08-04 22:21:57 -05:00
Michael Novotny
9e1388f974
Updates favicon (#1141)
Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
2023-08-02 21:17:11 -05:00
Michael Novotny
9c813577e1
Optimizes image sizes (#1140) 2023-08-02 21:07:35 -05:00
Michael Novotny
0f700e2d07
Small visual tweaks. (#1137) 2023-08-02 09:04:44 -05:00
Michael Novotny
1d5242eef3
Adds better sitemap error handling (#1134)
* Adds better sitemap error handling

* Removes extra `flat`

---------

Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
2023-08-01 20:34:45 -05:00
Michael Novotny
ee534492a0
Moves revalidation logic to lib (#1132) 2023-07-31 20:33:13 -07:00
Kanji Yomoda
10b1d4bbae
Renames confusing variable name (#1131) 2023-07-31 08:30:00 -05:00
Ian Jones
586f9bfe56
Update globals.css (#1113) 2023-07-25 14:05:25 -04:00
Lee Robinson
59fc2bc2e9
Update to new design. (#1103) 2023-07-24 19:40:29 -07:00
Michael Novotny
585b3bbff8
Replaces Route Handlers with Server Actions (#1050) 2023-06-17 11:18:00 -07:00
Michael Novotny
87c385fcd6
Converts to Opengraph Image file convention. (#1043) 2023-06-07 20:57:31 -05:00
Michael Novotny
e4fcf19321
Adds on-demand revalidation for collections and products. (#1042) 2023-06-07 19:35:51 -05:00
Lee Robinson
fecc60eb36
Update dependencies and fix TS errors. (#1041) 2023-06-06 20:36:44 -05:00
Abhushan A. Joshi
30a080182c
Adds a basic product JSON-LD schema on product details page. (#1016) 2023-05-22 12:04:27 -05:00
Michael Novotny
f5dade74fb
Fixes search page bugs. (#1019) 2023-05-12 16:02:51 -07:00
Andrew Jones
a5e799b16e
Use parallel fetches for sitemap requests and remove duplicate /search url (#1004)
Co-authored-by: Andrew  Jones <andrewj@corra.com>
Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
2023-05-09 19:18:01 -07:00
Lee Robinson
c2b96d6e2f
Add robots.txt file + update Next version. (#984) 2023-04-24 09:53:56 -05:00
Michael Novotny
a53ee3e3a0
Adds sitemap. (#982) 2023-04-23 13:55:25 -05:00
Michael Novotny
e3785d0269
Fixes TypeScript errors. (#980) 2023-04-21 12:56:16 -05:00