-
- You aren't currently logged in! You will only have limited
- functionality.
-
-
- Please
- click here
- to login.
-
- The login instructions can
- be found here.
+
+
{#each tabs as option, index}
-
+
{option}
{/each}
@@ -27,13 +34,13 @@
{/if}
{#if tabSet === 1}
-
+
{/if}
{#if tabSet === 2}
-
+
{/if}
{#if tabSet === 3}
-
+
{/if}
{#if tabSet === 4}
diff --git a/frontend/src/components/content/General.svelte b/frontend/src/components/content/General.svelte
index 65e1736..e36edd0 100644
--- a/frontend/src/components/content/General.svelte
+++ b/frontend/src/components/content/General.svelte
@@ -1,33 +1,4 @@
-
- {#each Object.entries(stats) as stat}
-
+Welcome to Boot.dev Buddy!
diff --git a/frontend/src/components/content/Stats.svelte b/frontend/src/components/content/Stats.svelte
new file mode 100644
index 0000000..65d505f
--- /dev/null
+++ b/frontend/src/components/content/Stats.svelte
@@ -0,0 +1,67 @@
+
+
+
+ {#each Object.entries(stats) as stat}
+
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index e09545a..3796d33 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -3,7 +3,7 @@
import { join } from "path";
import { skeleton } from "@skeletonlabs/tw-plugin";
-import { bootDevTheme } from "../bootdevtheme.js";
+import { bootDevTheme } from "./bootdevtheme.js";
/** @type {import('tailwindcss').Config} */
export default {
diff --git a/main.go b/main.go
index 1e3091c..a6d5226 100644
--- a/main.go
+++ b/main.go
@@ -21,7 +21,7 @@ func main() {
Title: "Boot.dev Buddy",
Width: 1024,
Height: 768,
- StartHidden: false,
+ StartHidden: true,
// Set to true to remove border
Frameless: true,
AssetServer: &assetserver.Options{
+ You aren't currently logged in! You will only have limited
+ functionality.
-
-
-
+
+
+ Please
+ click here
+ to login.
- {/if}
+ The login instructions can
+ be found here.
+
+
+
+
diff --git a/frontend/src/components/UI/Tabs.svelte b/frontend/src/components/UI/Tabs.svelte
index aa5e408..8b7bf79 100644
--- a/frontend/src/components/UI/Tabs.svelte
+++ b/frontend/src/components/UI/Tabs.svelte
@@ -2,6 +2,7 @@
import Archmages from "../content/Archmages.svelte";
import General from "../content/General.svelte";
import { Tab, TabGroup, TabAnchor } from "@skeletonlabs/skeleton";
+ import Stats from "../content/Stats.svelte";
/** @type number */
let tabSet = 0;
@@ -16,7 +17,13 @@
- {generalStats[stat[0]] + ": " + stat[1]}
-
- {/each}
-
+ {generalStats[stat[0]] + ": " + stat[1]}
+
+ {/each}
+ {#each archons as sage}
+
+ {sage?.Handle}
+
+ {/each}
+ {#each leaders as lead}
+
+ {lead?.Handle}
+
+ {/each}
+