From 768cc7e6002085c3ade03e7fb5eb1c299aae9551 Mon Sep 17 00:00:00 2001 From: Neon Date: Tue, 17 Jun 2025 20:09:43 -0400 Subject: [PATCH 01/10] Update SkillSet.tsx (#18) ## delete me Signed-off-by: Neon --- src/components/AboutPage/SkillSet.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 7a8747af..827e339a 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -29,7 +29,7 @@ import { visualStudio, } from "../static/icons_list"; import "./skillset.css"; -import { SiKalilinux, SiPostman } from "react-icons/si"; +// import { SiKalilinux, SiPostman } from "react-icons/si"; import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js"; export function SkillSet() { return ( @@ -244,14 +244,14 @@ export function TechStack() { className={"tech-icons inline-flex mauve"} style={{ color: "var(--mauve)" }} > - +{/* */}
{" "} - +{/* */}
{/*
*/} From 1432916a44c183e004bc6d9c7e16be4343f6fc7f Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:09:47 +0000 Subject: [PATCH 02/10] enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/AboutPage/SkillSet.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 827e339a..17962d7d 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -244,14 +244,14 @@ export function TechStack() { className={"tech-icons inline-flex mauve"} style={{ color: "var(--mauve)" }} > -{/* */} + {/* */}
{" "} -{/* */} + {/* */}
{/*
*/} From 2f0fa2294e37c2913d09501dca1f62c275e8c476 Mon Sep 17 00:00:00 2001 From: Neon Date: Tue, 17 Jun 2025 20:16:02 -0400 Subject: [PATCH 03/10] Update SkillSet.tsx (#19) ## delete me Signed-off-by: Neon --- src/components/AboutPage/SkillSet.tsx | 242 +------------------------- 1 file changed, 2 insertions(+), 240 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 17962d7d..020355ac 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -1,6 +1,5 @@ import { json } from "stream/consumers"; import Icon from "../static/Icons"; -import MIcon from "@mdi/react"; import { bash, bun, @@ -33,249 +32,12 @@ import "./skillset.css"; import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js"; export function SkillSet() { return ( -
-

- Professional Skillset -

-
-
- - -
- - - - - - - - - - - - - {/* for the sake of css coffeescript is out! */} - {/*
*/} - - - - - - - - - -
- {/* - - */} -
- {/*
-
-
-
*/} -
-
+

meow

); } export function TechStack() { return ( -
-

- Tools I use -

-
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- {/*
*/} -
-
-
- {/*
*/} -
- -
-
- -
-
- -
-
- -
-
- {/* */} -
-
- {" "} - {/* */} -
- {/*
*/} -
- {/*
-
-
-
-
*/} - {/* for the sake of css coffeescript is out! */} - {/*
*/} - {/*
-
-
-
*/} - {/* - - */} -
- {/*
-
-
-
*/} -
-
+

meow

); } export default function () { From 27a09424efcbf019843e839c272ee9f743a28665 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:16:07 +0000 Subject: [PATCH 04/10] enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/AboutPage/SkillSet.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 020355ac..a19961fe 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -31,14 +31,10 @@ import "./skillset.css"; // import { SiKalilinux, SiPostman } from "react-icons/si"; import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js"; export function SkillSet() { - return ( -

meow

- ); + return

meow

; } export function TechStack() { - return ( -

meow

- ); + return

meow

; } export default function () { return ( From c1d2bb7c56482c07b579e165fa5bc3087f23adaf Mon Sep 17 00:00:00 2001 From: Neon Date: Tue, 17 Jun 2025 20:24:00 -0400 Subject: [PATCH 05/10] Update index.tsx (#20) ## delete me Signed-off-by: Neon --- src/components/footer/index.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 6ea3796e..d80bc867 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -1,14 +1,10 @@ -import { SiDiscord, SiReplit } from "react-icons/si"; -import { FaKey } from "react-icons/fa"; import Icon from "../static/Icons"; import { git, npm } from "../static/icons_list"; import bento from "../../assets/bento.svg"; import tor from "../../assets/tor.svg"; import "./index.css"; import { useEffect, useState } from "react"; -import { LuGlobe, LuKey } from "react-icons/lu"; // import { FaCodeCommit} fr -import { FaCodeCommit, FaRocket } from "react-icons/fa6"; const isDev = process.env.NODE_ENV !== "production"; type DiscordStatus = "dnd" | "idle" | "online" | "offline"; @@ -124,7 +120,7 @@ export default function Footer() { className="badge mauve p-2 lg:visible hidden" style={{ background: "var(--surface1)" }} > - {fingerprint} + {fingerprint} - -
- {" "} {lanyardData ? ( @@ -199,7 +192,6 @@ export default function Footer() { ) : ( - )} From 2c22a27a65ddc070311a97ad53806c1369e6c7e9 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:24:05 +0000 Subject: [PATCH 06/10] enhancement(lint): Fix lint errors for src/components/footer/index.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/footer/index.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index d80bc867..14b98f0c 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -120,7 +120,7 @@ export default function Footer() { className="badge mauve p-2 lg:visible hidden" style={{ background: "var(--surface1)" }} > - {fingerprint} + {fingerprint}
- - - - + + @@ -147,7 +147,7 @@ export default function Footer() { className="badge mauve p-2 md:visible invisible" style={{ background: "var(--surface1)" }} > - {" "} + {process.env.REACT_APP_BUILD_ID} @@ -159,12 +159,7 @@ export default function Footer() { target="_blank" className="inline-flex" > - + {lanyardData ? ( - +

m

) : null} {window.location.hostname.includes(".onion") ? ( - +

globe

) : ( From 48188ad208830bbde16497914f23464c13b47aac Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:27:53 +0000 Subject: [PATCH 08/10] enhancement(lint): Fix lint errors for src/components/footer/index.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/footer/index.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 26f53efa..d4dac19a 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -147,7 +147,6 @@ export default function Footer() { className="badge mauve p-2 md:visible invisible" style={{ background: "var(--surface1)" }} > - {process.env.REACT_APP_BUILD_ID} @@ -158,9 +157,7 @@ export default function Footer() { href="https://replit.com/@NeonGamerBotQK" target="_blank" className="inline-flex" - > - - + > {lanyardData ? ( -

m

+

m

) : null} {window.location.hostname.includes(".onion") ? ( -

globe

+

globe

) : ( From d52a0e9cca2ae9f430bfcd8a4400c54123cd75de Mon Sep 17 00:00:00 2001 From: Neon Date: Tue, 17 Jun 2025 20:33:28 -0400 Subject: [PATCH 09/10] Rm/fonts (#22) ## delete me --------- Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/Projects/index.tsx | 246 +++++++++++++++++++----------- 1 file changed, 157 insertions(+), 89 deletions(-) diff --git a/src/components/Projects/index.tsx b/src/components/Projects/index.tsx index 4bfa1695..e47e57d9 100644 --- a/src/components/Projects/index.tsx +++ b/src/components/Projects/index.tsx @@ -1,101 +1,169 @@ -import React, { useEffect, useState } from "react" -import "./style.css" -import { LuGitFork, LuGlobe } from "react-icons/lu" +import React, { useEffect, useState } from "react"; +import "./style.css"; /** - * - * @param param0 - * @returns + * + * @param param0 + * @returns */ -export function Card({ title, description, image,alt, Badges, svn_link, is_fork} : { - title: string , - description: string, - image?: string, - alt?: string, - Badges?: any, - svn_link: string, - is_fork: Boolean +export function Card({ + title, + description, + image, + alt, + Badges, + svn_link, + is_fork, +}: { + title: string; + description: string; + image?: string; + alt?: string; + Badges?: any; + svn_link: string; + is_fork: Boolean; }) { - return
-{image ? -
{alt
: null} -
-

{is_fork ? : null} -{title} - {/*
NEW
*/} -

-

{description}

-
- {/*
Fashion
+ return ( +
+ {image ? ( +
+ {alt +
+ ) : null} +
+

+ {title} + {/*
NEW
*/} +

+

{description}

+
+ {/*
Fashion
Products
*/} - {Badges ? Badges : ""} + {Badges ? Badges : ""} +
-
+ ); } // oh boy i cannot WAIT for myself to add projects in via git export default function Projects() { - // most projects should be loaded via github - // otherwise they will all be concacted with the github.json file - const [githubData, setGithubData] = useState ([]) -const [translateY, setTranslateY] = useState(0) + // most projects should be loaded via github + // otherwise they will all be concacted with the github.json file + const [githubData, setGithubData] = useState([]); + const [translateY, setTranslateY] = useState(0); - const fetchData = () => { - return Promise.all([fetch(`https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100`) - .then((response) => response.json()),fetch(`https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100?page=2`) - .then((response) => response.json())]) + const fetchData = () => { + return Promise.all([ + fetch( + `https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100`, + ).then((response) => response.json()), + fetch( + `https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100?page=2`, + ).then((response) => response.json()), + ]).then((data) => { + if (process.env.NODE_ENV !== "production") console.log(data[0], data[1]); + const idsThatAreFound: any = {}; + const items = [...data[0], ...data[1]] + .filter((e) => e.topics.includes("github-include-on-site")) + .filter(function (item, pos, self) { + if (idsThatAreFound[item.id]) return false; + idsThatAreFound[item.id] = true; + return true; + }); - .then((data) => - { - if(process.env.NODE_ENV !== "production") console.log(data[0], data[1]) - const idsThatAreFound:any = {} - const items = [...data[0], ...data[1]] - .filter(e => e.topics.includes('github-include-on-site')) - .filter(function(item, pos, self) { - if(idsThatAreFound[item.id]) return false; - idsThatAreFound[item.id] = true - return true; - }) - - console.log() - if(process.env.NODE_ENV !== "production") console.log(items) - //@ts-ignore - setGithubData(items) - }) - } - useEffect (() => { - fetchData() - }, []) - return <> -
-
- {/* */} -
-

Projects

- {/*

Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a id nisi.

+ console.log(); + if (process.env.NODE_ENV !== "production") console.log(items); + //@ts-ignore + setGithubData(items); + }); + }; + useEffect(() => { + fetchData(); + }, []); + return ( + <> +
+
+ {/* */} +
+

+ Projects +

+ {/*

Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a id nisi.

*/} -
-{githubData.length > 0 ? githubData.map((d: any) => { -return -
- - -{d.homepage ? - -: null} -
-
-{d.topics.filter((e:string) => !e.includes('github-include-on-site')).map((topic:string,i:number) => { - return
{topic}
-})} -
-}/> - -}) :
- -
} -
-
-
-
- -} \ No newline at end of file +
+ {githubData.length > 0 ? ( + githubData.map((d: any) => { + return ( + +
+ + {d.homepage ? ( + + ) : null} +
+
+ {d.topics + .filter( + (e: string) => + !e.includes("github-include-on-site"), + ) + .map((topic: string, i: number) => { + return ( +
+ {topic} +
+ ); + })} +
+ + } + /> + ); + }) + ) : ( +
+ +
+ )} +
+
+
+
+ + ); +} From 08d6ff6c84dc6f92c23dea313dd858da1d1b1dfb Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:33:33 +0000 Subject: [PATCH 10/10] enhancement(lint): Fix lint errors for src/components/Projects/index.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>