From a1f480855ea249865ebec83fb2e52cd5d2efd03f Mon Sep 17 00:00:00 2001 From: Jones Jankovic Date: Tue, 3 Jun 2025 14:51:10 +0930 Subject: [PATCH 01/10] add contributer graph to openaboutpage.ts --- src/seqta/utils/Openers/OpenAboutPage.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index dcf57632..3ac398ba 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -27,8 +27,17 @@ export function OpenAboutPage() {

BetterSEQTA+ is a fork of BetterSEQTA (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 useful features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below). We are always looking for more contributors!

Credits:

-

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

-

Full contributors list HERE

+

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

+
+

+ All Contributors: +

+ +
`).firstChild; From c9d9611e3e631ec5370a3b25523992e7564808d1 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Tue, 3 Jun 2025 18:32:51 +0930 Subject: [PATCH 02/10] Re-align 'All Contributers' to left --- src/seqta/utils/Openers/OpenAboutPage.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 3ac398ba..61078be6 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -30,10 +30,10 @@ export function OpenAboutPage() {

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

-
-

+

All Contributors:

+
From b3db85c565d17e6c0e55b459451c9558349e2fe9 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Tue, 3 Jun 2025 18:42:08 +0930 Subject: [PATCH 03/10] Neaten pfps --- src/seqta/utils/Openers/OpenAboutPage.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 61078be6..b51b316e 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -35,8 +35,8 @@ export function OpenAboutPage() {
+ src="https://contrib.rocks/image?repo=BetterSEQTA/BetterSEQTA-Plus&columns=13" + style="width: 100%; max-width: 500px; height: auto; object-fit: contain; display: block; margin: -110px auto 0;">
`).firstChild; From a7e250a86d1cb1813999318074143aa9e51a9d2d Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Tue, 3 Jun 2025 18:57:00 +0930 Subject: [PATCH 04/10] commit --- src/seqta/utils/Openers/OpenAboutPage.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index b51b316e..408364de 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -22,8 +22,10 @@ export function OpenAboutPage() { let text = stringToHTML(/* html */ `
- - +

BetterSEQTA+ is a fork of BetterSEQTA (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 useful features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below). We are always looking for more contributors!

Credits:

From f9fa334e4082468845f5938b27bd8ad649fe4623 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Tue, 3 Jun 2025 18:58:02 +0930 Subject: [PATCH 05/10] fix --- src/seqta/utils/Openers/OpenAboutPage.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 408364de..e0acb900 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -22,10 +22,7 @@ export function OpenAboutPage() { let text = stringToHTML(/* html */ `
- +

BetterSEQTA+ is a fork of BetterSEQTA (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 useful features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below). We are always looking for more contributors!

Credits:

From 98560af0a3a8630c30f6046b87d47354460dbbc4 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Tue, 3 Jun 2025 19:10:35 +0930 Subject: [PATCH 06/10] align links properly --- src/seqta/utils/Openers/OpenAboutPage.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index e0acb900..3a8828c9 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -44,18 +44,18 @@ export function OpenAboutPage() {
Report bugs and feedback: - - + + - - + + - - + + From c53de6ed8d0d520c302ae11d245ff1ee27964ccd Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Tue, 3 Jun 2025 19:11:31 +0930 Subject: [PATCH 07/10] Adjust alignment --- src/seqta/utils/Openers/OpenAboutPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 3a8828c9..ed08d1a7 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -43,7 +43,7 @@ export function OpenAboutPage() { let footer = stringToHTML(/* html */ `
- Report bugs and feedback: + Report bugs and feedback: From ee002991afa0fe3b12bbaca0c2464e1ee89dbeea Mon Sep 17 00:00:00 2001 From: Jones Date: Wed, 4 Jun 2025 07:43:45 +0930 Subject: [PATCH 08/10] Update injected.scss remove CSS for old "here" button --- src/css/injected.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 4de7aa2b..299c23e7 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -3397,20 +3397,6 @@ body { margin-bottom: 12px; } -.AboutPageLink { - background: rgba(0, 102, 255, 0.07) !important; - border-radius: 0.3em !important; - padding: 2px 10px !important; - color:rgb(56, 166, 255) !important; - font-weight: 500 !important; - transition: background 0.2s, color 0.2s !important; - cursor: pointer !important; -} -.AboutPageLink:hover { - background: rgba(0, 102, 255, 0.13) !important; - color:rgb(80, 168, 255) !important; -} - @keyframes shimmer { 0% { background-position: -1000px 0; From 0c2bdf36cf938d1b7645f53fea2837181f304875 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Wed, 4 Jun 2025 08:27:53 +0930 Subject: [PATCH 09/10] Align links for parity with openaboutpage.ts --- src/seqta/utils/Whatsnew.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/seqta/utils/Whatsnew.ts b/src/seqta/utils/Whatsnew.ts index 1f9a20e9..fbe66e6e 100644 --- a/src/seqta/utils/Whatsnew.ts +++ b/src/seqta/utils/Whatsnew.ts @@ -257,19 +257,19 @@ export function OpenWhatsNewPopup() { let footer = stringToHTML(/* html */ `