From cad39f1d7c002f022563d623dcf5970ea090e260 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:05:17 +0700 Subject: [PATCH 01/25] Rename Button.tsx to button.tsx --- app/components/{Button.tsx => button.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Button.tsx => button.tsx} (100%) diff --git a/app/components/Button.tsx b/app/components/button.tsx similarity index 100% rename from app/components/Button.tsx rename to app/components/button.tsx From 3b4d6060eb35f49bc4cc5ba7662743bef15f2beb Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:06:10 +0700 Subject: [PATCH 02/25] Rename Checkbox.tsx to checkbox.tsx --- app/components/{Checkbox.tsx => checkbox.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Checkbox.tsx => checkbox.tsx} (100%) diff --git a/app/components/Checkbox.tsx b/app/components/checkbox.tsx similarity index 100% rename from app/components/Checkbox.tsx rename to app/components/checkbox.tsx From be45cc105bae2ca351e056bd22537de226224cf2 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:08:53 +0700 Subject: [PATCH 03/25] Rename Heading.tsx to heading.tsx --- app/components/{Heading.tsx => heading.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Heading.tsx => heading.tsx} (100%) diff --git a/app/components/Heading.tsx b/app/components/heading.tsx similarity index 100% rename from app/components/Heading.tsx rename to app/components/heading.tsx From 31d5fdb136f95f8e98a62357b9adc8841a2cded9 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:09:06 +0700 Subject: [PATCH 04/25] Rename Icons.tsx to icons.tsx --- app/components/{Icons.tsx => icons.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Icons.tsx => icons.tsx} (100%) diff --git a/app/components/Icons.tsx b/app/components/icons.tsx similarity index 100% rename from app/components/Icons.tsx rename to app/components/icons.tsx From bb94cb9bb8a95467de23a7f3034958d52cf7aba4 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:09:37 +0700 Subject: [PATCH 05/25] Rename Link.tsx to link.tsx --- app/components/{Link.tsx => link.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Link.tsx => link.tsx} (100%) diff --git a/app/components/Link.tsx b/app/components/link.tsx similarity index 100% rename from app/components/Link.tsx rename to app/components/link.tsx From b7ab571e1f6c7cbb489ef2e81f9b95370dde94f0 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:09:59 +0700 Subject: [PATCH 06/25] Rename Logo.tsx to logo.tsx --- app/components/{Logo.tsx => logo.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Logo.tsx => logo.tsx} (100%) diff --git a/app/components/Logo.tsx b/app/components/logo.tsx similarity index 100% rename from app/components/Logo.tsx rename to app/components/logo.tsx From 2c6debcd70b10003cccb21b2b67301d31b9fd8e3 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:10:42 +0700 Subject: [PATCH 07/25] Rename Marquee.tsx to marquee.tsx --- app/components/{Marquee.tsx => marquee.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Marquee.tsx => marquee.tsx} (100%) diff --git a/app/components/Marquee.tsx b/app/components/marquee.tsx similarity index 100% rename from app/components/Marquee.tsx rename to app/components/marquee.tsx From 56a934a94d7d78f68f2bdc8d90162ec102b4a3c6 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:10:53 +0700 Subject: [PATCH 08/25] Rename Overlay.tsx to overlay.tsx --- app/components/{Overlay.tsx => overlay.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Overlay.tsx => overlay.tsx} (100%) diff --git a/app/components/Overlay.tsx b/app/components/overlay.tsx similarity index 100% rename from app/components/Overlay.tsx rename to app/components/overlay.tsx From 0c8a320414f91cbf7f39df544c35809de8676297 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:11:04 +0700 Subject: [PATCH 09/25] Rename Paragraph.tsx to paragraph.tsx --- app/components/{Paragraph.tsx => paragraph.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Paragraph.tsx => paragraph.tsx} (100%) diff --git a/app/components/Paragraph.tsx b/app/components/paragraph.tsx similarity index 100% rename from app/components/Paragraph.tsx rename to app/components/paragraph.tsx From 689a59719d96848608cb2f41df865319f21a176f Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:11:15 +0700 Subject: [PATCH 10/25] Rename Section.tsx to section.tsx --- app/components/{Section.tsx => section.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Section.tsx => section.tsx} (100%) diff --git a/app/components/Section.tsx b/app/components/section.tsx similarity index 100% rename from app/components/Section.tsx rename to app/components/section.tsx From 9f7c709f1a34ec2d25ea669a03d08f039675f564 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:11:26 +0700 Subject: [PATCH 11/25] Rename Skeleton.tsx to skeleton.tsx --- app/components/{Skeleton.tsx => skeleton.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Skeleton.tsx => skeleton.tsx} (100%) diff --git a/app/components/Skeleton.tsx b/app/components/skeleton.tsx similarity index 100% rename from app/components/Skeleton.tsx rename to app/components/skeleton.tsx From 8d4357a0a62fe806702007ca6c8ce4955cba243b Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:11:36 +0700 Subject: [PATCH 12/25] Rename SubHeading.tsx to subHeading.tsx --- app/components/{SubHeading.tsx => subHeading.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{SubHeading.tsx => subHeading.tsx} (100%) diff --git a/app/components/SubHeading.tsx b/app/components/subHeading.tsx similarity index 100% rename from app/components/SubHeading.tsx rename to app/components/subHeading.tsx From 800221bb11166460fd74897993f45c5e401d064a Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:11:47 +0700 Subject: [PATCH 13/25] Rename Tooltip.tsx to tooltip.tsx --- app/components/{Tooltip.tsx => tooltip.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/components/{Tooltip.tsx => tooltip.tsx} (100%) diff --git a/app/components/Tooltip.tsx b/app/components/tooltip.tsx similarity index 100% rename from app/components/Tooltip.tsx rename to app/components/tooltip.tsx From 1c20fe4f053538eb35e0dc449d67198958cda875 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:12:14 +0700 Subject: [PATCH 14/25] Rename Button.tsx to button.tsx --- app/modules/{Button.tsx => button.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Button.tsx => button.tsx} (100%) diff --git a/app/modules/Button.tsx b/app/modules/button.tsx similarity index 100% rename from app/modules/Button.tsx rename to app/modules/button.tsx From 40295f6fdf69c114c2a08de77ef9e8d089fc8085 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:12:27 +0700 Subject: [PATCH 15/25] Rename Cart.tsx to cart.tsx --- app/modules/{Cart.tsx => cart.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Cart.tsx => cart.tsx} (100%) diff --git a/app/modules/Cart.tsx b/app/modules/cart.tsx similarity index 100% rename from app/modules/Cart.tsx rename to app/modules/cart.tsx From de7f2896c97077b334304f0e238803a3ddbc10cc Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:12:37 +0700 Subject: [PATCH 16/25] Rename Drawer.tsx to drawer.tsx --- app/modules/{Drawer.tsx => drawer.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Drawer.tsx => drawer.tsx} (100%) diff --git a/app/modules/Drawer.tsx b/app/modules/drawer.tsx similarity index 100% rename from app/modules/Drawer.tsx rename to app/modules/drawer.tsx From 360b5c7b6a4e2d15a8cfdc9dc14d2b05f60a5ab4 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:12:52 +0700 Subject: [PATCH 17/25] Rename Footer.tsx to footer.tsx --- app/modules/{Footer.tsx => footer.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Footer.tsx => footer.tsx} (100%) diff --git a/app/modules/Footer.tsx b/app/modules/footer.tsx similarity index 100% rename from app/modules/Footer.tsx rename to app/modules/footer.tsx From 206f0b88417f0bcf1ad8ec08560d4b0aae911995 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:13:09 +0700 Subject: [PATCH 18/25] Rename Grid.tsx to grid.tsx --- app/modules/{Grid.tsx => grid.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Grid.tsx => grid.tsx} (100%) diff --git a/app/modules/Grid.tsx b/app/modules/grid.tsx similarity index 100% rename from app/modules/Grid.tsx rename to app/modules/grid.tsx From 65a10772612ca4b8384d1fc29b7fa43a245da4d1 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:13:25 +0700 Subject: [PATCH 19/25] Rename Icon.tsx to icon.tsx --- app/modules/{Icon.tsx => icon.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Icon.tsx => icon.tsx} (100%) diff --git a/app/modules/Icon.tsx b/app/modules/icon.tsx similarity index 100% rename from app/modules/Icon.tsx rename to app/modules/icon.tsx From adcc646dbf2b9436f1b7f65fc868c3aaf695004e Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:13:44 +0700 Subject: [PATCH 20/25] Rename Input.tsx to input.tsx --- app/modules/{Input.tsx => input.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Input.tsx => input.tsx} (100%) diff --git a/app/modules/Input.tsx b/app/modules/input.tsx similarity index 100% rename from app/modules/Input.tsx rename to app/modules/input.tsx From 83bc9c22639e606243b993627b532e9b49c9c2ac Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:14:04 +0700 Subject: [PATCH 21/25] Rename Layout.tsx to layout.tsx --- app/modules/{Layout.tsx => layout.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Layout.tsx => layout.tsx} (100%) diff --git a/app/modules/Layout.tsx b/app/modules/layout.tsx similarity index 100% rename from app/modules/Layout.tsx rename to app/modules/layout.tsx From 637bafbbba83594d7133c0b7258fd4926f1358c3 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:14:40 +0700 Subject: [PATCH 22/25] Rename Modal.tsx to modal.tsx --- app/modules/{Modal.tsx => modal.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Modal.tsx => modal.tsx} (100%) diff --git a/app/modules/Modal.tsx b/app/modules/modal.tsx similarity index 100% rename from app/modules/Modal.tsx rename to app/modules/modal.tsx From df95c94e9f7a4b68caf10d5ce07b156789fbf542 Mon Sep 17 00:00:00 2001 From: "Tuan Anh (Leo) Huynh" Date: Mon, 19 Aug 2024 18:14:52 +0700 Subject: [PATCH 23/25] Rename Text.tsx to text.tsx --- app/modules/{Text.tsx => text.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/modules/{Text.tsx => text.tsx} (100%) diff --git a/app/modules/Text.tsx b/app/modules/text.tsx similarity index 100% rename from app/modules/Text.tsx rename to app/modules/text.tsx From 5f438b15cfb61444b55ea9a084b5d78a054de2e5 Mon Sep 17 00:00:00 2001 From: hta218 Date: Mon, 19 Aug 2024 18:24:46 +0700 Subject: [PATCH 24/25] Refactor GraphQL import paths to use lowercase filenames --- ...ustomerAddressMutations.ts => customer-address-mutations.ts} | 0 .../{CustomerDetailsQuery.tsx => customer-details-query.tsx} | 0 .../{CustomerOrderQuery.ts => customer-order-query.ts} | 0 ...{CustomerUpdateMutation.tsx => customer-update-mutation.tsx} | 0 app/routes/($locale).account.address.$id.tsx | 2 +- app/routes/($locale).account.edit.tsx | 2 +- app/routes/($locale).account.orders.$id.tsx | 2 +- app/routes/($locale).account.tsx | 2 +- 8 files changed, 4 insertions(+), 4 deletions(-) rename app/graphql/customer-account/{CustomerAddressMutations.ts => customer-address-mutations.ts} (100%) rename app/graphql/customer-account/{CustomerDetailsQuery.tsx => customer-details-query.tsx} (100%) rename app/graphql/customer-account/{CustomerOrderQuery.ts => customer-order-query.ts} (100%) rename app/graphql/customer-account/{CustomerUpdateMutation.tsx => customer-update-mutation.tsx} (100%) diff --git a/app/graphql/customer-account/CustomerAddressMutations.ts b/app/graphql/customer-account/customer-address-mutations.ts similarity index 100% rename from app/graphql/customer-account/CustomerAddressMutations.ts rename to app/graphql/customer-account/customer-address-mutations.ts diff --git a/app/graphql/customer-account/CustomerDetailsQuery.tsx b/app/graphql/customer-account/customer-details-query.tsx similarity index 100% rename from app/graphql/customer-account/CustomerDetailsQuery.tsx rename to app/graphql/customer-account/customer-details-query.tsx diff --git a/app/graphql/customer-account/CustomerOrderQuery.ts b/app/graphql/customer-account/customer-order-query.ts similarity index 100% rename from app/graphql/customer-account/CustomerOrderQuery.ts rename to app/graphql/customer-account/customer-order-query.ts diff --git a/app/graphql/customer-account/CustomerUpdateMutation.tsx b/app/graphql/customer-account/customer-update-mutation.tsx similarity index 100% rename from app/graphql/customer-account/CustomerUpdateMutation.tsx rename to app/graphql/customer-account/customer-update-mutation.tsx diff --git a/app/routes/($locale).account.address.$id.tsx b/app/routes/($locale).account.address.$id.tsx index 748aebd8..e3b79421 100644 --- a/app/routes/($locale).account.address.$id.tsx +++ b/app/routes/($locale).account.address.$id.tsx @@ -13,7 +13,7 @@ import { CREATE_ADDRESS_MUTATION, DELETE_ADDRESS_MUTATION, UPDATE_ADDRESS_MUTATION, -} from "~/graphql/customer-account/CustomerAddressMutations"; +} from "~/graphql/customer-account/customer-address-mutations"; import { getInputStyleClasses } from "~/lib/utils"; import { Button } from "~/modules/button"; import { Text } from "~/modules/text"; diff --git a/app/routes/($locale).account.edit.tsx b/app/routes/($locale).account.edit.tsx index 598bba3b..f3a82ea6 100644 --- a/app/routes/($locale).account.edit.tsx +++ b/app/routes/($locale).account.edit.tsx @@ -10,7 +10,7 @@ import type { } from "@shopify/hydrogen/customer-account-api-types"; import { type ActionFunction, json, redirect } from "@shopify/remix-oxygen"; import invariant from "tiny-invariant"; -import { CUSTOMER_UPDATE_MUTATION } from "~/graphql/customer-account/CustomerUpdateMutation"; +import { CUSTOMER_UPDATE_MUTATION } from "~/graphql/customer-account/customer-update-mutation"; import { getInputStyleClasses } from "~/lib/utils"; import { Button } from "~/modules/button"; import { Text } from "~/modules/text"; diff --git a/app/routes/($locale).account.orders.$id.tsx b/app/routes/($locale).account.orders.$id.tsx index 235c9224..ceb8e93f 100644 --- a/app/routes/($locale).account.orders.$id.tsx +++ b/app/routes/($locale).account.orders.$id.tsx @@ -4,7 +4,7 @@ import { type LoaderFunctionArgs, json, redirect } from "@shopify/remix-oxygen"; import clsx from "clsx"; import invariant from "tiny-invariant"; import type { OrderFragment } from "customer-accountapi.generated"; -import { CUSTOMER_ORDER_QUERY } from "~/graphql/customer-account/CustomerOrderQuery"; +import { CUSTOMER_ORDER_QUERY } from "~/graphql/customer-account/customer-order-query"; import { statusMessage } from "~/lib/utils"; import { Heading, PageHeader, Text } from "~/modules/text"; import { Link } from "~/components/link"; diff --git a/app/routes/($locale).account.tsx b/app/routes/($locale).account.tsx index f458a4bb..bc5c282f 100644 --- a/app/routes/($locale).account.tsx +++ b/app/routes/($locale).account.tsx @@ -14,7 +14,7 @@ import type { } from "customer-accountapi.generated"; import { Suspense } from "react"; import { CACHE_NONE, routeHeaders } from "~/data/cache"; -import { CUSTOMER_DETAILS_QUERY } from "~/graphql/customer-account/CustomerDetailsQuery"; +import { CUSTOMER_DETAILS_QUERY } from "~/graphql/customer-account/customer-details-query"; import { usePrefixPathWithLocale } from "~/lib/utils"; import { PageHeader, Text } from "~/modules/text"; import { Button } from "~/modules/button"; From e16ad7a887820eedb28edbdc6e38ea2b3469d01b Mon Sep 17 00:00:00 2001 From: hta218 Date: Mon, 19 Aug 2024 18:25:55 +0700 Subject: [PATCH 25/25] v3.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac8f9b26..1d5ac205 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@weaverse/pilot", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@weaverse/pilot", - "version": "3.0.0", + "version": "3.0.1", "dependencies": { "@fontsource/poppins": "5.0.14", "@graphql-codegen/cli": "5.0.2", diff --git a/package.json b/package.json index d02b56c2..176fed18 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@weaverse/pilot", "private": true, "sideEffects": false, - "version": "3.0.0", + "version": "3.0.1", "type": "module", "author": "Weaverse", "scripts": {