diff --git a/src/lib/OOBE/CustomizePFP.svelte b/src/lib/OOBE/CustomizePFP.svelte index 15b571b3..280da9df 100644 --- a/src/lib/OOBE/CustomizePFP.svelte +++ b/src/lib/OOBE/CustomizePFP.svelte @@ -18,7 +18,8 @@
-

Set your profile picture

+

Select a profile picture

+

Select a profile picture to make yourself stand out.

{#if pfpOverflow && $user.pfp_data < 0} diff --git a/src/lib/OOBE/CustomizeTheme.svelte b/src/lib/OOBE/CustomizeTheme.svelte index f8154902..7d801b10 100644 --- a/src/lib/OOBE/CustomizeTheme.svelte +++ b/src/lib/OOBE/CustomizeTheme.svelte @@ -1,22 +1,31 @@
-

Set your theme

- -

- Click Next when done. +

Personalization

+

Personalize your layout and theme

+ +

Hit the gear icon below to select a layout

+
diff --git a/src/lib/OOBE/EasterEgg.svelte b/src/lib/OOBE/EasterEgg.svelte new file mode 100644 index 00000000..8f8a6872 --- /dev/null +++ b/src/lib/OOBE/EasterEgg.svelte @@ -0,0 +1,26 @@ +
+

...

+
+

I already told you multipile times you arent supposed to be here.

+

So congrats, you found another easter egg

+

This oobe was created mainly by bloctans.

+

because why not

+

Funny thing is that i added scrolling

+

Here lemme show you

+




















+

Isnt that nice?

+

Fun fact: the oobe uses a page like system controled by a main svelte file

+
+

Anyways ill end off with this unused line for the introduction page

+

(Theme and layout switching may cause photosensitive epilepsy, proceed at your own risk)

+
+ + \ No newline at end of file diff --git a/src/lib/OOBE/End.svelte b/src/lib/OOBE/End.svelte new file mode 100644 index 00000000..a8e5a499 --- /dev/null +++ b/src/lib/OOBE/End.svelte @@ -0,0 +1,37 @@ + + +

Thats it for now.

+

You can customize more things via the settings

+

To access settings, click on your pfp (Profile picture) icon in the bottom left.

+

or, you can optionally go to the settings here

+
+ + +
+
+ + + \ No newline at end of file diff --git a/src/lib/OOBE/Introduction.svelte b/src/lib/OOBE/Introduction.svelte new file mode 100644 index 00000000..7f29959a --- /dev/null +++ b/src/lib/OOBE/Introduction.svelte @@ -0,0 +1,21 @@ +
+

Introduction

+
+

Welcome to Meower!

+

Now lets get you setup and ready to chat!

+

This is the OOBE, you might of seen something simillar if you have set up a windows computer (After XP)

+

If you want to skip the OOBE. You can press the skip button down below.

+

Hit the next button to continue

+

And if you ever wanna go back, hit the back button.

+ +
+ + \ No newline at end of file diff --git a/src/lib/OOBE/Main.svelte b/src/lib/OOBE/Main.svelte index 27fccb71..5e888126 100644 --- a/src/lib/OOBE/Main.svelte +++ b/src/lib/OOBE/Main.svelte @@ -1,6 +1,10 @@
-
-
+
+
{#if $OOBEPage == 0} - + {:else if $OOBEPage == 1} - + {:else if $OOBEPage == 2} -

That's it!

- + + {:else if $OOBEPage == 3} + + {:else if $OOBEPage == 4} + + {:else if $OOBEPage == 8} + {:else}

You aren't supposed to be here.

Current Page: {$OOBEPage}

@@ -40,7 +45,6 @@