@doswiftly/cli 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +357 -0
- package/bin/doswiftly.js +2 -0
- package/dist/commands/auth-github.d.ts +6 -0
- package/dist/commands/auth-github.d.ts.map +1 -0
- package/dist/commands/auth-github.js +89 -0
- package/dist/commands/auth-github.js.map +1 -0
- package/dist/commands/auth-token.d.ts +12 -0
- package/dist/commands/auth-token.d.ts.map +1 -0
- package/dist/commands/auth-token.js +43 -0
- package/dist/commands/auth-token.js.map +1 -0
- package/dist/commands/auth.d.ts +22 -0
- package/dist/commands/auth.d.ts.map +1 -0
- package/dist/commands/auth.js +348 -0
- package/dist/commands/auth.js.map +1 -0
- package/dist/commands/check.d.ts +5 -0
- package/dist/commands/check.d.ts.map +1 -0
- package/dist/commands/check.js +234 -0
- package/dist/commands/check.js.map +1 -0
- package/dist/commands/config.d.ts +3 -0
- package/dist/commands/config.d.ts.map +1 -0
- package/dist/commands/config.js +104 -0
- package/dist/commands/config.js.map +1 -0
- package/dist/commands/deploy.d.ts +37 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +580 -0
- package/dist/commands/deploy.js.map +1 -0
- package/dist/commands/dev.d.ts +8 -0
- package/dist/commands/dev.d.ts.map +1 -0
- package/dist/commands/dev.js +83 -0
- package/dist/commands/dev.js.map +1 -0
- package/dist/commands/doctor.d.ts +5 -0
- package/dist/commands/doctor.d.ts.map +1 -0
- package/dist/commands/doctor.js +363 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/domain.d.ts +13 -0
- package/dist/commands/domain.d.ts.map +1 -0
- package/dist/commands/domain.js +128 -0
- package/dist/commands/domain.js.map +1 -0
- package/dist/commands/env.d.ts +25 -0
- package/dist/commands/env.d.ts.map +1 -0
- package/dist/commands/env.js +228 -0
- package/dist/commands/env.js.map +1 -0
- package/dist/commands/init.d.ts +11 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +1028 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/inspect.d.ts +12 -0
- package/dist/commands/inspect.d.ts.map +1 -0
- package/dist/commands/inspect.js +162 -0
- package/dist/commands/inspect.js.map +1 -0
- package/dist/commands/migrate.d.ts +18 -0
- package/dist/commands/migrate.d.ts.map +1 -0
- package/dist/commands/migrate.js +355 -0
- package/dist/commands/migrate.js.map +1 -0
- package/dist/commands/preview.d.ts +29 -0
- package/dist/commands/preview.d.ts.map +1 -0
- package/dist/commands/preview.js +199 -0
- package/dist/commands/preview.js.map +1 -0
- package/dist/commands/proxy.d.ts +9 -0
- package/dist/commands/proxy.d.ts.map +1 -0
- package/dist/commands/proxy.js +37 -0
- package/dist/commands/proxy.js.map +1 -0
- package/dist/commands/sdk.d.ts +5 -0
- package/dist/commands/sdk.d.ts.map +1 -0
- package/dist/commands/sdk.js +82 -0
- package/dist/commands/sdk.js.map +1 -0
- package/dist/commands/template.d.ts +107 -0
- package/dist/commands/template.d.ts.map +1 -0
- package/dist/commands/template.js +1309 -0
- package/dist/commands/template.js.map +1 -0
- package/dist/commands/types.d.ts +5 -0
- package/dist/commands/types.d.ts.map +1 -0
- package/dist/commands/types.js +82 -0
- package/dist/commands/types.js.map +1 -0
- package/dist/commands/update.d.ts +2 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +103 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/commands/upgrade.d.ts +18 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +55 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/commands/verify.d.ts +5 -0
- package/dist/commands/verify.d.ts.map +1 -0
- package/dist/commands/verify.js +232 -0
- package/dist/commands/verify.js.map +1 -0
- package/dist/commands/whoami.d.ts +5 -0
- package/dist/commands/whoami.d.ts.map +1 -0
- package/dist/commands/whoami.js +60 -0
- package/dist/commands/whoami.js.map +1 -0
- package/dist/config/types.d.ts +173 -0
- package/dist/config/types.d.ts.map +1 -0
- package/dist/config/types.js +48 -0
- package/dist/config/types.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +416 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/api-url.d.ts +14 -0
- package/dist/lib/api-url.d.ts.map +1 -0
- package/dist/lib/api-url.js +24 -0
- package/dist/lib/api-url.js.map +1 -0
- package/dist/lib/api.d.ts +67 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +36 -0
- package/dist/lib/api.js.map +1 -0
- package/dist/lib/config.d.ts +39 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +195 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/env-storage.d.ts +140 -0
- package/dist/lib/env-storage.d.ts.map +1 -0
- package/dist/lib/env-storage.js +464 -0
- package/dist/lib/env-storage.js.map +1 -0
- package/dist/lib/errors.d.ts +61 -0
- package/dist/lib/errors.d.ts.map +1 -0
- package/dist/lib/errors.js +204 -0
- package/dist/lib/errors.js.map +1 -0
- package/dist/lib/i18n.d.ts +99 -0
- package/dist/lib/i18n.d.ts.map +1 -0
- package/dist/lib/i18n.js +184 -0
- package/dist/lib/i18n.js.map +1 -0
- package/dist/lib/logger.d.ts +95 -0
- package/dist/lib/logger.d.ts.map +1 -0
- package/dist/lib/logger.js +168 -0
- package/dist/lib/logger.js.map +1 -0
- package/dist/lib/package-manager.d.ts +91 -0
- package/dist/lib/package-manager.d.ts.map +1 -0
- package/dist/lib/package-manager.js +205 -0
- package/dist/lib/package-manager.js.map +1 -0
- package/dist/lib/proxy-server.d.ts +24 -0
- package/dist/lib/proxy-server.d.ts.map +1 -0
- package/dist/lib/proxy-server.js +173 -0
- package/dist/lib/proxy-server.js.map +1 -0
- package/dist/lib/select-with-back.d.ts +34 -0
- package/dist/lib/select-with-back.d.ts.map +1 -0
- package/dist/lib/select-with-back.js +94 -0
- package/dist/lib/select-with-back.js.map +1 -0
- package/dist/lib/shared-api-client.d.ts +40 -0
- package/dist/lib/shared-api-client.d.ts.map +1 -0
- package/dist/lib/shared-api-client.js +92 -0
- package/dist/lib/shared-api-client.js.map +1 -0
- package/dist/lib/wizard-engine.d.ts +128 -0
- package/dist/lib/wizard-engine.d.ts.map +1 -0
- package/dist/lib/wizard-engine.js +168 -0
- package/dist/lib/wizard-engine.js.map +1 -0
- package/package.json +85 -0
- package/templates/storefront-minimal/.env.example +10 -0
- package/templates/storefront-minimal/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-minimal/app/globals.css +18 -0
- package/templates/storefront-minimal/app/layout.tsx +26 -0
- package/templates/storefront-minimal/app/page.tsx +93 -0
- package/templates/storefront-minimal/lib/graphql-client.ts +23 -0
- package/templates/storefront-minimal/next.config.ts +15 -0
- package/templates/storefront-minimal/open-next.config.ts +3 -0
- package/templates/storefront-minimal/package.json +30 -0
- package/templates/storefront-minimal/postcss.config.mjs +5 -0
- package/templates/storefront-minimal/tailwind.config.ts +14 -0
- package/templates/storefront-minimal/tsconfig.json +27 -0
- package/templates/storefront-minimal/wrangler.toml +9 -0
- package/templates/storefront-nextjs/.env.example +68 -0
- package/templates/storefront-nextjs/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-nextjs/.github/workflows/deploy.yml +25 -0
- package/templates/storefront-nextjs/.github/workflows/preview.yml +22 -0
- package/templates/storefront-nextjs/README.md +520 -0
- package/templates/storefront-nextjs/app/account/orders/page.tsx +216 -0
- package/templates/storefront-nextjs/app/account/page.tsx +167 -0
- package/templates/storefront-nextjs/app/auth/login/page.tsx +135 -0
- package/templates/storefront-nextjs/app/auth/register/page.tsx +228 -0
- package/templates/storefront-nextjs/app/cart/page.tsx +263 -0
- package/templates/storefront-nextjs/app/categories/[slug]/page.tsx +200 -0
- package/templates/storefront-nextjs/app/categories/page.tsx +58 -0
- package/templates/storefront-nextjs/app/checkout/page.tsx +351 -0
- package/templates/storefront-nextjs/app/collections/[slug]/page.tsx +158 -0
- package/templates/storefront-nextjs/app/collections/page.tsx +61 -0
- package/templates/storefront-nextjs/app/globals.css +98 -0
- package/templates/storefront-nextjs/app/layout.tsx +39 -0
- package/templates/storefront-nextjs/app/page.tsx +136 -0
- package/templates/storefront-nextjs/app/products/[slug]/page.tsx +119 -0
- package/templates/storefront-nextjs/app/products/page.tsx +107 -0
- package/templates/storefront-nextjs/app/search/page.tsx +127 -0
- package/templates/storefront-nextjs/components/auth/auth-guard.tsx +94 -0
- package/templates/storefront-nextjs/components/commerce/add-to-cart-button.tsx +77 -0
- package/templates/storefront-nextjs/components/commerce/cart-icon.tsx +29 -0
- package/templates/storefront-nextjs/components/commerce/currency-selector.tsx +217 -0
- package/templates/storefront-nextjs/components/commerce/pagination.tsx +62 -0
- package/templates/storefront-nextjs/components/commerce/product-actions.tsx +135 -0
- package/templates/storefront-nextjs/components/commerce/product-filters.tsx +109 -0
- package/templates/storefront-nextjs/components/commerce/product-price.tsx +375 -0
- package/templates/storefront-nextjs/components/commerce/search-input.tsx +178 -0
- package/templates/storefront-nextjs/components/commerce/sort-select.tsx +64 -0
- package/templates/storefront-nextjs/components/commerce/variant-selector.tsx +210 -0
- package/templates/storefront-nextjs/components/layout/footer.tsx +107 -0
- package/templates/storefront-nextjs/components/layout/header.tsx +104 -0
- package/templates/storefront-nextjs/components/providers.tsx +62 -0
- package/templates/storefront-nextjs/lib/auth/routes.ts +52 -0
- package/templates/storefront-nextjs/lib/currency.tsx +140 -0
- package/templates/storefront-nextjs/lib/format.ts +159 -0
- package/templates/storefront-nextjs/lib/graphql-queries.ts +629 -0
- package/templates/storefront-nextjs/lib/hooks.ts +30 -0
- package/templates/storefront-nextjs/middleware.ts +80 -0
- package/templates/storefront-nextjs/next.config.ts +37 -0
- package/templates/storefront-nextjs/open-next.config.ts +3 -0
- package/templates/storefront-nextjs/package.dev.json +30 -0
- package/templates/storefront-nextjs/package.json +32 -0
- package/templates/storefront-nextjs/package.json.template +32 -0
- package/templates/storefront-nextjs/postcss.config.mjs +8 -0
- package/templates/storefront-nextjs/tailwind.config.ts +111 -0
- package/templates/storefront-nextjs/tsconfig.json +27 -0
- package/templates/storefront-nextjs/wrangler.toml +9 -0
- package/templates/storefront-nextjs-shadcn/.env.example +68 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/deploy.yml +25 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/preview.yml +22 -0
- package/templates/storefront-nextjs-shadcn/CART_INTEGRATION.md +282 -0
- package/templates/storefront-nextjs-shadcn/CLAUDE.md +96 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_DOCUMENT_NAMES.md +190 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_ERROR_HANDLING.md +263 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_FIXES_SUMMARY.md +135 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_INTEGRATION_COMPLETE.md +142 -0
- package/templates/storefront-nextjs-shadcn/INTEGRATION_CHECKLIST.md +448 -0
- package/templates/storefront-nextjs-shadcn/PRODUCT_DETAIL_PAGE_IMPLEMENTATION.md +307 -0
- package/templates/storefront-nextjs-shadcn/README.md +195 -0
- package/templates/storefront-nextjs-shadcn/THEME_CUSTOMIZATION.md +245 -0
- package/templates/storefront-nextjs-shadcn/app/about/page.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/app/account/addresses/page.tsx +215 -0
- package/templates/storefront-nextjs-shadcn/app/account/loyalty/page.tsx +484 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/[id]/page.tsx +128 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/[id]/tracking/page.tsx +206 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/page.tsx +80 -0
- package/templates/storefront-nextjs-shadcn/app/account/page.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/app/account/settings/page.tsx +195 -0
- package/templates/storefront-nextjs-shadcn/app/api/auth/clear-token/route.ts +87 -0
- package/templates/storefront-nextjs-shadcn/app/api/auth/set-token/route.ts +125 -0
- package/templates/storefront-nextjs-shadcn/app/auth/forgot-password/page.tsx +131 -0
- package/templates/storefront-nextjs-shadcn/app/auth/login/page.tsx +24 -0
- package/templates/storefront-nextjs-shadcn/app/auth/register/page.tsx +20 -0
- package/templates/storefront-nextjs-shadcn/app/blog/[slug]/page.tsx +323 -0
- package/templates/storefront-nextjs-shadcn/app/blog/page.tsx +159 -0
- package/templates/storefront-nextjs-shadcn/app/brands/[slug]/page.tsx +170 -0
- package/templates/storefront-nextjs-shadcn/app/brands/page.tsx +73 -0
- package/templates/storefront-nextjs-shadcn/app/cart/page.tsx +165 -0
- package/templates/storefront-nextjs-shadcn/app/categories/[slug]/page.tsx +78 -0
- package/templates/storefront-nextjs-shadcn/app/categories/page.tsx +75 -0
- package/templates/storefront-nextjs-shadcn/app/checkout/page.tsx +1752 -0
- package/templates/storefront-nextjs-shadcn/app/checkout/success/[orderId]/page.tsx +256 -0
- package/templates/storefront-nextjs-shadcn/app/collections/[handle]/page.tsx +74 -0
- package/templates/storefront-nextjs-shadcn/app/collections/page.tsx +75 -0
- package/templates/storefront-nextjs-shadcn/app/contact/page.tsx +114 -0
- package/templates/storefront-nextjs-shadcn/app/error.tsx +90 -0
- package/templates/storefront-nextjs-shadcn/app/globals.css +125 -0
- package/templates/storefront-nextjs-shadcn/app/layout.tsx +57 -0
- package/templates/storefront-nextjs-shadcn/app/not-found.tsx +68 -0
- package/templates/storefront-nextjs-shadcn/app/page.tsx +21 -0
- package/templates/storefront-nextjs-shadcn/app/products/[slug]/page.tsx +246 -0
- package/templates/storefront-nextjs-shadcn/app/products/[slug]/product-client.tsx +343 -0
- package/templates/storefront-nextjs-shadcn/app/products/page.tsx +25 -0
- package/templates/storefront-nextjs-shadcn/app/products/products-client.tsx +192 -0
- package/templates/storefront-nextjs-shadcn/app/returns/page.tsx +77 -0
- package/templates/storefront-nextjs-shadcn/app/robots.ts +53 -0
- package/templates/storefront-nextjs-shadcn/app/search/page.tsx +16 -0
- package/templates/storefront-nextjs-shadcn/app/search/search-client.tsx +47 -0
- package/templates/storefront-nextjs-shadcn/app/shipping/page.tsx +62 -0
- package/templates/storefront-nextjs-shadcn/app/sitemap.ts +144 -0
- package/templates/storefront-nextjs-shadcn/app/wishlist/page.tsx +179 -0
- package/templates/storefront-nextjs-shadcn/codegen.ts +51 -0
- package/templates/storefront-nextjs-shadcn/components/account/address-form.tsx +348 -0
- package/templates/storefront-nextjs-shadcn/components/account/address-list.tsx +144 -0
- package/templates/storefront-nextjs-shadcn/components/account/order-details.tsx +258 -0
- package/templates/storefront-nextjs-shadcn/components/account/order-history.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/components/auth/account-menu.tsx +132 -0
- package/templates/storefront-nextjs-shadcn/components/auth/login-form.tsx +188 -0
- package/templates/storefront-nextjs-shadcn/components/auth/register-form.tsx +305 -0
- package/templates/storefront-nextjs-shadcn/components/blog/blog-card.tsx +240 -0
- package/templates/storefront-nextjs-shadcn/components/blog/blog-sidebar.tsx +177 -0
- package/templates/storefront-nextjs-shadcn/components/blog/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/brand/brand-card.tsx +119 -0
- package/templates/storefront-nextjs-shadcn/components/brand/brand-grid.tsx +64 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-drawer.tsx +140 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-icon.tsx +48 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-item.tsx +112 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-summary.tsx +84 -0
- package/templates/storefront-nextjs-shadcn/components/cart/index.ts +17 -0
- package/templates/storefront-nextjs-shadcn/components/cart/promo-code-input.tsx +121 -0
- package/templates/storefront-nextjs-shadcn/components/cart/shipping-estimator.tsx +162 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/index.ts +25 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/payment-method-card.tsx +187 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/payment-step.tsx +160 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/tax-breakdown.tsx +154 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/currency-selector.tsx +225 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/pagination.tsx +62 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/product-actions.tsx +158 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/search-input.tsx +174 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/variant-selector.tsx +210 -0
- package/templates/storefront-nextjs-shadcn/components/common/category-card.tsx +97 -0
- package/templates/storefront-nextjs-shadcn/components/common/collection-card.tsx +187 -0
- package/templates/storefront-nextjs-shadcn/components/common/price-display.tsx +151 -0
- package/templates/storefront-nextjs-shadcn/components/common/social-share.tsx +166 -0
- package/templates/storefront-nextjs-shadcn/components/discount/discount-breakdown.tsx +245 -0
- package/templates/storefront-nextjs-shadcn/components/discount/discount-code-input.tsx +246 -0
- package/templates/storefront-nextjs-shadcn/components/discount/index.ts +19 -0
- package/templates/storefront-nextjs-shadcn/components/error/error-boundary.tsx +113 -0
- package/templates/storefront-nextjs-shadcn/components/error/index.ts +7 -0
- package/templates/storefront-nextjs-shadcn/components/filters/attribute-filter.tsx +153 -0
- package/templates/storefront-nextjs-shadcn/components/filters/checkbox-group-filter.tsx +167 -0
- package/templates/storefront-nextjs-shadcn/components/filters/color-swatch-filter.tsx +176 -0
- package/templates/storefront-nextjs-shadcn/components/filters/dynamic-attribute-filters.tsx +220 -0
- package/templates/storefront-nextjs-shadcn/components/filters/index.ts +36 -0
- package/templates/storefront-nextjs-shadcn/components/filters/range-slider-filter.tsx +193 -0
- package/templates/storefront-nextjs-shadcn/components/filters/toggle-filter.tsx +132 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/gift-card-balance.tsx +321 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/gift-card-input.tsx +309 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/index.ts +24 -0
- package/templates/storefront-nextjs-shadcn/components/home/category-grid.tsx +72 -0
- package/templates/storefront-nextjs-shadcn/components/home/featured-collections.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/components/home/featured-products.tsx +85 -0
- package/templates/storefront-nextjs-shadcn/components/home/hero-section.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/components/home/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/home/newsletter-signup.tsx +108 -0
- package/templates/storefront-nextjs-shadcn/components/layout/breadcrumbs.tsx +133 -0
- package/templates/storefront-nextjs-shadcn/components/layout/currency-selector.tsx +341 -0
- package/templates/storefront-nextjs-shadcn/components/layout/footer.tsx +128 -0
- package/templates/storefront-nextjs-shadcn/components/layout/header.tsx +147 -0
- package/templates/storefront-nextjs-shadcn/components/layout/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/components/layout/mobile-menu.tsx +211 -0
- package/templates/storefront-nextjs-shadcn/components/layout/navigation.tsx +95 -0
- package/templates/storefront-nextjs-shadcn/components/layout/theme-switcher.tsx +192 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/index.ts +11 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/points-balance.tsx +93 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/points-history.tsx +177 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/referral-section.tsx +250 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/rewards-catalog.tsx +217 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/tier-badge.tsx +106 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/tier-progress.tsx +131 -0
- package/templates/storefront-nextjs-shadcn/components/order/delivery-estimate.tsx +196 -0
- package/templates/storefront-nextjs-shadcn/components/order/index.ts +11 -0
- package/templates/storefront-nextjs-shadcn/components/order/order-tracking.tsx +200 -0
- package/templates/storefront-nextjs-shadcn/components/order/shipment-card.tsx +407 -0
- package/templates/storefront-nextjs-shadcn/components/order/tracking-status.tsx +222 -0
- package/templates/storefront-nextjs-shadcn/components/order/tracking-timeline.tsx +205 -0
- package/templates/storefront-nextjs-shadcn/components/product/add-to-cart-button.tsx +161 -0
- package/templates/storefront-nextjs-shadcn/components/product/b2b-price-display.tsx +250 -0
- package/templates/storefront-nextjs-shadcn/components/product/discount-badge.tsx +196 -0
- package/templates/storefront-nextjs-shadcn/components/product/index.ts +41 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-card.tsx +147 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-filters.tsx +217 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-gallery.tsx +143 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-grid.tsx +83 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-image.tsx +155 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-price.tsx +158 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-quantity-selector.tsx +111 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-reviews.tsx +238 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-sort.tsx +58 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-variant-selector.tsx +169 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-card.tsx +220 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-form.tsx +338 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-summary.tsx +143 -0
- package/templates/storefront-nextjs-shadcn/components/product/sale-countdown.tsx +166 -0
- package/templates/storefront-nextjs-shadcn/components/product/savings-display.tsx +213 -0
- package/templates/storefront-nextjs-shadcn/components/product/similar-products.tsx +57 -0
- package/templates/storefront-nextjs-shadcn/components/product/stock-indicator.tsx +91 -0
- package/templates/storefront-nextjs-shadcn/components/providers/currency-provider.tsx +103 -0
- package/templates/storefront-nextjs-shadcn/components/providers/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/providers/query-provider.tsx +260 -0
- package/templates/storefront-nextjs-shadcn/components/providers/theme-provider.tsx +13 -0
- package/templates/storefront-nextjs-shadcn/components/returns/index.ts +26 -0
- package/templates/storefront-nextjs-shadcn/components/returns/return-request-form.tsx +608 -0
- package/templates/storefront-nextjs-shadcn/components/returns/return-status-card.tsx +554 -0
- package/templates/storefront-nextjs-shadcn/components/search/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-bar.tsx +140 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-results.tsx +58 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-suggestions.tsx +43 -0
- package/templates/storefront-nextjs-shadcn/components/seo/index.ts +12 -0
- package/templates/storefront-nextjs-shadcn/components/seo/json-ld.tsx +56 -0
- package/templates/storefront-nextjs-shadcn/components/seo/product-json-ld.ts +167 -0
- package/templates/storefront-nextjs-shadcn/components/shipping/index.ts +16 -0
- package/templates/storefront-nextjs-shadcn/components/shipping/shipping-method-selector.tsx +337 -0
- package/templates/storefront-nextjs-shadcn/components/ui/accordion.tsx +153 -0
- package/templates/storefront-nextjs-shadcn/components/ui/alert.tsx +59 -0
- package/templates/storefront-nextjs-shadcn/components/ui/badge.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/components/ui/button.tsx +51 -0
- package/templates/storefront-nextjs-shadcn/components/ui/card.tsx +77 -0
- package/templates/storefront-nextjs-shadcn/components/ui/checkbox.tsx +30 -0
- package/templates/storefront-nextjs-shadcn/components/ui/dialog.tsx +137 -0
- package/templates/storefront-nextjs-shadcn/components/ui/empty-state.tsx +207 -0
- package/templates/storefront-nextjs-shadcn/components/ui/index.ts +67 -0
- package/templates/storefront-nextjs-shadcn/components/ui/input.tsx +65 -0
- package/templates/storefront-nextjs-shadcn/components/ui/label.tsx +26 -0
- package/templates/storefront-nextjs-shadcn/components/ui/pagination.tsx +205 -0
- package/templates/storefront-nextjs-shadcn/components/ui/radio-group.tsx +44 -0
- package/templates/storefront-nextjs-shadcn/components/ui/select.tsx +160 -0
- package/templates/storefront-nextjs-shadcn/components/ui/separator.tsx +28 -0
- package/templates/storefront-nextjs-shadcn/components/ui/skeleton.tsx +20 -0
- package/templates/storefront-nextjs-shadcn/components/ui/spinner.tsx +82 -0
- package/templates/storefront-nextjs-shadcn/components/ui/tabs.tsx +119 -0
- package/templates/storefront-nextjs-shadcn/components/ui/toast.tsx +96 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-button.tsx +148 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-icon.tsx +47 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-item.tsx +165 -0
- package/templates/storefront-nextjs-shadcn/components.json +19 -0
- package/templates/storefront-nextjs-shadcn/generated/.gitkeep +2 -0
- package/templates/storefront-nextjs-shadcn/graphql/.gitkeep +31 -0
- package/templates/storefront-nextjs-shadcn/graphql/collections.example.ts +168 -0
- package/templates/storefront-nextjs-shadcn/graphql/products.example.ts +160 -0
- package/templates/storefront-nextjs-shadcn/hooks/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-auth.ts +310 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-cart-actions.ts +286 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-cart-sync.ts +110 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-filter-params.test.ts +173 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-filter-params.ts +298 -0
- package/templates/storefront-nextjs-shadcn/lib/auth/cookies.ts +220 -0
- package/templates/storefront-nextjs-shadcn/lib/auth/routes.ts +57 -0
- package/templates/storefront-nextjs-shadcn/lib/config.ts +46 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/IMPLEMENTATION_SUMMARY.md +254 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/README.md +464 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/cookie-manager.test.ts +328 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/cookie-manager.ts +295 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/index.ts +27 -0
- package/templates/storefront-nextjs-shadcn/lib/format.test.ts +397 -0
- package/templates/storefront-nextjs-shadcn/lib/format.ts +226 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/client.ts +109 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/hooks.ts +1183 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/server.ts +267 -0
- package/templates/storefront-nextjs-shadcn/lib/hooks.ts +30 -0
- package/templates/storefront-nextjs-shadcn/lib/theme/theme-config.ts +89 -0
- package/templates/storefront-nextjs-shadcn/lib/utils.ts +6 -0
- package/templates/storefront-nextjs-shadcn/next.config.ts +47 -0
- package/templates/storefront-nextjs-shadcn/open-next.config.ts +3 -0
- package/templates/storefront-nextjs-shadcn/package.dev.json +30 -0
- package/templates/storefront-nextjs-shadcn/package.json +60 -0
- package/templates/storefront-nextjs-shadcn/package.json.template +46 -0
- package/templates/storefront-nextjs-shadcn/postcss.config.mjs +8 -0
- package/templates/storefront-nextjs-shadcn/proxy.ts +80 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/apple-pay.svg +8 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/bank-transfer.svg +10 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/blik.svg +6 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/cash-on-delivery.svg +11 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/google-pay.svg +11 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/mastercard.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/paypal.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/payu.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/przelewy24.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/stripe.svg +4 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/visa.svg +5 -0
- package/templates/storefront-nextjs-shadcn/stores/auth-store.ts +66 -0
- package/templates/storefront-nextjs-shadcn/stores/cart-store.ts +56 -0
- package/templates/storefront-nextjs-shadcn/stores/checkout-store.ts +184 -0
- package/templates/storefront-nextjs-shadcn/stores/currency-store.ts +103 -0
- package/templates/storefront-nextjs-shadcn/stores/wishlist-store.ts +291 -0
- package/templates/storefront-nextjs-shadcn/tailwind.config.ts +111 -0
- package/templates/storefront-nextjs-shadcn/tsconfig.json +27 -0
- package/templates/storefront-nextjs-shadcn/wrangler.toml +9 -0
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* ReviewForm Component
|
|
5
|
+
*
|
|
6
|
+
* Form for submitting product reviews with rating, pros/cons, and images.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { useState } from 'react';
|
|
10
|
+
import { Star, Plus, X, Loader2 } from 'lucide-react';
|
|
11
|
+
import { Button } from '@/components/ui/button';
|
|
12
|
+
import { Input } from '@/components/ui/input';
|
|
13
|
+
import { Label } from '@/components/ui/label';
|
|
14
|
+
import { Textarea } from '@/components/ui/textarea';
|
|
15
|
+
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
|
|
16
|
+
import { cn } from '@/lib/utils';
|
|
17
|
+
import { toast } from 'sonner';
|
|
18
|
+
|
|
19
|
+
// Ensure Textarea exists or create a simple version
|
|
20
|
+
const TextareaComponent = typeof Textarea === 'undefined'
|
|
21
|
+
? ({ className, ...props }: React.TextareaHTMLAttributes<HTMLTextAreaElement>) => (
|
|
22
|
+
<textarea className={cn('flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50', className)} {...props} />
|
|
23
|
+
)
|
|
24
|
+
: Textarea;
|
|
25
|
+
|
|
26
|
+
interface ReviewFormProps {
|
|
27
|
+
productId: string;
|
|
28
|
+
productTitle: string;
|
|
29
|
+
onSubmit: (data: ReviewFormData) => Promise<void>;
|
|
30
|
+
orderId?: string;
|
|
31
|
+
className?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface ReviewFormData {
|
|
35
|
+
productId: string;
|
|
36
|
+
rating: number;
|
|
37
|
+
title?: string;
|
|
38
|
+
content: string;
|
|
39
|
+
pros?: string[];
|
|
40
|
+
cons?: string[];
|
|
41
|
+
images?: string[];
|
|
42
|
+
authorName: string;
|
|
43
|
+
authorEmail?: string;
|
|
44
|
+
orderId?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function ReviewForm({
|
|
48
|
+
productId,
|
|
49
|
+
productTitle,
|
|
50
|
+
onSubmit,
|
|
51
|
+
orderId,
|
|
52
|
+
className,
|
|
53
|
+
}: ReviewFormProps) {
|
|
54
|
+
const [isSubmitting, setIsSubmitting] = useState(false);
|
|
55
|
+
const [rating, setRating] = useState(0);
|
|
56
|
+
const [hoverRating, setHoverRating] = useState(0);
|
|
57
|
+
const [title, setTitle] = useState('');
|
|
58
|
+
const [content, setContent] = useState('');
|
|
59
|
+
const [pros, setPros] = useState<string[]>([]);
|
|
60
|
+
const [cons, setCons] = useState<string[]>([]);
|
|
61
|
+
const [newPro, setNewPro] = useState('');
|
|
62
|
+
const [newCon, setNewCon] = useState('');
|
|
63
|
+
const [authorName, setAuthorName] = useState('');
|
|
64
|
+
const [authorEmail, setAuthorEmail] = useState('');
|
|
65
|
+
|
|
66
|
+
const handleAddPro = () => {
|
|
67
|
+
if (newPro.trim() && pros.length < 5) {
|
|
68
|
+
setPros([...pros, newPro.trim()]);
|
|
69
|
+
setNewPro('');
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
const handleAddCon = () => {
|
|
74
|
+
if (newCon.trim() && cons.length < 5) {
|
|
75
|
+
setCons([...cons, newCon.trim()]);
|
|
76
|
+
setNewCon('');
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const handleRemovePro = (index: number) => {
|
|
81
|
+
setPros(pros.filter((_, i) => i !== index));
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
const handleRemoveCon = (index: number) => {
|
|
85
|
+
setCons(cons.filter((_, i) => i !== index));
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
const handleSubmit = async (e: React.FormEvent) => {
|
|
89
|
+
e.preventDefault();
|
|
90
|
+
|
|
91
|
+
if (rating === 0) {
|
|
92
|
+
toast.error('Wybierz ocenę');
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
if (!content.trim()) {
|
|
97
|
+
toast.error('Napisz treść opinii');
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
if (!authorName.trim()) {
|
|
102
|
+
toast.error('Podaj swoje imię');
|
|
103
|
+
return;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
setIsSubmitting(true);
|
|
107
|
+
|
|
108
|
+
try {
|
|
109
|
+
await onSubmit({
|
|
110
|
+
productId,
|
|
111
|
+
rating,
|
|
112
|
+
title: title.trim() || undefined,
|
|
113
|
+
content: content.trim(),
|
|
114
|
+
pros: pros.length > 0 ? pros : undefined,
|
|
115
|
+
cons: cons.length > 0 ? cons : undefined,
|
|
116
|
+
authorName: authorName.trim(),
|
|
117
|
+
authorEmail: authorEmail.trim() || undefined,
|
|
118
|
+
orderId,
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
// Reset form
|
|
122
|
+
setRating(0);
|
|
123
|
+
setTitle('');
|
|
124
|
+
setContent('');
|
|
125
|
+
setPros([]);
|
|
126
|
+
setCons([]);
|
|
127
|
+
setAuthorName('');
|
|
128
|
+
setAuthorEmail('');
|
|
129
|
+
|
|
130
|
+
toast.success('Dziękujemy za opinię!');
|
|
131
|
+
} catch (error) {
|
|
132
|
+
toast.error('Nie udało się dodać opinii. Spróbuj ponownie.');
|
|
133
|
+
} finally {
|
|
134
|
+
setIsSubmitting(false);
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
return (
|
|
139
|
+
<Card className={className}>
|
|
140
|
+
<CardHeader>
|
|
141
|
+
<CardTitle>Dodaj opinię</CardTitle>
|
|
142
|
+
<p className="text-sm text-muted-foreground">
|
|
143
|
+
Podziel się swoją opinią o produkcie: {productTitle}
|
|
144
|
+
</p>
|
|
145
|
+
</CardHeader>
|
|
146
|
+
<CardContent>
|
|
147
|
+
<form onSubmit={handleSubmit} className="space-y-6">
|
|
148
|
+
{/* Rating */}
|
|
149
|
+
<div>
|
|
150
|
+
<Label className="mb-2 block">Ocena *</Label>
|
|
151
|
+
<div className="flex items-center gap-1">
|
|
152
|
+
{[1, 2, 3, 4, 5].map((star) => (
|
|
153
|
+
<button
|
|
154
|
+
key={star}
|
|
155
|
+
type="button"
|
|
156
|
+
onClick={() => setRating(star)}
|
|
157
|
+
onMouseEnter={() => setHoverRating(star)}
|
|
158
|
+
onMouseLeave={() => setHoverRating(0)}
|
|
159
|
+
className="focus:outline-none focus-visible:ring-2 focus-visible:ring-ring rounded"
|
|
160
|
+
>
|
|
161
|
+
<Star
|
|
162
|
+
className={cn(
|
|
163
|
+
'h-8 w-8 transition-colors',
|
|
164
|
+
(hoverRating || rating) >= star
|
|
165
|
+
? 'fill-yellow-400 text-yellow-400'
|
|
166
|
+
: 'text-muted-foreground'
|
|
167
|
+
)}
|
|
168
|
+
/>
|
|
169
|
+
</button>
|
|
170
|
+
))}
|
|
171
|
+
{rating > 0 && (
|
|
172
|
+
<span className="ml-2 text-sm text-muted-foreground">
|
|
173
|
+
{rating === 1 && 'Bardzo słabo'}
|
|
174
|
+
{rating === 2 && 'Słabo'}
|
|
175
|
+
{rating === 3 && 'Średnio'}
|
|
176
|
+
{rating === 4 && 'Dobrze'}
|
|
177
|
+
{rating === 5 && 'Doskonale'}
|
|
178
|
+
</span>
|
|
179
|
+
)}
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
|
|
183
|
+
{/* Title */}
|
|
184
|
+
<div>
|
|
185
|
+
<Label htmlFor="title">Tytuł opinii</Label>
|
|
186
|
+
<Input
|
|
187
|
+
id="title"
|
|
188
|
+
value={title}
|
|
189
|
+
onChange={(e) => setTitle(e.target.value)}
|
|
190
|
+
placeholder="Krótkie podsumowanie..."
|
|
191
|
+
maxLength={100}
|
|
192
|
+
className="mt-1.5"
|
|
193
|
+
/>
|
|
194
|
+
</div>
|
|
195
|
+
|
|
196
|
+
{/* Content */}
|
|
197
|
+
<div>
|
|
198
|
+
<Label htmlFor="content">Treść opinii *</Label>
|
|
199
|
+
<TextareaComponent
|
|
200
|
+
id="content"
|
|
201
|
+
value={content}
|
|
202
|
+
onChange={(e: React.ChangeEvent<HTMLTextAreaElement>) => setContent(e.target.value)}
|
|
203
|
+
placeholder="Opisz swoje doświadczenia z produktem..."
|
|
204
|
+
rows={4}
|
|
205
|
+
className="mt-1.5"
|
|
206
|
+
required
|
|
207
|
+
/>
|
|
208
|
+
</div>
|
|
209
|
+
|
|
210
|
+
{/* Pros */}
|
|
211
|
+
<div>
|
|
212
|
+
<Label>Zalety</Label>
|
|
213
|
+
<div className="flex gap-2 mt-1.5">
|
|
214
|
+
<Input
|
|
215
|
+
value={newPro}
|
|
216
|
+
onChange={(e) => setNewPro(e.target.value)}
|
|
217
|
+
placeholder="Dodaj zaletę..."
|
|
218
|
+
maxLength={50}
|
|
219
|
+
onKeyDown={(e) => e.key === 'Enter' && (e.preventDefault(), handleAddPro())}
|
|
220
|
+
/>
|
|
221
|
+
<Button
|
|
222
|
+
type="button"
|
|
223
|
+
variant="outline"
|
|
224
|
+
size="icon"
|
|
225
|
+
onClick={handleAddPro}
|
|
226
|
+
disabled={!newPro.trim() || pros.length >= 5}
|
|
227
|
+
>
|
|
228
|
+
<Plus className="h-4 w-4" />
|
|
229
|
+
</Button>
|
|
230
|
+
</div>
|
|
231
|
+
{pros.length > 0 && (
|
|
232
|
+
<div className="flex flex-wrap gap-2 mt-2">
|
|
233
|
+
{pros.map((pro, i) => (
|
|
234
|
+
<span
|
|
235
|
+
key={i}
|
|
236
|
+
className="inline-flex items-center gap-1 px-2 py-1 bg-green-100 text-green-700 rounded-md text-sm"
|
|
237
|
+
>
|
|
238
|
+
+ {pro}
|
|
239
|
+
<button
|
|
240
|
+
type="button"
|
|
241
|
+
onClick={() => handleRemovePro(i)}
|
|
242
|
+
className="hover:text-green-900"
|
|
243
|
+
>
|
|
244
|
+
<X className="h-3 w-3" />
|
|
245
|
+
</button>
|
|
246
|
+
</span>
|
|
247
|
+
))}
|
|
248
|
+
</div>
|
|
249
|
+
)}
|
|
250
|
+
</div>
|
|
251
|
+
|
|
252
|
+
{/* Cons */}
|
|
253
|
+
<div>
|
|
254
|
+
<Label>Wady</Label>
|
|
255
|
+
<div className="flex gap-2 mt-1.5">
|
|
256
|
+
<Input
|
|
257
|
+
value={newCon}
|
|
258
|
+
onChange={(e) => setNewCon(e.target.value)}
|
|
259
|
+
placeholder="Dodaj wadę..."
|
|
260
|
+
maxLength={50}
|
|
261
|
+
onKeyDown={(e) => e.key === 'Enter' && (e.preventDefault(), handleAddCon())}
|
|
262
|
+
/>
|
|
263
|
+
<Button
|
|
264
|
+
type="button"
|
|
265
|
+
variant="outline"
|
|
266
|
+
size="icon"
|
|
267
|
+
onClick={handleAddCon}
|
|
268
|
+
disabled={!newCon.trim() || cons.length >= 5}
|
|
269
|
+
>
|
|
270
|
+
<Plus className="h-4 w-4" />
|
|
271
|
+
</Button>
|
|
272
|
+
</div>
|
|
273
|
+
{cons.length > 0 && (
|
|
274
|
+
<div className="flex flex-wrap gap-2 mt-2">
|
|
275
|
+
{cons.map((con, i) => (
|
|
276
|
+
<span
|
|
277
|
+
key={i}
|
|
278
|
+
className="inline-flex items-center gap-1 px-2 py-1 bg-red-100 text-red-700 rounded-md text-sm"
|
|
279
|
+
>
|
|
280
|
+
- {con}
|
|
281
|
+
<button
|
|
282
|
+
type="button"
|
|
283
|
+
onClick={() => handleRemoveCon(i)}
|
|
284
|
+
className="hover:text-red-900"
|
|
285
|
+
>
|
|
286
|
+
<X className="h-3 w-3" />
|
|
287
|
+
</button>
|
|
288
|
+
</span>
|
|
289
|
+
))}
|
|
290
|
+
</div>
|
|
291
|
+
)}
|
|
292
|
+
</div>
|
|
293
|
+
|
|
294
|
+
{/* Author Info */}
|
|
295
|
+
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4">
|
|
296
|
+
<div>
|
|
297
|
+
<Label htmlFor="authorName">Twoje imię *</Label>
|
|
298
|
+
<Input
|
|
299
|
+
id="authorName"
|
|
300
|
+
value={authorName}
|
|
301
|
+
onChange={(e) => setAuthorName(e.target.value)}
|
|
302
|
+
placeholder="Jan"
|
|
303
|
+
className="mt-1.5"
|
|
304
|
+
required
|
|
305
|
+
/>
|
|
306
|
+
</div>
|
|
307
|
+
<div>
|
|
308
|
+
<Label htmlFor="authorEmail">Email (opcjonalnie)</Label>
|
|
309
|
+
<Input
|
|
310
|
+
id="authorEmail"
|
|
311
|
+
type="email"
|
|
312
|
+
value={authorEmail}
|
|
313
|
+
onChange={(e) => setAuthorEmail(e.target.value)}
|
|
314
|
+
placeholder="jan@email.com"
|
|
315
|
+
className="mt-1.5"
|
|
316
|
+
/>
|
|
317
|
+
<p className="text-xs text-muted-foreground mt-1">
|
|
318
|
+
Nie będzie widoczny publicznie
|
|
319
|
+
</p>
|
|
320
|
+
</div>
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
{/* Submit */}
|
|
324
|
+
<Button type="submit" className="w-full" disabled={isSubmitting}>
|
|
325
|
+
{isSubmitting ? (
|
|
326
|
+
<>
|
|
327
|
+
<Loader2 className="h-4 w-4 mr-2 animate-spin" />
|
|
328
|
+
Wysyłanie...
|
|
329
|
+
</>
|
|
330
|
+
) : (
|
|
331
|
+
'Dodaj opinię'
|
|
332
|
+
)}
|
|
333
|
+
</Button>
|
|
334
|
+
</form>
|
|
335
|
+
</CardContent>
|
|
336
|
+
</Card>
|
|
337
|
+
);
|
|
338
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* ReviewSummary Component
|
|
5
|
+
*
|
|
6
|
+
* Displays product review statistics with rating breakdown.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { Star } from 'lucide-react';
|
|
10
|
+
import { cn } from '@/lib/utils';
|
|
11
|
+
|
|
12
|
+
interface ReviewStats {
|
|
13
|
+
totalCount: number;
|
|
14
|
+
averageRating: number;
|
|
15
|
+
fiveStarCount: number;
|
|
16
|
+
fourStarCount: number;
|
|
17
|
+
threeStarCount: number;
|
|
18
|
+
twoStarCount: number;
|
|
19
|
+
oneStarCount: number;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
interface ReviewSummaryProps {
|
|
23
|
+
stats: ReviewStats;
|
|
24
|
+
className?: string;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export function ReviewSummary({ stats, className }: ReviewSummaryProps) {
|
|
28
|
+
const {
|
|
29
|
+
totalCount,
|
|
30
|
+
averageRating,
|
|
31
|
+
fiveStarCount,
|
|
32
|
+
fourStarCount,
|
|
33
|
+
threeStarCount,
|
|
34
|
+
twoStarCount,
|
|
35
|
+
oneStarCount,
|
|
36
|
+
} = stats;
|
|
37
|
+
|
|
38
|
+
const ratingBars = [
|
|
39
|
+
{ stars: 5, count: fiveStarCount },
|
|
40
|
+
{ stars: 4, count: fourStarCount },
|
|
41
|
+
{ stars: 3, count: threeStarCount },
|
|
42
|
+
{ stars: 2, count: twoStarCount },
|
|
43
|
+
{ stars: 1, count: oneStarCount },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
return (
|
|
47
|
+
<div className={cn('flex flex-col sm:flex-row gap-6', className)}>
|
|
48
|
+
{/* Average Rating */}
|
|
49
|
+
<div className="flex flex-col items-center justify-center text-center min-w-32">
|
|
50
|
+
<div className="text-5xl font-bold">{averageRating.toFixed(1)}</div>
|
|
51
|
+
<StarRating rating={averageRating} size="lg" className="mt-2" />
|
|
52
|
+
<p className="text-sm text-muted-foreground mt-1">
|
|
53
|
+
{totalCount} {totalCount === 1 ? 'opinia' : totalCount < 5 ? 'opinie' : 'opinii'}
|
|
54
|
+
</p>
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
{/* Rating Distribution */}
|
|
58
|
+
<div className="flex-1 space-y-2">
|
|
59
|
+
{ratingBars.map(({ stars, count }) => {
|
|
60
|
+
const percentage = totalCount > 0 ? (count / totalCount) * 100 : 0;
|
|
61
|
+
return (
|
|
62
|
+
<div key={stars} className="flex items-center gap-2">
|
|
63
|
+
<span className="text-sm w-4 text-muted-foreground">{stars}</span>
|
|
64
|
+
<Star className="h-4 w-4 fill-yellow-400 text-yellow-400" />
|
|
65
|
+
<div className="flex-1 h-2 bg-muted rounded-full overflow-hidden">
|
|
66
|
+
<div
|
|
67
|
+
className="h-full bg-yellow-400 transition-all duration-300"
|
|
68
|
+
style={{ width: `${percentage}%` }}
|
|
69
|
+
/>
|
|
70
|
+
</div>
|
|
71
|
+
<span className="text-sm w-8 text-muted-foreground text-right">
|
|
72
|
+
{count}
|
|
73
|
+
</span>
|
|
74
|
+
</div>
|
|
75
|
+
);
|
|
76
|
+
})}
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* StarRating Component - Displays star rating
|
|
84
|
+
*/
|
|
85
|
+
interface StarRatingProps {
|
|
86
|
+
rating: number;
|
|
87
|
+
size?: 'sm' | 'md' | 'lg';
|
|
88
|
+
className?: string;
|
|
89
|
+
showValue?: boolean;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export function StarRating({
|
|
93
|
+
rating,
|
|
94
|
+
size = 'md',
|
|
95
|
+
className,
|
|
96
|
+
showValue = false,
|
|
97
|
+
}: StarRatingProps) {
|
|
98
|
+
const sizeClasses = {
|
|
99
|
+
sm: 'h-3 w-3',
|
|
100
|
+
md: 'h-4 w-4',
|
|
101
|
+
lg: 'h-5 w-5',
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
const stars = [];
|
|
105
|
+
for (let i = 1; i <= 5; i++) {
|
|
106
|
+
const filled = i <= Math.floor(rating);
|
|
107
|
+
const partial = !filled && i === Math.ceil(rating) && rating % 1 !== 0;
|
|
108
|
+
|
|
109
|
+
stars.push(
|
|
110
|
+
<span key={i} className="relative">
|
|
111
|
+
<Star
|
|
112
|
+
className={cn(
|
|
113
|
+
sizeClasses[size],
|
|
114
|
+
'text-yellow-400',
|
|
115
|
+
filled ? 'fill-yellow-400' : 'fill-muted'
|
|
116
|
+
)}
|
|
117
|
+
/>
|
|
118
|
+
{partial && (
|
|
119
|
+
<Star
|
|
120
|
+
className={cn(
|
|
121
|
+
sizeClasses[size],
|
|
122
|
+
'absolute inset-0 fill-yellow-400 text-yellow-400'
|
|
123
|
+
)}
|
|
124
|
+
style={{
|
|
125
|
+
clipPath: `inset(0 ${100 - (rating % 1) * 100}% 0 0)`,
|
|
126
|
+
}}
|
|
127
|
+
/>
|
|
128
|
+
)}
|
|
129
|
+
</span>
|
|
130
|
+
);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
return (
|
|
134
|
+
<div className={cn('flex items-center gap-0.5', className)}>
|
|
135
|
+
{stars}
|
|
136
|
+
{showValue && (
|
|
137
|
+
<span className="ml-1 text-sm text-muted-foreground">
|
|
138
|
+
{rating.toFixed(1)}
|
|
139
|
+
</span>
|
|
140
|
+
)}
|
|
141
|
+
</div>
|
|
142
|
+
);
|
|
143
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import { useState, useEffect } from "react";
|
|
4
|
+
import { Clock, Flame } from "lucide-react";
|
|
5
|
+
|
|
6
|
+
export interface SaleCountdownProps {
|
|
7
|
+
endDate: string;
|
|
8
|
+
onExpire?: () => void;
|
|
9
|
+
showIcon?: boolean;
|
|
10
|
+
compact?: boolean;
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* SaleCountdown - Countdown timer for sales and limited offers
|
|
16
|
+
*/
|
|
17
|
+
export function SaleCountdown({
|
|
18
|
+
endDate,
|
|
19
|
+
onExpire,
|
|
20
|
+
showIcon = true,
|
|
21
|
+
compact = false,
|
|
22
|
+
className = "",
|
|
23
|
+
}: SaleCountdownProps) {
|
|
24
|
+
const [timeLeft, setTimeLeft] = useState<{
|
|
25
|
+
days: number;
|
|
26
|
+
hours: number;
|
|
27
|
+
minutes: number;
|
|
28
|
+
seconds: number;
|
|
29
|
+
} | null>(null);
|
|
30
|
+
const [isExpired, setIsExpired] = useState(false);
|
|
31
|
+
|
|
32
|
+
useEffect(() => {
|
|
33
|
+
const calculateTimeLeft = () => {
|
|
34
|
+
const difference = new Date(endDate).getTime() - new Date().getTime();
|
|
35
|
+
|
|
36
|
+
if (difference <= 0) {
|
|
37
|
+
setIsExpired(true);
|
|
38
|
+
onExpire?.();
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
return {
|
|
43
|
+
days: Math.floor(difference / (1000 * 60 * 60 * 24)),
|
|
44
|
+
hours: Math.floor((difference / (1000 * 60 * 60)) % 24),
|
|
45
|
+
minutes: Math.floor((difference / 1000 / 60) % 60),
|
|
46
|
+
seconds: Math.floor((difference / 1000) % 60),
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
// Initial calculation
|
|
51
|
+
setTimeLeft(calculateTimeLeft());
|
|
52
|
+
|
|
53
|
+
// Update every second
|
|
54
|
+
const timer = setInterval(() => {
|
|
55
|
+
setTimeLeft(calculateTimeLeft());
|
|
56
|
+
}, 1000);
|
|
57
|
+
|
|
58
|
+
return () => clearInterval(timer);
|
|
59
|
+
}, [endDate, onExpire]);
|
|
60
|
+
|
|
61
|
+
if (isExpired) {
|
|
62
|
+
return (
|
|
63
|
+
<div
|
|
64
|
+
className={`inline-flex items-center gap-2 rounded-md bg-muted px-3 py-2 text-sm text-muted-foreground ${className}`}
|
|
65
|
+
>
|
|
66
|
+
<Clock className="h-4 w-4" />
|
|
67
|
+
<span>Sale Ended</span>
|
|
68
|
+
</div>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
if (!timeLeft) {
|
|
73
|
+
return null;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if (compact) {
|
|
77
|
+
return (
|
|
78
|
+
<div
|
|
79
|
+
className={`inline-flex items-center gap-2 rounded-md bg-red-100 dark:bg-red-900/30 px-3 py-1.5 text-sm font-semibold text-red-600 ${className}`}
|
|
80
|
+
>
|
|
81
|
+
{showIcon && <Flame className="h-4 w-4" />}
|
|
82
|
+
<span>
|
|
83
|
+
{timeLeft.days > 0 && `${timeLeft.days}d `}
|
|
84
|
+
{String(timeLeft.hours).padStart(2, "0")}:
|
|
85
|
+
{String(timeLeft.minutes).padStart(2, "0")}:
|
|
86
|
+
{String(timeLeft.seconds).padStart(2, "0")}
|
|
87
|
+
</span>
|
|
88
|
+
</div>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return (
|
|
93
|
+
<div
|
|
94
|
+
className={`rounded-lg border border-red-200 dark:border-red-900 bg-red-50 dark:bg-red-900/20 p-4 ${className}`}
|
|
95
|
+
>
|
|
96
|
+
<div className="mb-3 flex items-center gap-2 text-red-600">
|
|
97
|
+
{showIcon && <Flame className="h-5 w-5" />}
|
|
98
|
+
<span className="font-semibold">Sale Ends In:</span>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div className="grid grid-cols-4 gap-2">
|
|
102
|
+
<TimeUnit value={timeLeft.days} label="Days" />
|
|
103
|
+
<TimeUnit value={timeLeft.hours} label="Hours" />
|
|
104
|
+
<TimeUnit value={timeLeft.minutes} label="Mins" />
|
|
105
|
+
<TimeUnit value={timeLeft.seconds} label="Secs" />
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
interface TimeUnitProps {
|
|
112
|
+
value: number;
|
|
113
|
+
label: string;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
function TimeUnit({ value, label }: TimeUnitProps) {
|
|
117
|
+
return (
|
|
118
|
+
<div className="flex flex-col items-center">
|
|
119
|
+
<div className="flex h-12 w-full items-center justify-center rounded-md bg-white dark:bg-gray-800 text-2xl font-bold text-foreground">
|
|
120
|
+
{String(value).padStart(2, "0")}
|
|
121
|
+
</div>
|
|
122
|
+
<span className="mt-1 text-xs font-medium text-muted-foreground">
|
|
123
|
+
{label}
|
|
124
|
+
</span>
|
|
125
|
+
</div>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface FlashSaleBannerProps {
|
|
130
|
+
endDate: string;
|
|
131
|
+
title?: string;
|
|
132
|
+
description?: string;
|
|
133
|
+
className?: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* FlashSaleBanner - Prominent banner for flash sales
|
|
138
|
+
*/
|
|
139
|
+
export function FlashSaleBanner({
|
|
140
|
+
endDate,
|
|
141
|
+
title = "Flash Sale",
|
|
142
|
+
description = "Limited time offer - Don't miss out!",
|
|
143
|
+
className = "",
|
|
144
|
+
}: FlashSaleBannerProps) {
|
|
145
|
+
return (
|
|
146
|
+
<div
|
|
147
|
+
className={`relative overflow-hidden rounded-lg bg-gradient-to-r from-red-600 to-orange-600 p-6 text-white ${className}`}
|
|
148
|
+
>
|
|
149
|
+
{/* Background Pattern */}
|
|
150
|
+
<div className="absolute inset-0 opacity-10">
|
|
151
|
+
<div className="absolute inset-0 bg-[url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImdyaWQiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZD0iTSAxMCAwIEwgMCAwIDAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmlkKSIvPjwvc3ZnPg==')]" />
|
|
152
|
+
</div>
|
|
153
|
+
|
|
154
|
+
<div className="relative z-10">
|
|
155
|
+
<div className="mb-4 flex items-center gap-2">
|
|
156
|
+
<Flame className="h-6 w-6" />
|
|
157
|
+
<h2 className="text-2xl font-bold">{title}</h2>
|
|
158
|
+
</div>
|
|
159
|
+
|
|
160
|
+
<p className="mb-6 text-white/90">{description}</p>
|
|
161
|
+
|
|
162
|
+
<SaleCountdown endDate={endDate} showIcon={false} />
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
);
|
|
166
|
+
}
|