diff --git a/README.md b/README.md index fa448d09..62260297 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# SVELTE BUILD - NOT STABLE +Please don't use this in a production environment - it quite buggy and is not fully completed as of yet.
+ +# + @@ -57,12 +62,6 @@ If you are looking to create custom themes, I would recommend you start at the o Don't worry- if you get stuck feel free to ask around in the discord. We're open and happy to help out! Happy creating :) -## Creating Custom Themes - -If you are looking to create custom themes, I would recommend you start at the official documentation [here](https://betterseqta.gitbook.io/betterseqta-docs). You can see some premade examples along with a compilation script that can be used to allow for CSS frameworks and libraries such as SCSS to be used [here](https://github.com/SethBurkart123/BetterSEQTA-theme-generator). - -Don't worry- if you get stuck feel free to ask around in the discord. We're open and happy to help out! Happy creating :) - ## Getting started 1. Clone the repository diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 8d07591f..1e073587 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 (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.

`, ).firstChild @@ -2587,4 +2592,4 @@ async function CheckForMenuList() { } catch (error) { return; } -} \ No newline at end of file +} diff --git a/src/svelte-interface/components/Switch.svelte b/src/svelte-interface/components/Switch.svelte index d45393e8..b7d959d7 100644 --- a/src/svelte-interface/components/Switch.svelte +++ b/src/svelte-interface/components/Switch.svelte @@ -44,7 +44,6 @@