From f9710849564cf1dc98a7cb459b27d2eb045ab05a Mon Sep 17 00:00:00 2001 From: niyibi250 <122937285+niyibi250@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:38:17 +0200 Subject: [PATCH] implement stage 1 design of otp form (#58) (#94) (#106) rebase from dev and fix eslint errors implement nextSibling functiion implement previousSibling while you delete rebase from develop resolve deployment errors implement 2fa functionality working on verify otp codes and redirect rebasing from develop resolve vendor token must be string implement 2fa verfication users can now signup with facebook (#74) side bar implementation (#75) implement stage 1 design of otp form (#58) (#61) rebase from dev and fix eslint errors implement nextSibling functiion implement previousSibling while you delete rebase from develop resolve deployment errors implement 2fa functionality working on verify otp codes and redirect rebasing from develop resolve vendor token must be string implement 2fa verfication Co-authored-by: Rurangwa Leo <88591087+wayneleon1@users.noreply.github.com> implementation of dashboard nav bar (#79) added Admin Dashboard Home (#85) fix bannerSection (#87) feat(dashboard-metrics): implement visitor insights chart and top categories (#84) - implement visitor insights chart - implement top categories section [Delivers #73] Fix image and routing (#92) fix lint error finall fix lint finall fix lint show message when product deleted fix the commit fix console lint error Fix image and routing (#92) finall fix lint show message when product deleted fix the commit fix console lint error fix the store fix the husky add created at column Co-authored-by: Rurangwa Leo <88591087+wayneleon1@users.noreply.github.com> vendor should add product (#67) Co-authored-by: Pray Eddy SHIMWA feat(product-details-page): implement product details page (#108) - implement product details ui components -write appropriate tests [Delivers #101] Co-authored-by: AMBROISE Muhayimana <107347030+ambroisegithub@users.noreply.github.com> implemented add to cart and cart (#112) added Seller Dashboard (#110) feat(wishlist): implement buyer wishlist (#100) - implement wishlist UI components [Delivers #96] implement stage 1 design of otp form (#58) (#61) (#88) working on orders page rebase from dev and fix eslint errors implement nextSibling functiion implement previousSibling while you delete rebase from develop resolve deployment errors implement 2fa functionality working on verify otp codes and redirect rebasing from develop resolve vendor token must be string implement 2fa verfication Co-authored-by: Rurangwa Leo <88591087+wayneleon1@users.noreply.github.com> fix the image on popular section on langing page fix the image on popular section on langing page add exclude for caverage feat(wishlist): implement buyer wishlist (#100) - implement wishlist UI components [Delivers #96] implement stage 1 design of otp form (#58) (#61) (#88) working on orders page rebase from dev and fix eslint errors implement nextSibling functiion implement previousSibling while you delete rebase from develop resolve deployment errors implement 2fa functionality working on verify otp codes and redirect rebasing from develop resolve vendor token must be string implement 2fa verfication Co-authored-by: Rurangwa Leo <88591087+wayneleon1@users.noreply.github.com> fix the image on popular section on langing page fix the image on popular section on langing page add exclude for caverage fix the add new product button fix the add new product button --- src/components/Popular/Item.tsx | 8 ++++++-- src/components/dashBoard/Table.tsx | 1 + vite.config.ts | 11 +++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/Popular/Item.tsx b/src/components/Popular/Item.tsx index f17bf23f..5d62c749 100644 --- a/src/components/Popular/Item.tsx +++ b/src/components/Popular/Item.tsx @@ -7,8 +7,12 @@ interface MostPopularItemProps { function SingleItem({ product }: MostPopularItemProps) { return (
-
- {product.name} +
+ {product.name}
diff --git a/src/components/dashBoard/Table.tsx b/src/components/dashBoard/Table.tsx index bfbadadc..6cd5f0d1 100644 --- a/src/components/dashBoard/Table.tsx +++ b/src/components/dashBoard/Table.tsx @@ -151,6 +151,7 @@ function Table() {
Product List