From 64ffc462d05027026713f8a2a1f7c54c1067797f Mon Sep 17 00:00:00 2001 From: Andrew R <67220260+ar-cyber@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:10:15 +0930 Subject: [PATCH 01/11] fix: make proper about page --- src/SEQTA.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 0f25e7eb..2eca4a2b 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -368,7 +368,12 @@ export function OpenAboutPage() { let text = stringToHTML( /* html */ `
-

Yo

+

About

+

BetterSEQTA+ is a fork of BetterSEQTA which was originally developed by Nulkem, which was discontinued. BetterSEQTA+ continued development of BetterSEQTA, while incorporating a plethora of features.

+
+

We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub.

+

Credits

+

Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph and SethBurkart123.

`, ).firstChild @@ -2590,4 +2595,4 @@ async function CheckForMenuList() { } catch (error) { return; } -} \ No newline at end of file +} From 8ccbdd49e10594683e763b6eb884494ecdc3d5ff Mon Sep 17 00:00:00 2001 From: Andrew R <67220260+ar-cyber@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:44:11 +0930 Subject: [PATCH 02/11] fix: bad styling --- src/SEQTA.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 2eca4a2b..1692b6ca 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -368,11 +368,11 @@ export function OpenAboutPage() { let text = stringToHTML( /* html */ `
-

About

+

About

BetterSEQTA+ is a fork of BetterSEQTA which was originally developed by Nulkem, which was discontinued. BetterSEQTA+ continued development of BetterSEQTA, while incorporating a plethora of features.


-

We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub.

-

Credits

+

We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below).

+

Credits

Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph and SethBurkart123.

`, From 7fbdf8bf32e2581eab33e0adaff341caad4336e7 Mon Sep 17 00:00:00 2001 From: Andrew R <67220260+ar-cyber@users.noreply.github.com> Date: Wed, 11 Sep 2024 00:23:58 +0000 Subject: [PATCH 03/11] fix build error --- src/svelte-interface/components/Switch.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svelte-interface/components/Switch.svelte b/src/svelte-interface/components/Switch.svelte index d45393e8..288dffcc 100644 --- a/src/svelte-interface/components/Switch.svelte +++ b/src/svelte-interface/components/Switch.svelte @@ -44,7 +44,7 @@