Commit graph

25 commits

Author SHA1 Message Date
d5c8d5ad3b feat: add minimal SVG favicon 2026-04-26 17:17:39 +00:00
8493a00aa4 chore: add client/src/pages/shop.tsx 2026-04-26 16:36:12 +00:00
869e6c77b7 chore: add client/src/pages/product.tsx 2026-04-26 16:36:11 +00:00
edea3d97c7 chore: add client/src/pages/order-confirmation.tsx 2026-04-26 16:36:11 +00:00
b850511f6f chore: add client/src/pages/not-found.tsx 2026-04-26 16:36:10 +00:00
8190af5d1c chore: add client/src/pages/checkout.tsx 2026-04-26 16:36:09 +00:00
d1b0b0fd7b chore: add client/src/pages/cart.tsx 2026-04-26 16:36:08 +00:00
5ad1e8a6df chore: add client/src/pages/admin/products.tsx 2026-04-26 16:36:08 +00:00
dfba4f08fb chore: add client/src/pages/admin/orders.tsx 2026-04-26 16:36:07 +00:00
e122466c8d chore: add client/src/pages/admin/login.tsx 2026-04-26 16:36:06 +00:00
a248dc559b chore: add client/src/pages/admin/discounts.tsx 2026-04-26 16:36:05 +00:00
771d2001db chore: add client/src/pages/admin/dashboard.tsx 2026-04-26 16:36:05 +00:00
3f899d558d chore: add client/src/pages/admin/customers.tsx 2026-04-26 16:36:04 +00:00
c3b09e39ea chore: add client/src/pages/account.tsx 2026-04-26 16:35:06 +00:00
d9e77adf5c chore: add client/src/main.tsx 2026-04-26 16:35:05 +00:00
18a24c733d chore: add client/src/lib/queryClient.ts 2026-04-26 16:35:04 +00:00
4c415f02d1 chore: add client/src/index.css 2026-04-26 16:35:04 +00:00
18cf3e8353 chore: add client/src/hooks/use-toast.ts 2026-04-26 16:35:03 +00:00
d05c981dae chore: add client/src/hooks/use-cart.tsx 2026-04-26 16:35:02 +00:00
12b68031e1 chore: add client/src/components/ui/toaster.tsx 2026-04-26 16:35:01 +00:00
2e0b5deee6 chore: add client/src/components/layout/Header.tsx 2026-04-26 16:35:00 +00:00
b01002e1ef chore: add client/src/components/layout/Footer.tsx 2026-04-26 16:34:59 +00:00
eee8e16ca0 chore: add client/src/components/layout/CartDrawer.tsx 2026-04-26 16:34:59 +00:00
ab05edf3ea chore: add client/src/App.tsx 2026-04-26 16:34:58 +00:00
e48c4038eb chore: add client/index.html 2026-04-26 16:34:57 +00:00