diff --git a/src/components/Menu.svelte b/src/components/Menu.svelte
index d1eb708..fe0c2e1 100644
--- a/src/components/Menu.svelte
+++ b/src/components/Menu.svelte
@@ -3,7 +3,9 @@
import { page } from '$app/stores';
import { Badge } from '@/components/ui/badge';
import Separator from '@/components/ui/separator/separator.svelte';
- import { Mail, Package, Pyramid, Rocket, Users } from 'lucide-svelte';
+ import { currentUser } from '@/stores/session';
+ import { GitBranch, HelpCircle, Mail, Package, Pyramid, Rocket, Users } from 'lucide-svelte';
+ import { GitAltBrand } from 'svelte-awesome-icons';
let iconClass = 'h-5 w-5 md:h-4 md:w-4';
@@ -16,25 +18,39 @@
};
+{#if $currentUser}
+
+
+ Inbox
+ 1
+
+
+{/if}
Rockets
-
-
- Problem Tracker
- 6
-
Products
-
+
+
+ Problem Tracker
+
+
+
+
+
+
+
+ Source
+
+
+
+ Help
-
-
- Inbox
-
diff --git a/src/routes/help/+page.svelte b/src/routes/help/+page.svelte
new file mode 100644
index 0000000..23def85
--- /dev/null
+++ b/src/routes/help/+page.svelte
@@ -0,0 +1 @@
+Wouldn't it be cool to have a nostr help thread here?
diff --git a/src/routes/inbox/+page.svelte b/src/routes/inbox/+page.svelte
new file mode 100644
index 0000000..8f8aa67
--- /dev/null
+++ b/src/routes/inbox/+page.svelte
@@ -0,0 +1 @@
+
diff --git a/src/routes/problems/+page.svelte b/src/routes/problems/+page.svelte
new file mode 100644
index 0000000..cdf0071
--- /dev/null
+++ b/src/routes/problems/+page.svelte
@@ -0,0 +1,8 @@
+
+
+This is a work in progress, for now please have a look at the Oxygen problem tracker.
diff --git a/src/routes/products/+page.svelte b/src/routes/products/+page.svelte
index 832fac4..515b725 100644
--- a/src/routes/products/+page.svelte
+++ b/src/routes/products/+page.svelte
@@ -96,9 +96,7 @@
{/each}
{:else}
- Currently, there are no products on the mainnet; you can check the testnet.
+ No products found!
{/if}
@@ -106,8 +104,7 @@
Note
- The following products are for testing purposes only. Please do not send real Bitcoin.The following products are for testing and are not real.
{#each testnet as [rocket, groups] (rocket.Event.id)}