diff --git a/.gitignore b/.gitignore index 73db358a..1c965582 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,6 @@ pnpm-lock.yaml yarn.lock bun.lock -.parcel-cache -.env -.env.submit - -dependency-graph.svg - # Build extension.zip build/ @@ -20,5 +14,8 @@ betterseqtaplus-safari/ .million/ .vscode/ - -**/.DS_Store \ No newline at end of file +**/.DS_Store +.parcel-cache +.env +.env.submit +dependency-graph.svg \ No newline at end of file diff --git a/src/interface/pages/settings/general.svelte b/src/interface/pages/settings/general.svelte index 59406ac1..09e6d1cd 100644 --- a/src/interface/pages/settings/general.svelte +++ b/src/interface/pages/settings/general.svelte @@ -115,33 +115,14 @@ {#each [ { title: "Connect Mobile App", - description: "Link your SEQTA session to DesQTA — the modern desktop and mobile app for SEQTA Learn.", + description: "Link your SEQTA session to DesQTA — the modern desktop and mobile app for SEQTA Learn", id: 0, Component: ConnectMobileApp, props: {} }, - { - title: "Transparency Effects", - description: "Enables transparency effects on certain elements such as blur. (May impact battery life)", - id: 1, - Component: Switch, - props: { - state: $settingsState.transparencyEffects, - onChange: (isOn: boolean) => settingsState.transparencyEffects = isOn - } - }, - { - title: "Custom Theme Colour", - description: "Customise the overall theme colour of SEQTA Learn.", - id: 4, - Component: PickerSwatch, - props: { - onClick: showColourPicker - } - }, { title: "Edit Sidebar Layout", - description: "Customise the sidebar layout.", + description: "Reorder pages on the sidebar", id: 5, Component: Button, props: { @@ -149,9 +130,18 @@ text: "Edit" } }, + { + title: "Custom Theme Colour", + description: "Customise the overall theme colour of SEQTA Learn", + id: 4, + Component: PickerSwatch, + props: { + onClick: showColourPicker + } + }, { title: "Icon Only Sidebar", - description: "Show only icons in the sidebar for a compact layout.", + description: "Show only icons in the sidebar for a compact layout", id: 14, Component: Switch, props: { @@ -161,7 +151,7 @@ }, { title: "Animations", - description: "Enables animations on certain pages.", + description: "Enable animations on certain pages", id: 6, Component: Switch, props: { @@ -179,9 +169,19 @@ onChange: (isOn: boolean) => settingsState.timeFormat = isOn ? "12" : "24" } }, + { + title: "Transparency Effects", + description: "Enable transparency effects on certain elements, such as blur (May impact battery life)", + id: 1, + Component: Switch, + props: { + state: $settingsState.transparencyEffects, + onChange: (isOn: boolean) => settingsState.transparencyEffects = isOn + } + }, { title: "Default Page", - description: "The page to load when SEQTA Learn is opened.", + description: "The page to load when SEQTA Learn is opened", id: 10, Component: Select, props: { @@ -200,7 +200,7 @@ }, { title: "News Feed Source", - description: "Choose sources of your news feed.", + description: "Choose the sources for your news feed", id: 11, Component: Select, props: { @@ -230,7 +230,7 @@
Change the theme colour based on the current class (e.g. when viewing a course or assessments page).
+Change the theme colour based on the current class (e.g. when viewing a course or assessments page)
Use a soft gradient instead of a solid colour when viewing a class.
+Use a soft gradient instead of a solid colour when viewing a class