From 688ea34c2462caecb52caa910251f002f7077cab Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Wed, 1 May 2024 10:59:19 +0800 Subject: [PATCH 01/20] feature - Added badge --- Frontend/components/FastPocketBadge.tsx | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Frontend/components/FastPocketBadge.tsx diff --git a/Frontend/components/FastPocketBadge.tsx b/Frontend/components/FastPocketBadge.tsx new file mode 100644 index 0000000..a126e6d --- /dev/null +++ b/Frontend/components/FastPocketBadge.tsx @@ -0,0 +1,44 @@ +import * as React from "react"; +const SvgComponent = (props: any) => ( + + + + + + + + + + +); +export default SvgComponent; From 0ba99e14eb838896d65c3ba173bce9ccf6615f00 Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Wed, 1 May 2024 11:08:21 +0800 Subject: [PATCH 02/20] bugfix - fixed badge --- Frontend/components/FastPocketBadge.tsx | 83 +++++++++++++------------ 1 file changed, 43 insertions(+), 40 deletions(-) diff --git a/Frontend/components/FastPocketBadge.tsx b/Frontend/components/FastPocketBadge.tsx index a126e6d..ee462e0 100644 --- a/Frontend/components/FastPocketBadge.tsx +++ b/Frontend/components/FastPocketBadge.tsx @@ -1,44 +1,47 @@ import * as React from "react"; const SvgComponent = (props: any) => ( - - - - - - - - - - + + + + + + + + + + + + ); export default SvgComponent; From 4bd54e4b4a3b15ad998b7c7c33a4ceaf91ccb115 Mon Sep 17 00:00:00 2001 From: Ciro de Oliveira Date: Sat, 4 May 2024 16:39:28 -0300 Subject: [PATCH 03/20] lighthouse updates --- Frontend/app/(public)/about/page.tsx | 2 +- Frontend/app/providers.js | 2 +- Frontend/components/Footer.tsx | 34 +- Frontend/components/Navigation.tsx | 24 +- Frontend/components/PriceCard.tsx | 4 +- Frontend/components/Utilities/Background.tsx | 22 +- Frontend/next.config.js | 2 + Frontend/package.json | 2 +- Frontend/public/docs/404.html | 13 - .../public/docs/assets/js/main.bf0f2e3c.js | 2 +- .../category/tutorial---basics/index.html | 2 +- .../category/tutorial---extras/index.html | 2 +- Frontend/public/docs/index.html | 2 +- Frontend/public/docs/markdown-page/index.html | 2 +- .../congratulations/index.html | 2 +- .../create-a-blog-post/index.html | 2 +- .../create-a-document/index.html | 2 +- .../tutorial-basics/create-a-page/index.html | 2 +- .../deploy-your-site/index.html | 2 +- .../markdown-features/index.html | 2 +- .../manage-docs-versions/index.html | 2 +- .../translate-your-site/index.html | 2 +- Frontend/public/images/combination-icon.png | Bin 6824 -> 0 bytes Frontend/public/images/combination-icon.webp | Bin 0 -> 4018 bytes Frontend/public/images/daisyui-icon.png | Bin 3387 -> 0 bytes Frontend/public/images/daisyui-icon.webp | Bin 0 -> 2018 bytes Frontend/public/images/fastpocket-diagram.png | Bin 142513 -> 0 bytes .../public/images/fastpocket-diagram.webp | Bin 0 -> 55098 bytes Frontend/public/images/gradient.png | Bin 609719 -> 0 bytes Frontend/public/images/gradient.webp | Bin 0 -> 10438 bytes Frontend/public/images/icon.png | Bin 2546 -> 0 bytes Frontend/public/images/icon.webp | Bin 0 -> 1172 bytes Frontend/public/images/nextjs-icon.png | Bin 2405 -> 0 bytes Frontend/public/images/nextjs-icon.webp | Bin 0 -> 1244 bytes Frontend/public/images/pocketbase-icon.png | Bin 2485 -> 0 bytes Frontend/public/images/pocketbase-icon.webp | Bin 0 -> 880 bytes Frontend/public/images/sam.jpeg | Bin 110574 -> 0 bytes Frontend/public/images/sam.webp | Bin 0 -> 79612 bytes Frontend/public/images/stripe-icon.png | Bin 3414 -> 0 bytes Frontend/public/images/stripe-icon.webp | Bin 0 -> 1816 bytes Frontend/public/images/tailwind-icon.png | Bin 4836 -> 0 bytes Frontend/public/images/tailwind-icon.webp | Bin 0 -> 2352 bytes .../public/images/vertical-tabs-feature-1.png | Bin 75282 -> 0 bytes .../images/vertical-tabs-feature-1.webp | Bin 0 -> 40232 bytes .../public/images/vertical-tabs-feature-2.png | Bin 212616 -> 0 bytes .../images/vertical-tabs-feature-2.webp | Bin 0 -> 42848 bytes .../FAQ/RightAlignedBorderBottomFAQ.tsx | 25 +- Frontend/sections/Features/CardsFeature.tsx | 24 +- .../Features/SolidBackgrondIconFeature.tsx | 8 +- .../sections/Features/VerticalTabsFeature.tsx | 38 +- .../sections/Hero/SquaredBackgroundHero.tsx | 2 +- Frontend/tailwind.config.ts | 4 +- Frontend/yarn.lock | 3674 +++++++++++++++++ 53 files changed, 3797 insertions(+), 109 deletions(-) delete mode 100644 Frontend/public/docs/404.html delete mode 100644 Frontend/public/images/combination-icon.png create mode 100644 Frontend/public/images/combination-icon.webp delete mode 100644 Frontend/public/images/daisyui-icon.png create mode 100644 Frontend/public/images/daisyui-icon.webp delete mode 100644 Frontend/public/images/fastpocket-diagram.png create mode 100644 Frontend/public/images/fastpocket-diagram.webp delete mode 100644 Frontend/public/images/gradient.png create mode 100644 Frontend/public/images/gradient.webp delete mode 100644 Frontend/public/images/icon.png create mode 100644 Frontend/public/images/icon.webp delete mode 100644 Frontend/public/images/nextjs-icon.png create mode 100644 Frontend/public/images/nextjs-icon.webp delete mode 100644 Frontend/public/images/pocketbase-icon.png create mode 100644 Frontend/public/images/pocketbase-icon.webp delete mode 100644 Frontend/public/images/sam.jpeg create mode 100644 Frontend/public/images/sam.webp delete mode 100644 Frontend/public/images/stripe-icon.png create mode 100644 Frontend/public/images/stripe-icon.webp delete mode 100644 Frontend/public/images/tailwind-icon.png create mode 100644 Frontend/public/images/tailwind-icon.webp delete mode 100644 Frontend/public/images/vertical-tabs-feature-1.png create mode 100644 Frontend/public/images/vertical-tabs-feature-1.webp delete mode 100644 Frontend/public/images/vertical-tabs-feature-2.png create mode 100644 Frontend/public/images/vertical-tabs-feature-2.webp create mode 100644 Frontend/yarn.lock diff --git a/Frontend/app/(public)/about/page.tsx b/Frontend/app/(public)/about/page.tsx index 2609a15..30e57e4 100644 --- a/Frontend/app/(public)/about/page.tsx +++ b/Frontend/app/(public)/about/page.tsx @@ -53,7 +53,7 @@ export default async function About() {

{"samuel {/* End Col */}
-

+

Product -

+

Pricing @@ -39,6 +40,7 @@ function Footer() { Docs @@ -47,14 +49,15 @@ function Footer() {

{/* End Col */}
-

+

Company -

+

Blog @@ -63,6 +66,7 @@ function Footer() { Customers @@ -74,14 +78,15 @@ function Footer() {

{/* End Col */}
-

+

Resources -

+

Community @@ -90,6 +95,7 @@ function Footer() { Help & Support @@ -102,6 +108,7 @@ function Footer() { What's New @@ -110,14 +117,15 @@ function Footer() {

{/* End Col */}
-

+

Developers -

+

Roadmap @@ -129,14 +137,15 @@ function Footer() { GitHub {" "}

- {/*

+ {/*

Industries -

+

Terms Privacy Status @@ -201,6 +213,7 @@ function Footer() {

    {/* Site branding */} -
    +
  • {/* Logo */} -
  • + {/* Navbar menu content here */}
  • @@ -77,7 +76,7 @@ function Navigation({ isUserLoggedIn }: { isUserLoggedIn: boolean }) { aria-label="drawer-navigation" > -
      +
      {/* Sidebar content here */}
      {/* Logo */} @@ -85,13 +84,14 @@ function Navigation({ isUserLoggedIn }: { isUserLoggedIn: boolean }) {
      -
    • - Get Your FastPocket -
    • -
    • - Meet Sam -
    • - +
        +
      • + Get Your FastPocket +
      • +
      • + Meet Sam +
      • +
      {/*
    • Contact
    • */} @@ -104,7 +104,7 @@ function Navigation({ isUserLoggedIn }: { isUserLoggedIn: boolean }) { ) : ( <> )} -
    +
); diff --git a/Frontend/components/PriceCard.tsx b/Frontend/components/PriceCard.tsx index 9726a4c..6615583 100644 --- a/Frontend/components/PriceCard.tsx +++ b/Frontend/components/PriceCard.tsx @@ -76,9 +76,9 @@ export default function PriceCard({

{product?.name}

-

+

{product?.description} -

+